[CMake] cmake error in windows 7 , visual studio 2008

Bill Hoffman bill.hoffman at kitware.com
Thu Mar 18 11:52:34 EDT 2010


Ramazan Girgin wrote:
> Hi all,
> I want to compile 32bit app in 64 bit windows 7.
> 
> I can compile with vs2008 but
> when i try to configures for compile with cmake it gives. i use cmake 2.8
> How can i solve that error ?

>   C:\Users\ramazan.girgin\Desktop\ma3BuildManager\New
>   folder\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1033: cannot 
> open
>   program database ''
>  
>   NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe' : 
> return
>   code '0x2'
>  

I this I have seen this.... :)

Are you ssh'ing into the windows box with cygwin sshd?  The problem is a 
permission thing.   Can you compile a program without cmake on the 
command line that has debug info?

-Bill


More information about the CMake mailing list