ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

ham2010's profile - activity

2017-01-20 10:11:15 -0500 received badge  Popular Question (source)
2017-01-20 10:11:15 -0500 received badge  Notable Question (source)
2017-01-20 10:11:15 -0500 received badge  Famous Question (source)
2015-08-25 13:14:39 -0500 asked a question installed build-essential but still get CXX compiler not found error

I am having the same problem I've seen from multiple posts from 2012 about CXX compiler not being found. I did run sudo apt-get install build-essential checkinstall and still get the following when I run cmake:

-- The CXX compiler identification is unknown
-- Check for working CXX compiler: /usr/local/bin/cl
CMake Error: your CXX compiler: "/usr/local/bin/cl" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

Where do I look for what is causing it to try to find "cl"?