Robotics StackExchange | Archived questions

create catkin packages

I was learning the tutorials to create catkin packages. It brought this error when I run catkinmake : The CXX compiler identification is unknown, CMake Error: your complier: "'CMAKECXXCOMPLIER-NOTFOUND" was not found. Please set CMAKECXXCOMPILER to a valid compiler path or name. Configuring Incomplete, errors occurred. See also ''/home/Ubuntu/catkinws/build" Invoking "cmake failed.

Please help me, I don't know what this means and I need answer soonest. Thanks for your assistance

Asked by Glory on 2014-11-06 17:50:53 UTC

Comments

Answers

Haven't you asked the same thing in here?

http://answers.ros.org/question/196915/invoking-cmake-failed/

Asked by hiro64 on 2014-11-06 18:01:48 UTC

Comments

what I understand you are missing some ros dependencies..... try these in software center and see if they are installed...

gcc compiler
g++ 
cmake

if they are not installed install them and try again

Asked by Nouman Tahir on 2014-11-06 19:18:49 UTC

Comments