Guest User

Untitled

a guest
Dec 4th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. -- The C compiler identification is GNU 6.4.0
  2. -- The CXX compiler identification is GNU 6.4.0
  3. CMake Warning at /Users/Lyosha12/.CLion2017.3/system/cygwin_cmake/share/cmake-3.9.4/Modules/Platform/CYGWIN.cmake:15 (message):
  4. CMake no longer defines WIN32 on Cygwin!
  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 Cygwin is WIN32.
  10. In 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. /Users/Lyosha12/.CLion2017.3/system/cygwin_cmake/share/cmake-3.9.4/Modules/CMakeSystemSpecificInformation.cmake:26 (include)
  21. CMakeLists.txt:1 (project)
  22.  
  23.  
  24. -- Check for working C compiler: /cygwin/bin/cc
  25. -- Check for working C compiler: /cygwin/bin/cc -- broken
  26. CMake Error at /Users/Lyosha12/.CLion2017.3/system/cygwin_cmake/share/cmake-3.9.4/Modules/CMakeTestCCompiler.cmake:51 (message):
  27. The C compiler "/cygwin/bin/cc" is not able to compile a simple test
  28. program.
  29.  
  30. It fails with the following output:
  31.  
  32. Change Dir: /Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeTmp
  33.  
  34.  
  35.  
  36. Run Build Command:"/cygwin/bin/make.exe" "cmTC_0442a/fast"
  37.  
  38. /cygwin/bin/make -f CMakeFiles/cmTC_0442a.dir/build.make
  39. CMakeFiles/cmTC_0442a.dir/build
  40.  
  41. make[1]: Entering directory
  42. '/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeTmp'
  43.  
  44.  
  45. make[1]: /bin/sh: Command not found
  46.  
  47. make[1]: *** [CMakeFiles/cmTC_0442a.dir/build.make:65:
  48. CMakeFiles/cmTC_0442a.dir/testCCompiler.c.o] Error 127
  49.  
  50. make[1]: Leaving directory
  51. '/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeTmp'
  52.  
  53.  
  54. make: *** [Makefile:126: cmTC_0442a/fast] Error 2
  55.  
  56.  
  57.  
  58.  
  59.  
  60. CMake will not be able to correctly generate this project.
  61. Call Stack (most recent call first):
  62. CMakeLists.txt:1 (project)
  63.  
  64.  
  65. -- Configuring incomplete, errors occurred!
  66. See also "/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeOutput.log".
  67. See also "/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeError.log".
  68.  
  69. Error code: 1
Advertisement
Add Comment
Please, Sign In to add comment