catkin_make reports 'invoking "make" fails'
Today I tried to install moveit from source, so far I only used the debians. I am using Ros Groovy on Ubuntu 12.04
When executing catkin_make I got the following error at 73% of the build process: linking CXX executable /home/wouter/ros/workspace/moveit/devel/lib/moveit_ros_move_group/move_group [ 73%] Built target move_group Linking CXX shared library /home/wouter/ros/workspace/moveit/devel/lib/libmoveit_move_group_default_capabilities.so [ 73%] Built target moveit_move_group_default_capabilities make: * [all] Error 2 Invoking "make" failed
Do you have any idea why invoking "make" fails?