fails for me. anyone knows what is wrong here? i get the following error. thanks, ed.


C:\build\cmake>cmake -G "Visual Studio 8 2005" c:\svn\development\cmake

CMake Error: Error in cmake code at
c:/svn/development/cmake/modules/FindGNUWIN32.cmake:36:
MESSAGE Could NOT find GNUWIN32
Current CMake stack: c:/svn/development/cmake/CMakeLists.txt;c:/svn/development/
cmake/modules/LyXPaths.cmake;c:/svn/development/cmake/modules/FindGNUWIN32.cmake

-- Check for working C compiler: cl
-- Check for working C compiler: cl -- broken
CMake Error: Error in cmake code at
C:/Program Files/CMake 2.4/share/CMake/Modules/CMakeTestCCompiler.cmake:33:
MESSAGE The C compiler "cl" is not able to compile a simple test program.
It fails with the following output:

Microsoft (R) Visual C++ Express Edition Version 8.0.50727.42.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Performing Post-Build Event...
1>"Checking build system"
1>Build log was saved at "file://c:\build\cmake\CMakeFiles\CMakeTmp\ZERO_CHECK.d
ir\Debug\BuildLog.htm"
1>ZERO_CHECK - 0 error(s), 0 warning(s)
2>------ Build started: Project: cmTryCompileExec, Configuration: Debug Win32 --
----
2>Compiling...
2>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x8
6
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>cl /Od /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo"cmTryCompileExec.dir\Debug\\" /Fd"D ebug/cmTryCompileExec.pdb" /W3 /c /Zi /TC /DWIN32 /D_WINDOWS /Zm1000 /D_DE
BUG         -DCMAKE_INTDIR=\"Debug\"
2>   .\testCCompiler.c
2>testCCompiler.c
2>Compiling manifest to resources...
2>Linking...
2>Microsoft (R) Incremental Linker Version 8.00.50727.42
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>"/OUT:Debug\cmTryCompileExec.exe" /INCREMENTAL /MANIFEST "/MANIFESTFILE:cmTryC ompileExec.dir\Debug\cmTryCompileExec.exe.intermediate.manifest" /DEBUG "/PDB:De bug\cmTryCompileExec.pdb" /SUBSYSTEM:CONSOLE /STACK:10000000 /machine:I386 /debu g kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.
lib uuid.lib comdlg32.lib advapi32.lib
2>".\cmTryCompileExec.dir\Debug\testCCompiler.obj"
2>".\cmTryCompileExec.dir\Debug\cmTryCompileExec.exe.embed.manifest.res"
2>LINK : fatal error LNK1104: cannot open file 'user32.lib'
2>Build log was saved at "file://c:\build\cmake\CMakeFiles\CMakeTmp\cmTryCompile
Exec.dir\Debug\BuildLog.htm"
2>cmTryCompileExec - 1 error(s), 0 warning(s)
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


CMake will not be able to correctly generate this project.
Current CMake stack: c:/svn/development/cmake/CMakeLists.txt;C:/Program Files/CM ake 2.4/share/CMake/Modules/CMakeCInformation.cmake;C:/Program Files/CMake 2.4/s
hare/CMake/Modules/CMakeTestCCompiler.cmake
-- Configuring done

C:\build\cmake>

Reply via email to