Make, C Compiler and CXX : not found please install suitable package..
Centos 6.5.
GCC, cmake and everything is in place, but the IDE thinks it's not there when creating "hello, world" demo project. I wonder why.
Please sign in to leave a comment.
Do you have Make installed?
yes, sure:
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Package cmake-2.6.4-5.el6.x86_64 already installed and latest version
Could you please try if the bundled cmake is working for you?
And attach the Toolchain window screenshot please when you see an error.
Same issue with CentOS 6.5 64 bit.
I have no issue buidling with make and GCC from the command line.
Please, check the suggestion above. Goes bundled CMake works for you? Could you please attach the screenshot of the toolchain window?
The Run->Build menu item is disabed so I cannot start a build.
Screenshot of the toolchain window.
This may be related to this: http://youtrack.jetbrains.com/issue/CPP-740
I'm getting this problem on Windows as well. It says it cannot find a suitable C compiler or CXX compiler although in C:\MinGW\bin I see both GCC and G++ installed.
Are you trying MinGW from mingw.org or the sourceforge branch mentioned in the issue above?
mingw.org, what source forge above? I don't see anything mentioning that.
We had some discussion here: http://youtrack.jetbrains.com/issue/CPP-785. For some users official mingw.org version is not working but some workarounds are discussed there (sourceforge link - http://sourceforge.net/projects/tdm-gcc/ - for example).
That may be the issue, I'm not sure how I validate that.
I tried to download the 2.8.12.2 verison of CMake to a local folder but I'm not sure what file I'm suppose to select in the "Use specified" field, none seem to work.