-
Notifications
You must be signed in to change notification settings - Fork 1
building_trouble_shooting
Naveau edited this page Mar 2, 2021
·
1 revision
Please perform a dpkg -l | grep yaml-cpp
.
if the output looks like this:
dpkg -l | grep yaml-cpp
ii libyaml-cpp-dev 0.5.2-4ubuntu1 amd64 YAML parser and emitter for C++ - development files
ii libyaml-cpp0.5v5:amd64 0.5.2-4ubuntu1 amd64 YAML parser and emitter for C++
ii robotpkg-yaml-cpp 0.5.3 amd64 YAML parser and emitter for C++
ii ros-dashing-yaml-cpp-vendor 6.0.1-1bionic.20201125.040329 amd64 Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it.
Then you need to uninstall the robotpkg-yaml-cpp
. It might be the cause of the trouble.
Hence the solution is: sudo apt remove robotpkg-yaml-cpp
All our open source software are licensed against the BSD 3-clause license.
Copyright 2016-2020, New York University and Max Planck Gesellschaft.
- Home Page
- Contribute to the wiki
- Logo
- Introduction
- Our Codebase
- Build Our Codebase
- Build tools introduction
- Build chain tutorials
- Dependencies
- Building our software stack
- Troubleshooting
- Robot Tutorials
- Programming
- ODRI Robots
- MicroDrivers
- Solo12
- Bolt
- NYUFinger
- Kuka
- Debugging