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

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to