Replies: 2 comments
-
Hey @veruozzi , it looks like it is coming from SOFA's side and not Caribou. I just created an issue on SOFA github, you can follow the development there: sofa-framework/sofa#3485 Thanks for the report ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jnbrunet , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @jnbrunet,
I'm trying to build caribou plugin but I still get errors in cmake configuration step.
I'm using the version v22.06 of SofaFramework and in particular I've downloaded the MacOS binaries from the website -- in this version is already installed SofaPython3 so I've set my env variables in this way:
$ export SOFA_ROOT=my_path/SofaInstall
$ export SP3_ROOT=$SOFA_ROOT/plugins/SofaPyhton3
I've cloned caribou in an external repo and in the same repo I've created a CMakeLists file:
On CMake I've set as CMAKE_PREFIX_PATH the path to sofa install.
nevertheless I get this error:
but this file does not exist. Possible reasons include:
The file was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and contained
"/Applications/SOFA_v22.06.00_MacOS/collections/SofaGui/lib/cmake/SofaGui/SofaGuiTargets.cmake"
but not all the files it references.
Do I make some mistakes in the building set-up? Or in the env variables?
Beta Was this translation helpful? Give feedback.
All reactions