Replies: 6 comments
|
I don't think there is enough information to go on here. Can you provide the full build log? |
|
Thanks for getting back to me. It happens quite early in the process. [ 0%] Building CXX object arras/arras4_core/arras4_message_api/lib/message_api/CMakeFiles/message_api.dir/Address.cc.o |
|
Thanks - I don't see any clues here, very strange. Could you try cleaning up your build directory and running again, and this time also share the output of the first cmake cmd ( |
|
I guess I'll reinstall the machine and see if that helps. Maybe there was some kind of conflict between the nvidia drivers I installed and the cuda that get installed during the build process? |
|
I'm getting a similar problem: cmake ../source -DPYTHON_EXECUTABLE=python3 -DBOOST_PYTHON_COMPONENT_NAME=python39 -DABI_VERSION=0-- Found Boost: /usr/include (found version "1.75.0") found components: chrono date_time filesystem program_options system |
|
Never mind. The problem was the optix wrong libraries version. However, I still can't build it. The compilation error is this: |
Uh oh!
There was an error while loading. Please reload this page.
Hi There,
I'm getting an error on one workstation building Moonray 1.5 on Rocky Linux 9.
Any ideas what this might be?
Thanks
[ 23%] Generating CheckerboardMap.json
gmake[2]: *** [moonray/moonray/dso/map/CheckerboardMap/CMakeFiles/CheckerboardMap_proxy.dir/build.make:90: moonray/moonray/dso/map/CheckerboardMap/CheckerboardMap.json] Illegal instruction (core dumped)
gmake[1]: *** [CMakeFiles/Makefile2:16994: moonray/moonray/dso/map/CheckerboardMap/CMakeFiles/CheckerboardMap_proxy.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
All reactions