Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. CMake Error at CMakeLists.txt:11 (PROJECT):
  4. The CMAKE_C_COMPILER:
  5.  
  6. cl
  7.  
  8. is not a full path and was not found in the PATH.
  9.  
  10. To use the NMake generator with Visual C++, cmake must be run from a shell
  11. that can use the compiler cl from the command line. This environment is
  12. unable to invoke the cl compiler. To fix this problem, run cmake from the
  13. Visual Studio Command Prompt (vcvarsall.bat).
  14.  
  15. Tell CMake where to find the compiler by setting either the environment
  16. variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  17. the compiler, or to the compiler name if it is in the PATH.
  18.  
  19.  
  20. CMake Error at CMakeLists.txt:11 (PROJECT):
  21. The CMAKE_CXX_COMPILER:
  22.  
  23. cl
  24.  
  25. is not a full path and was not found in the PATH.
  26.  
  27. To use the NMake generator with Visual C++, cmake must be run from a shell
  28. that can use the compiler cl from the command line. This environment is
  29. unable to invoke the cl compiler. To fix this problem, run cmake from the
  30. Visual Studio Command Prompt (vcvarsall.bat).
  31.  
  32. Tell CMake where to find the compiler by setting either the environment
  33. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  34. to the compiler, or to the compiler name if it is in the PATH.
  35.  
  36.  
  37. -- Configuring incomplete, errors occurred!
  38. See also "C:/Users/marco/Desktop/PROGRAMA/dlib-19.17/tools/imglab/build/CMakeFiles/CMakeOutput.log".
  39. See also "C:/Users/marco/Desktop/PROGRAMA/dlib-19.17/tools/imglab/build/CMakeFiles/CMakeError.log".
  40.  
  41. C:UsersmarcoDesktopPROGRAMAdlib-19.17toolsimglabbuild>cmake --build . --config Release
  42. O sistema não pode encontrar o arquivo especificado
  43. CMake Error: Generator: execution of make failed. Make command was: nmake /nologo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement