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

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-04-29 05:00:14 -0500

joq gravatar image

Most likely, you have old cmake build directories lying around from before the upgrade.

Try make clean in all the packages you build from source, or use rosmake --pre-clean.

Or, it may be easier to check out fresh working directories and rebuild everything.

Most likely, you have old cmake build directories lying around from before the upgrade.

Try make clean in all the packages you build from source, or use rosmake --pre-clean.

Or, it may be easier to check out fresh working directories and rebuild everything.

UPDATE: did you remember to use rosbuild_add_boost_directories() in your CMakeLists.txt?