Guest User

Untitled

a guest
Dec 13th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Building for: NMake Makefiles
  2. -- The C compiler identification is unknown
  3. -- The CXX compiler identification is unknown
  4. CMake Error at CMakeLists.txt:138 (project):
  5. The CMAKE_C_COMPILER:
  6.  
  7. cl
  8.  
  9. is not a full path and was not found in the PATH.
  10.  
  11. To use the NMake generator with Visual C++, cmake must be run from a shell
  12. that can use the compiler cl from the command line. This environment is
  13. unable to invoke the cl compiler. To fix this problem, run cmake from the
  14. Visual Studio Command Prompt (vcvarsall.bat).
  15.  
  16. Tell CMake where to find the compiler by setting either the environment
  17. variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  18. the compiler, or to the compiler name if it is in the PATH.
  19.  
  20.  
  21. CMake Error at CMakeLists.txt:138 (project):
  22. The CMAKE_CXX_COMPILER:
  23.  
  24. cl
  25.  
  26. is not a full path and was not found in the PATH.
  27.  
  28. To use the NMake generator with Visual C++, cmake must be run from a shell
  29. that can use the compiler cl from the command line. This environment is
  30. unable to invoke the cl compiler. To fix this problem, run cmake from the
  31. Visual Studio Command Prompt (vcvarsall.bat).
  32.  
  33. Tell CMake where to find the compiler by setting either the environment
  34. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  35. to the compiler, or to the compiler name if it is in the PATH.
  36.  
  37.  
  38. -- Configuring incomplete, errors occurred!
  39. See also "C:/Users/Mr. Stark/Downloads/brlcad-7.26.0/brlcad-7.26.0/build/CMakeFiles/CMakeOutput.log".
  40. See also "C:/Users/Mr. Stark/Downloads/brlcad-7.26.0/brlcad-7.26.0/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment