Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Windows 'No C++11 compiler available' #475

Closed
theSundayProgrammer opened this issue Nov 18, 2015 · 4 comments
Closed

CMake Windows 'No C++11 compiler available' #475

theSundayProgrammer opened this issue Nov 18, 2015 · 4 comments

Comments

@theSundayProgrammer
Copy link
Contributor

I get an error while using CMake (listed below). The CMake GUI starts off by showing a combo-box listing Visual C++ compiler. But when it comes to the configuring it generates the said error. I am not familiar with CMake.


Checking for C++11 compiler
Checking for C++11 compiler - unavailable
CMake Error at CMakeLists.txt:8 (message):
No C++11 compiler available!

@rcurtin
Copy link
Member

rcurtin commented Nov 18, 2015

What version of Visual Studio?

@rcurtin
Copy link
Member

rcurtin commented Nov 18, 2015

Actually, to clarify more, do you have Visual Studio installed, and if so, what version? It looks to me like maybe Visual Studio is not installed. If you can provide the full CMake log output, that could be helpful too.

@theSundayProgrammer
Copy link
Contributor Author

This is an issue with GUI. The command line works. Sorry for the inconvenience.

@rcurtin
Copy link
Member

rcurtin commented Nov 19, 2015

Unfortunately I'm not too experienced with the Windows CMake GUI (I've only used it a few times), so I don't think I can help any further there. Probably the version of Visual Studio it's trying to use is incorrect, or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants