-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
When building the project on Jazzy, the linker fails with the following error:
/usr/bin/ld: cannot find -lyaml-0: No such file or directory
collect2: error: ld returned 1 exit status
gmake[2]: *** [motion_planning_tasks/properties/CMakeFiles/motion_planning_tasks_properties.dir/build.make:438: motion_planning_tasks/properties/libmotion_planning_tasks_properties.so] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:461: motion_planning_tasks/properties/CMakeFiles/motion_planning_tasks_properties.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
gmake: *** [Makefile:146: all] Error 2
Steps to Reproduce
- Clone the repository (or clean build cache)
- Run
colcon build
- The build fails during the linking stage
Metadata
Metadata
Assignees
Labels
No labels