visual c++ - CMake cl.exe is not able to compile a simple test program -


this cmake output:

-- c compiler identification msvc 16.0.30319.1 -- cxx compiler identification msvc 16.0.30319.1 -- eclipse version set 3.6 (helios). adjust cmake_eclipse_version if wrong. -- check working c compiler: c:/program files (x86)/microsoft visual studio 10.0/vc/bin/amd64/cl.exe -- check working c compiler: c:/program files (x86)/microsoft visual studio 10.0/vc/bin/amd64/cl.exe -- broken cmake error @ c:/program files (x86)/cmake/share/cmake-3.2/modules/cmaketestccompiler.cmake:61 (message):   c compiler "c:/program files (x86)/microsoft visual studio 10.0/vc/bin/amd64/cl.exe" not able compile simple test program.    fails following output:     change dir: e:/code/git/brendan-c-sfml/build/cmakefiles/cmaketmp 

i've checked other questions , downgrade .net 4.0 didn't work me.

in answer: cmake unable configure project visual studios 10 amd64

i found solution of problem.

for me was:

i found x64 compilers destroyed installing sp 1. try update restore them: http://www.microsoft.com/en-us/download/details.aspx?id=4422

i have updated compilers , works.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -