GLIBCXX version problem when make walking controller #642
-
When make walking-controller, i came across the following problem, and i checked my GLIBCXX version is 3.4.28, so i update my gcc as belowed, but it says my gcc is already the newest one. Shall i upgrade my libstdc++.so seperately?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
How are did you installed the dependency required to build walking-controllers? If you are using dependencies provided by conda-forge or robotology conda channels, you should compile it with the conda-forge provided compiler, i.e. the one installed by conda-forge |
Beta Was this translation helpful? Give feedback.
-
Hi @traversaro I comment the and then
when i make the walking-controller i got the below error,
but i can locate the so file in the system
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
If you want to compile against a C++ library installed via conda-forge, you also need to install compilers and other development related dependencies via conda:
Furthermore, you need to make sure that you do not have the
setup.sh
of the robotology-superbuild compiled against apt dependencies in your bashrc, as as mentioned before, you can't mix libraries build with apt dependencies with libraries built with apt dependencies.