ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I had a few linking issues with boost installing Fuerte on Mountain Lion. You can fix that one by modifying bond_core/bondcpp/CMakeLists.txt to include "rosbuild_link_boost(${PROJECT_NAME} thread system)" at the end of the file to link against boost thread:

22) target_link_libraries(${PROJECT_NAME})
23) rosbuild_link_boost(${PROJECT_NAME} thread system)