Asmodehn Shade wrote:
Hi all,

Just to confirm I have the same problem here... CMake 2.2.3

Fresh install of VS8Express + PSDK (option environment variable checked ON). Was able to build the win32 template (from the command line) and run it. I have checked my paths, I can access cl from the command line, I can access cmake too, but something in between doesnt do it. Same from the CMakeSetup GUI of course.

Event from the Visual express command line which should have all the environement variables set up properly, I get the same error. And the CMakeError.log just says :

 >Determining if the C compiler works failed with the following output:
 >
 >

Is there any way I can get more information on what actually happened ? Someone found more clues ?

The reason there is no output is because VCExpress does not produce any output no matter what happens during the build. This will require some kind of work-around such as reading the build logs. Meanwhile I think I've gotten things working with VCExpress 2005 in the CVS version of CMake. The fixes will be included in 2.2.4.

See discussion in the bug report:

http://www.cmake.org/Bug/bug.php?op=show&bugid=2795

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

Reply via email to