Replies: 5 comments 4 replies
|
It looks like the /build directory still contains information from the previous step. Try deleting all the files in /build before running cmake --preset container-release |
|
So, everything up and running here. Only thing that gives me errors is when trying to run in XPU mode. Warning (lib.render): GPU: Unable to load PTX file: /installs/openmoonray/scripts/../shaders/GPUPrograms.ptx ...falling back to CPU vectorized mode |
|
@xXTR0YXx I had the same problem, solved here: #65 (comment) |
|
Any idea why I can't find and run the rdl2_json_exporter? There is no such file in the /bin directory |
|
Hi @xXTR0YXx and @BrianHanke Have you met following problem on your CentOS7 build? |

Uh oh!
There was an error while loading. Please reload this page.
Currently trying to get everything working according to the docs, but the last steps don't seem to work for me
cmake --preset container-release gives me this error: The source "/openmoonray/CMakeLists.txt" does not match the source "/building/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory.
cmake --build --preset container-release -- -j 64 works and finshes, but have to set the 64 to 32 otherwise my machine chokes
cmake --install /build --prefix /installs/openmoonray gives me this error: -- Install configuration: ""
I can already see the finish line, but the last steps are not working for me
All reactions