visual studio - CMake compiler identification unknown under Windows 7 64 bits only without admin rights -


i using cmake 2.8.10 , 2.8.11.2 under windows 7 64 bits machine. cmake installed administrator rights account. use visual studio 2008 professional.
account has not administrator rights.
cmake works when launch cmake generator "visual studio 9 2008".
not work when launch cmake generator "visual studio 9 2008 win64".
following error : "the cxx compiler identification unknown" , "the c compiler identification unknown"

what strange if login administrator account, cmake works 2 generators above.

how can make cmake work generator "visual studio 9 2008 win64" in case not have administrator rights ?

thanks help.

i having similar issue using cmake 2.8.12.1 , visual studio 2008 pro, 32 bit builds fine win64 not, here full call stack:

cmake error @ c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/cmakedeterminecompilerid.cmake:446 (execute_process): execute_process given command argument no value. call stack (most recent call first): c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/cmakedeterminecompilerid.cmake:48 (cmake_determine_compiler_id_vendor) c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/cmakedetermineccompiler.cmake:131 (cmake_determine_compiler_id) cmakelists.txt:3 (project)

the c compiler identification unknown cmake error @ c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/cmakedeterminecompilerid.cmake:446 (execute_process): execute_process given command argument no value. call stack (most recent call first): c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/cmakedeterminecompilerid.cmake:48 (cmake_determine_compiler_id_vendor) c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/cmakedeterminecxxcompiler.cmake:127 (cmake_determine_compiler_id) cmakelists.txt:3 (project)

the cxx compiler identification unknown


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -