[CMake] Problem with NMake makefiles generator

Bill Hoffman bill.hoffman at kitware.com
Fri Jan 26 10:55:57 EST 2007


Ilya Shvetsov wrote:
>
>>>
>> This sounds like VS Express.  Make sure you install it correctly and 
>> set all the PATHS up correctly.   The NMake generator will only work 
>> from a shell that has the environment setup correctly.  (For example 
>> running vcvars32.bat )
>>
>
> I use MSVC 2005 Standard. I run vcvars32.bat in console before cmake.
> And error is same. :(
Sounds like a problem with your install.   I use that all the time.   
The compiler can not find stdio.h.
You can test it yourself:

foo.c
#include <stdio.h>

cl foo.c

-Bill



More information about the CMake mailing list