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

@TSC provided output with VERBOSE=1 and -j1 over at http://answers.ros.org/question/126846/error-installing-ros-groovy-from-source-on-ubuntu-1310/

Might be it is the same issue of Eigen / PCL incompatibility here. I just answered there:

It seems like you have a Eigen version installed that is too new for PCL. It seems in 3.2 the sqrt function moved from eigen::internal::sqrt to eigen::sqrt. See this question:

http://answers.ros.org/question/128916/ros-groovy-compile-fails-at-pcl/

So you could either try to change the source of PCL or make sure it is using eigen 3.1 to compile.