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
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
Using the LDFLAGS variables in target_link_libraries leads to linker errors such as cannot find -l/usr/lib/libboost_thread.so or similar things. The problem occurs when building with ROS groovy installed since in that case, urdfdom and console_bridge can be found and will be enabled. Instead, ${urdfdom_LIBRARIES} and ${console_bridge_LIBRARIES} should be used.
The problem occurs when building libgazebo_sdf_interface. A patch is attached.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Lorenz Mösenlechner (Bitbucket: moesenle).
The original report had attachments: gazebo-linker-error.patch
Using the LDFLAGS variables in target_link_libraries leads to linker errors such as
cannot find -l/usr/lib/libboost_thread.so
or similar things. The problem occurs when building with ROS groovy installed since in that case, urdfdom and console_bridge can be found and will be enabled. Instead, ${urdfdom_LIBRARIES} and ${console_bridge_LIBRARIES} should be used.The problem occurs when building libgazebo_sdf_interface. A patch is attached.
The text was updated successfully, but these errors were encountered: