Advertisement
Guest User

CMAKE

a guest
Oct 11th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. cmake ..
  2. CMake Error at /usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake:107 (file):
  3. file Internal CMake error when trying to open file:
  4. /home/noelia/miraclecast-master/build/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
  5. for writing.
  6. Call Stack (most recent call first):
  7. /usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake:117 (CMAKE_DETERMINE_COMPILER_ID_WRITE)
  8. /usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
  9. /usr/share/cmake-3.0/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID)
  10. CMakeLists.txt:7 (project)
  11.  
  12.  
  13. CMake Error at /usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake:107 (file):
  14. file Internal CMake error when trying to open file:
  15. /home/noelia/miraclecast-master/build/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
  16. for writing.
  17. Call Stack (most recent call first):
  18. /usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake:117 (CMAKE_DETERMINE_COMPILER_ID_WRITE)
  19. /usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
  20. /usr/share/cmake-3.0/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID)
  21. CMakeLists.txt:7 (project)
  22.  
  23.  
  24. -- The CXX compiler identification is unknown
  25. CMake Error at CMakeLists.txt:7 (project):
  26. No CMAKE_CXX_COMPILER could be found.
  27.  
  28. Tell CMake where to find the compiler by setting either the environment
  29. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  30. to the compiler, or to the compiler name if it is in the PATH.
  31.  
  32.  
  33. -- Configuring incomplete, errors occurred!
  34. See also "/home/noelia/miraclecast-master/build/CMakeFiles/CMakeOutput.log".
  35. See also "/home/noelia/miraclecast-master/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement