[CMake] CMake 2.5 - MinGW fails with NMake Mafiles

David Cole david.cole at kitware.com
Fri Oct 19 07:11:22 EDT 2007


Do not pass -DCMAKE_SYSTEM=Windows-5.1 on the command line. CMake expects to
compute that value itself...


On 10/19/07, Gonzalo Garramuño <ggarra at advancedsl.com.ar> wrote:
>
>
> MinGW CMake also says it supports NMake Makefiles (actually, tons of
> formats which sounds super cool).  After compiling a MinGW CMake, I
> tried using it to compile cmake again with "NMake Makefiles" and it also
> worked.
>
> But trying a 'NMake Makefiles' build on my project resulted in
>
> > cmake ../../../.. -DCMAKE_SYSTEM=Windows-5.1
> -DEXECUTABLE_OUTPUT_PATH=/z/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/bin
> -DLIBRARY_OUTPUT_PATH=/z/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/lib
> -DCMAKE_LIBRARY_PATH=/z/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/lib
> -DCMAKE_NATIVE_ARCH=32 -DCMAKE_BUILD_ARCH=32 -DCMAKE_BUILD_TYPE=Release
> -G 'NMake Makefiles'
>
>
>
> -- The C compiler identification is MSVC
>
> -- The CXX compiler identification is MSVC
>
> System is unknown to cmake, create:
>
> Platform/ to use this system, please send your config file to
> cmake at www.cmake.org so it can be added to cmake
>
> -- Check for working C compiler: C:/Archivos de programa/Microsoft
> Visual Studio .NET 2003/Vc7/bin/cl.exe
>
> CMake Error: This should not have happen. If you see this message, you
> are probably using a broken CMakeLists.txt file or a problematic release
> of CMake
>
> CMake Error: Could not find cmake module
> file:Z:/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/tmp/CMakeFiles/CMakeRCCompiler.cmake
>
> CMake Error: Internal CMake error, TryCompile configure of cmake failed
>
> -- Check for working C compiler: C:/Archivos de programa/Microsoft
> Visual Studio .NET 2003/Vc7/bin/cl.exe -- broken
>
> CMake Error: The C compiler "C:/Archivos de programa/Microsoft Visual
> Studio .NET 2003/Vc7/bin/cl.exe" is not able to compile a simple test
> program.
>
> It fails with the following output:
>
>
>
>
> CMake will not be able to correctly generate this project.
>
> -- Configuring done
>
>
> The generated CMakeCache.txt is attached.
>
>
> --
> Gonzalo Garramuño
> ggarra at advancedsl.com.ar
>
> AMD4400 - ASUS48N-E
> GeForce7300GT
> Kubuntu Edgy
>
> # This is the CMakeCache file.
> # For build in directory: z:/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/tmp
> # It was generated by CMake: C:/Archivos de programa/CMake/bin/cmake.exe
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the
> editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
>
> ########################
> # EXTERNAL cache entries
> ########################
>
> //For backwards compatibility, what version of CMake commands and
> // syntax should this version of CMake allow.
> CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.5
>
> //No help, variable specified on the command line.
> CMAKE_BUILD_ARCH:UNINITIALIZED=32
>
> //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
> // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
> CMAKE_BUILD_TYPE:STRING=Release
>
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
>
> //CXX compiler.
> CMAKE_CXX_COMPILER:FILEPATH=C:/Archivos de programa/Microsoft Visual
> Studio .NET 2003/Vc7/bin/cl.exe
>
> //C compiler.
> CMAKE_C_COMPILER:FILEPATH=C:/Archivos de programa/Microsoft Visual Studio
> .NET 2003/Vc7/bin/cl.exe
>
> //Flags for C compiler.
> CMAKE_C_FLAGS:STRING=' '
>
> //Flags used by the compiler during debug builds.
> CMAKE_C_FLAGS_DEBUG:STRING=
>
> //Flags used by the compiler during release minsize builds.
> CMAKE_C_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the compiler during release builds (/MD /Ob1 /Oi
> // /Ot /Oy /Gs will produce slightly less optimized but smaller
> // files).
> CMAKE_C_FLAGS_RELEASE:STRING=
>
> //Flags used by the compiler during Release with Debug Info builds.
> CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=
>
> //Flags used by the linker.
> CMAKE_EXE_LINKER_FLAGS:STRING=
>
> //Flags used by the linker during debug builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during release minsize builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during release builds.
> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Install path prefix, prepended onto install directories.
> CMAKE_INSTALL_PREFIX:PATH=C:/Archivos de programa/mrLiquid
>
> //No help, variable specified on the command line.
> CMAKE_LIBRARY_PATH:UNINITIALIZED=z:/code/Maya/mrLiquid/BUILD/Windows-
> 5.1-32/Release/lib
>
> //Path to a program.
> CMAKE_LINKER:FILEPATH=C:/Archivos de programa/Microsoft Visual Studio .NET
> 2003/Vc7/bin/link.exe
>
> //Program used to build from makefiles.
> CMAKE_MAKE_PROGRAM:STRING=nmake
>
> //Flags used by the linker during the creation of modules.
> CMAKE_MODULE_LINKER_FLAGS:STRING=
>
> //Flags used by the linker during debug builds.
> CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during release minsize builds.
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during release builds.
> CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //No help, variable specified on the command line.
> CMAKE_NATIVE_ARCH:UNINITIALIZED=32
>
> //Flags used by the linker during the creation of dll's.
> CMAKE_SHARED_LINKER_FLAGS:STRING=
>
> //Flags used by the linker during debug builds.
> CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during release minsize builds.
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during release builds.
> CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //If set, runtime paths are not added when using shared libraries.
> CMAKE_SKIP_RPATH:BOOL=NO
>
> //No help, variable specified on the command line.
> CMAKE_SYSTEM:UNINITIALIZED=Windows-5.1
>
> //If true, cmake will use relative paths in makefiles and projects.
> CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
>
> //If this value is on, makefiles will be generated without the
> // .SILENT directive, and all commands will be echoed to the console
> // during the make.  This is useful for debugging only. With Visual
> // Studio IDE projects all commands are done without /nologo.
> CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
>
> //No help, variable specified on the command line.
> EXECUTABLE_OUTPUT_PATH:UNINITIALIZED=z:/code/Maya/mrLiquid/BUILD/Windows-
> 5.1-32/Release/bin
>
> //No help, variable specified on the command line.
> LIBRARY_OUTPUT_PATH:UNINITIALIZED=z:/code/Maya/mrLiquid/BUILD/Windows-
> 5.1-32/Release/lib
>
> //Value Computed by CMake
> mrLiquid_BINARY_DIR:STATIC=Z:/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/tmp
>
> //Value Computed by CMake
> mrLiquid_SOURCE_DIR:STATIC=Z:/code/Maya/mrLiquid
>
>
> ########################
> # INTERNAL cache entries
> ########################
>
> //Advanced flag for variable: CMAKE_BUILD_TOOL
> CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
> //What is the target build tool cmake is generating for.
> CMAKE_BUILD_TOOL:INTERNAL=nmake
> //This is the directory where this CMakeCahe.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=z:/code/Maya/mrLiquid/BUILD/Windows-5.1-32
> /Release/tmp
> //Major version of cmake used to create the current loaded cache
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
> //Minor version of cmake used to create the current loaded cache
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=5
> //Major version of cmake used to create the current loaded cache
> CMAKE_CACHE_RELEASE_VERSION:INTERNAL=20071011
> //Advanced flag for variable: CMAKE_COLOR_MAKEFILE
> CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
> //Path to CMake executable.
> CMAKE_COMMAND:INTERNAL=C:/Archivos de programa/CMake/bin/cmake.exe
> //Path to cpack program executable.
> CMAKE_CPACK_COMMAND:INTERNAL=C:/Archivos de programa/CMake/bin/cpack.exe
> //Path to ctest program executable.
> CMAKE_CTEST_COMMAND:INTERNAL=C:/Archivos de programa/CMake/bin/ctest.exe
> //Advanced flag for variable: CMAKE_CXX_COMPILER
> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_COMPILER
> CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
> //Result of TRY_COMPILE
> CMAKE_C_COMPILER_WORKS:INTERNAL=FALSE
> //Advanced flag for variable: CMAKE_C_FLAGS
> CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
> CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
> CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
> CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
> CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //Path to cache edit program executable.
> CMAKE_EDIT_COMMAND:INTERNAL=C:/Archivos de
> programa/CMake/bin/CMakeSetup.exe
> //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
> CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
> CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
> CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //Name of generator.
> CMAKE_GENERATOR:INTERNAL=NMake Makefiles
> //Start directory with the top level CMakeLists.txt file for this
> // project
> CMAKE_HOME_DIRECTORY:INTERNAL=Z:/code/Maya/mrLiquid
> //Advanced flag for variable: CMAKE_LINKER
> CMAKE_LINKER-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MAKE_PROGRAM
> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
> CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
> CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
> CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //number of local generators
> CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
> //Path to CMake installation.
> CMAKE_ROOT:INTERNAL=C:/Archivos de programa/CMake/share/cmake-2.5
> //Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
> CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
> CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
> CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SKIP_RPATH
> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
> CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
> CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
>
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20071019/eb050bd2/attachment-0001.html


More information about the CMake mailing list