CMake 2.4.0 beta is ready

Paulo Jorge Guedes Paulo.Guedes at artelecom.pt
Wed Apr 19 11:51:36 CEST 2006


> -----Original Message-----
> From: William A. Hoffman [mailto:billlist at nycap.rr.com]
> Sent: terça-feira, 18 de Abril de 2006 22:24
> To: kde-buildsystem at kde.org
> Subject: CMake 2.4.0 beta is ready
> 
> CMake 2.4.0 beta is ready for testing with kdelibs.
> 
> The windows installer is here:
> http://www.cmake.org/files/v2.4/cmake-2.4.0-win32.exe
> 
> The UNIX source is here:
> 
> http://www.cmake.org/files/v2.4/cmake-2.4.0.tar.gz
> 
> Let me know if there are any issues.

It's not working for MSVC (NMake generator):

-- Check for CL compiler version
-- Check for CL compiler version - 1400
-- Check if this is a free VC compiler
-- Check if this is a free VC compiler - no
-- Check CL platform
-- Check CL platform - 32 bit
-- Check for working C compiler: cl
-- Check for working C compiler: cl -- broken
The C compiler "cl" is not able to compile a simple test program.
It fails with the following output:
        "C:\Program Files\CMake\bin\cmake.exe" -HD:\kde\vc++\kdelibs-build\CMake
Files\CMakeTmp -BD:\kde\vc++\kdelibs-build\CMakeFiles\CMakeTmp --check-build-sys
tem CMakeFiles\Makefile.cmake 0
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f CMakeFi
les/Makefile2 /nologo -L                  cmTryCompileExec
        "C:\Program Files\CMake\bin\cmake.exe" -HD:\kde\vc++\kdelibs-build\CMake
Files\CMakeTmp -BD:\kde\vc++\kdelibs-build\CMakeFiles\CMakeTmp --check-build-sys
tem CMakeFiles\Makefile.cmake 0
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f CMakeFi
les/Makefile2 /nologo -L                  CMakeFiles\cmTryCompileExec.dir\all
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f CMakeFi
les\cmTryCompileExec.dir/build.make /nologo -L                  CMakeFiles\cmTry
CompileExec.dir\depend
Scanning dependencies of target cmTryCompileExec
        "C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends  "NMake Makefile
s" D:\kde\vc++\kdelibs-build\CMakeFiles\CMakeTmp D:\kde\vc++\kdelibs-build\CMake
Files\CMakeTmp D:\kde\vc++\kdelibs-build\CMakeFiles\CMakeTmp\CMakeFiles\cmTryCom
pileExec.dir\DependInfo.cmake
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f CMakeFi
les\cmTryCompileExec.dir/build.make /nologo -L                  CMakeFiles\cmTry
CompileExec.dir\build
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.obj
        C:\PROGRA~1\MID05A~1\VC\bin\cl.exe  @C:\DOCUME~1\pjguedes\LOCALS~1\Temp\
nm4.tmp
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be re
moved in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
testCCompiler.c
Linking C executable cmTryCompileExec.exe
        "C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\cmTryCompileExec.di
r\cmake_clean_target.cmake
        C:\PROGRA~1\MID05A~1\VC\bin\cl.exe  /nologo @C:\DOCUME~1\pjguedes\LOCALS
~1\Temp\nm5.tmp
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be re
moved in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
LINK : fatal error LNK1104: cannot open file 'odbc32.lib'
NMAKE : fatal error U1077: 'C:\PROGRA~1\MID05A~1\VC\bin\cl.exe' : return code '0
x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.

With MinGW seems alright.

Paulo


More information about the Kde-buildsystem mailing list