Error: could not load cache #258
burntnickel
started this conversation in
General
Replies: 1 comment 1 reply
-
First: no, this Rez reimplementation does not currently include DeRez functionality. Second, I must admit that I don't understand the error message yet, the corresponding part of mkdir -p build-host
cd build-host
cmake ${SRC} -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Debug "${HOST_CMAKE_FLAGS[@]}" ${CMAKE_GENERATOR}
cd ..
cmake --build build-host --target install i.e., a regular cmake configure followed by the build command. The configure command reports success, so the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to build retro68 on Ubuntu Linux and the build seems to proceed for quite a while and then ends with something like this:
Any suggestions as to where I should look? It seems like most of the tools have built as the binary directory appears to be populated.
I really am just trying to build rez (and I assume there's derez functionality in there too?). That utility is not showing up in bin. If there's a way just to build rez that would work for me as well.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions