| Summary: | Compiling Geant4 breaks down with too many objects | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Yingchao Lu <yingchao.lu> |
| Component: | cmake | Assignee: | Ben Morgan <Ben.Morgan> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | CC: | yingchao.lu |
| Priority: | P3 | ||
| Version: | 10.3 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Attachments: |
Cmake cache
Output |
||
|
Description
Yingchao Lu
2017-11-09 05:12:52 CET
Could you post the exact configuration you passed to CMake before building please? Could you also try building using cmake.exe --build . --config RelWithDebInfo This is the configuration tested on CI without, so it's possible something has changed that would not affect that mode, or that there are additional options that are causing the issue (hence the first question). Created attachment 475 [details]
Cmake cache
Attached is the cmake cache that I use.
Created attachment 476 [details]
Output
I tried using
cmake.exe --build . --config RelWithDebInfo
And the same error appeared.
Could you retry this with Geant4 10.4 and latest CMake please? There should be improvements to the build of DLLs and CMake's handling of these. Marking as CLOSED. Please reopen if required with requested information. |