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

I my case, set environment variables CC and CXX only does not help. So use

-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++

to specify c and cxx compiler for catkin_make will solve this problem.

And for orocos_kdl building error, I followed

http://answers.ros.org/question/152766/installing-hydro-on-os-x-108-error-compiling-orocos_kdl/

that git clone the latest version. It works.