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

It seems you do not have any C++ compilers installed. You must first install one to use catkin like this. Try opening up a terminal and then typing:

sudo apt-get install build-essential -y

Then the g++ compiler should be installed.