My compilretr is minGW.

 

De : Parchet Michaël [mailto:mparc...@sunrise.ch] 
Envoyé : jeudi 10 janvier 2013 21:36
À : cmake@cmake.org; 'KDE on Windows'
Objet : How to set the cmake variable on windows

 

Hello,

 

When I try to execute cmake on the terminal on windows, I get an error. (See
attachment).

 

It seems that some variables aren’t set.

 

Are there environmental variables or variables set in a specific file.

 

Thanks a lot your support

 

Happy new year.

 

Best regards

 

mparchet

CMake Warning at CMakeLists.txt:1 (project):
  To use the NMake generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.


-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Warning at 
c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/Platform/Windows-cl.cmake:28 
(ENABLE_LANGUAGE):
  To use the NMake generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.
Call Stack (most recent call first):
  c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/CMakeCInformation.cmake:60 
(INCLUDE)
  CMakeLists.txt:1 (project)


CMake Error: your RC compiler: "CMAKE_RC_COMPILER-NOTFOUND" was not found.   
Please set CMAKE_RC_COMPILER to a valid compiler path or name.
-- Check for CL compiler version
-- Check for CL compiler version - failed
-- Check if this is a free VC compiler
-- Check if this is a free VC compiler - yes
-- Using FREE VC TOOLS, NO DEBUG available
-- Check for working C compiler: cl
CMake Warning at CMakeLists.txt:2 (PROJECT):
  To use the NMake generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.


CMake Warning at 
c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/Platform/Windows-cl.cmake:28 
(ENABLE_LANGUAGE):
  To use the NMake generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.
Call Stack (most recent call first):
  c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/CMakeCInformation.cmake:60 
(INCLUDE)
  CMakeLists.txt:2 (PROJECT)


CMake Error at 
c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/CMakeRCInformation.cmake:22 
(GET_FILENAME_COMPONENT):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/Platform/Windows-cl.cmake:28 
(ENABLE_LANGUAGE)
  c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/CMakeCInformation.cmake:60 
(INCLUDE)
  CMakeLists.txt:2 (PROJECT)


CMake Error: CMAKE_RC_COMPILER not set, after EnableLanguage
CMake Error: your C compiler: "cl" was not found.   Please set CMAKE_C_COMPILER 
to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: cl -- broken
CMake Error at 
c:/kdeRoot/dev-utils/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 
(MESSAGE):
  The C compiler "cl" 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.
Call Stack (most recent call first):
  CMakeLists.txt:1 (project)


CMake Error: your C compiler: "cl" was not found.   Please set CMAKE_C_COMPILER 
to a valid compiler path or name.
CMake Error: your CXX compiler: "cl" was not found.   Please set 
CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to