Skip to content

Error after running make: Linking CXX executable ../../bin/yarpmanager #652

Answered by traversaro
pamely asked this question in Q&A
Discussion options

You must be logged in to vote

We had a similar issue in robotology/robotology-superbuild#1168 . Do you happen to have a conda environment or another similar environment activated? In general, when building C/C++ software with dependencies installed via apt, it is important to make sure to de-activate any existing conda environment that is activated, as conda environments ship their own version of some of the C/C++ libraries installed by apt, and this can lead to incompatibilities like the one that you see.

If indeed you have a conda environemnt activated, I suggest you to remove the existing build directory, deactivate the conda environment and re-do the build again.

If you like to use conda, an alternative for you ma…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pamely
Comment options

Answer selected by pamely
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants