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

Revision history [back]

Hi Benoit, in cases were you migrated (e.g. from diamond/electric to fuerte) you need do ensure that your CMakeFiles/Caches and co are removed. They contain paths to the used ROS-Version, i.e. paths to older versions which are not any longer available on your system.

Try rosmake --pre-clean or even better inside the package in question try rm -r CMakeFiles cmake_install.cmake CMakeCache.txt && rosmake