Advertisement
Guest User

Untitled

a guest
Nov 11th, 2015
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. ---------------------------------------------------
  2. GUI output:
  3. The C compiler identification is unknown
  4. The CXX compiler identification is unknown
  5. CMake Error at CMakeLists.txt:3 (project):
  6. No CMAKE_C_COMPILER could be found.
  7.  
  8. CMake Error at CMakeLists.txt:3 (project):
  9. No CMAKE_CXX_COMPILER could be found.
  10.  
  11. Configuring incomplete, errors occurred!
  12. See also "C:/Users/Jason/Desktop/build-output/CMakeFiles/CMakeOutput.log".
  13. See also "C:/Users/Jason/Desktop/build-output/CMakeFiles/CMakeError.log".
  14. ---------------------------------------------------
  15. CMakeError.log:
  16.  
  17. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  18. Compiler:
  19. Build flags:
  20. Id flags:
  21.  
  22. The output was:
  23. The system cannot find the file specified
  24.  
  25.  
  26. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  27. Compiler:
  28. Build flags:
  29. Id flags:
  30.  
  31. The output was:
  32. The system cannot find the file specified
  33. ---------------------------------------------------
  34. CMakeOutput.log:
  35.  
  36. The system is: Windows - 6.3.9600 - AMD64
  37. ---------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement