Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. CMake Warning at /usr/share/cmake-3.10.2/Modules/Platform/MSYS.cmake:15 (message):
  4. CMake no longer defines WIN32 on MSYS!
  5.  
  6. (1) If you are just trying to build this project, ignore this warning or
  7. quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
  8. the CMake cache. If later configuration or build errors occur then this
  9. project may have been written under the assumption that MSYS is WIN32. In
  10. that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
  11.  
  12. (2) If you are developing this project, add the line
  13.  
  14. set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
  15.  
  16. at the top of your top-level CMakeLists.txt file or set the minimum
  17. required version of CMake to 2.8.4 or higher. Then teach your project to
  18. build on Cygwin without WIN32.
  19. Call Stack (most recent call first):
  20. /usr/share/cmake-3.10.2/Modules/CMakeSystemSpecificInformation.cmake:27 (include)
  21. CMakeLists.txt:2 (project)
  22.  
  23.  
  24. CMake Error at CMakeLists.txt:2 (project):
  25. No CMAKE_C_COMPILER could be found.
  26.  
  27. Tell CMake where to find the compiler by setting either the environment
  28. variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  29. the compiler, or to the compiler name if it is in the PATH.
  30.  
  31.  
  32. CMake Error at CMakeLists.txt:2 (project):
  33. No CMAKE_CXX_COMPILER could be found.
  34.  
  35. Tell CMake where to find the compiler by setting either the environment
  36. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  37. to the compiler, or to the compiler name if it is in the PATH.
  38.  
  39.  
  40. -- Configuring incomplete, errors occurred!
  41. See also "/home/administrator/build/CMakeFiles/CMakeOutput.log".
  42. See also "/home/administrator/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement