Advertisement
Guest User

Untitled

a guest
Feb 5th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. C:\build\qca\qca\build>C:\build\cmake\i386\bin\cmake ..
  2. CMake Warning at CMakeLists.txt:7 (project):
  3.   To use the NMake generator, cmake must be run from a shell that can use the
  4.   compiler cl from the command line.  This environment does not contain
  5.   INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  6.   work.
  7.  
  8.  
  9. -- The C compiler identification is unknown
  10. -- The CXX compiler identification is unknown
  11. -- Check for working C compiler: cl
  12. CMake Warning at CMakeLists.txt:2 (PROJECT):
  13.   To use the NMake generator, cmake must be run from a shell that can use the
  14.   compiler cl from the command line.  This environment does not contain
  15.   INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  16.   work.
  17.  
  18.  
  19. CMake Error: your C compiler: "cl" was not found.   Please set CMAKE_C_COMPILER
  20. to a valid compiler path or name.
  21. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  22. -- Check for working C compiler: cl -- broken
  23. CMake Error at C:/build/cmake/i386/share/cmake-2.8/Modules/CMakeTestCCompiler.cm
  24. ake:61 (message):
  25.   The C compiler "cl" is not able to compile a simple test program.
  26.  
  27.   It fails with the following output:
  28.  
  29.  
  30.  
  31.  
  32.  
  33.   CMake will not be able to correctly generate this project.
  34. Call Stack (most recent call first):
  35.   CMakeLists.txt:7 (project)
  36.  
  37.  
  38. CMake Error: your C compiler: "cl" was not found.   Please set CMAKE_C_COMPILER
  39. to a valid compiler path or name.
  40. CMake Error: your CXX compiler: "cl" was not found.   Please set CMAKE_CXX_COMPI
  41. LER to a valid compiler path or name.
  42. -- Configuring incomplete, errors occurred!
  43. See also "C:/build/qca/qca/build/CMakeFiles/CMakeOutput.log".
  44. See also "C:/build/qca/qca/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement