Open SantiDiazC opened 1 year ago
The Qt you downloaded (and you set in CMAKE_PREFIX_PATH) is not the same as the ones detected by CMake. CMake auto-detected the one you downloaded through anaconda through other packages. So I suppose the compiler is using the headers of the Qt in /home/hri/Qt and the linker is using the libs in /home/hri/anaconda, hence the symbols error about glibc.
2 choices:
Hi, I tried to build SOFA from source following the instructions on the website and the youtube video (Linux compilation), however, it crashes at the end with the following error:
I added the CMAKE_PREFIX_PATH as suggested in the Troubleshooting CMake errors section, and the CMAKE configuration looks like the image attached.
Does anyone know how to solve this problem? Thank you in advance!