You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a similar problem when building the config_utilities package, and the culprit for me was adding the Conda virtual environment to PATH.
I solved the problem by simply commenting out the line export PATH=~/miniconda3/bin:$PATH in the ~/.bashrc file (which I had added for convenience) and then restarting the terminal.
Additionally, the problem can be reproduced by executing export PATH=~/miniconda3/bin:$PATH in the terminal and rebuilding the package.
The image below is a piece of my error log in the terminal. The full log is extremely long, comprising probably hundreds of lines of error reports, but almost all of them follow the format: /usr/bin/ld: ..... : undefined reference to 'YAML::detail::......'
which also applies to the current issue.
I hope these information proves helpful to someone.
I encountered a similar problem when building the config_utilities package, and the culprit for me was adding the Conda virtual environment to PATH. I solved the problem by simply commenting out the line export PATH=~/miniconda3/bin:$PATH in the ~/.bashrc file (which I had added for convenience) and then restarting the terminal. Additionally, the problem can be reproduced by executing export PATH=~/miniconda3/bin:$PATH in the terminal and rebuilding the package.
The image below is a piece of my error log in the terminal. The full log is extremely long, comprising probably hundreds of lines of error reports, but almost all of them follow the format: /usr/bin/ld: ..... : undefined reference to 'YAML::detail::......' which also applies to the current issue. I hope these information proves helpful to someone.
while I was building
kimera_pgmo_ros
package, it always reportand then failed to build the project. Anyone has the same problem?
OS: Ubuntu20
ROS: noetic
The text was updated successfully, but these errors were encountered: