Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The C compiler identification is GNU 6.4.0
- -- The CXX compiler identification is GNU 6.4.0
- CMake Warning at /Users/Lyosha12/.CLion2017.3/system/cygwin_cmake/share/cmake-3.9.4/Modules/Platform/CYGWIN.cmake:15 (message):
- CMake no longer defines WIN32 on Cygwin!
- (1) If you are just trying to build this project, ignore this warning or
- quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
- the CMake cache. If later configuration or build errors occur then this
- project may have been written under the assumption that Cygwin is WIN32.
- In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
- (2) If you are developing this project, add the line
- set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
- at the top of your top-level CMakeLists.txt file or set the minimum
- required version of CMake to 2.8.4 or higher. Then teach your project to
- build on Cygwin without WIN32.
- Call Stack (most recent call first):
- /Users/Lyosha12/.CLion2017.3/system/cygwin_cmake/share/cmake-3.9.4/Modules/CMakeSystemSpecificInformation.cmake:26 (include)
- CMakeLists.txt:1 (project)
- -- Check for working C compiler: /cygwin/bin/cc
- -- Check for working C compiler: /cygwin/bin/cc -- broken
- CMake Error at /Users/Lyosha12/.CLion2017.3/system/cygwin_cmake/share/cmake-3.9.4/Modules/CMakeTestCCompiler.cmake:51 (message):
- The C compiler "/cygwin/bin/cc" is not able to compile a simple test
- program.
- It fails with the following output:
- Change Dir: /Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeTmp
- Run Build Command:"/cygwin/bin/make.exe" "cmTC_0442a/fast"
- /cygwin/bin/make -f CMakeFiles/cmTC_0442a.dir/build.make
- CMakeFiles/cmTC_0442a.dir/build
- make[1]: Entering directory
- '/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeTmp'
- make[1]: /bin/sh: Command not found
- make[1]: *** [CMakeFiles/cmTC_0442a.dir/build.make:65:
- CMakeFiles/cmTC_0442a.dir/testCCompiler.c.o] Error 127
- make[1]: Leaving directory
- '/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:126: cmTC_0442a/fast] Error 2
- CMake will not be able to correctly generate this project.
- Call Stack (most recent call first):
- CMakeLists.txt:1 (project)
- -- Configuring incomplete, errors occurred!
- See also "/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeOutput.log".
- See also "/Users/Lyosha12/AppData/Local/Temp/cmake_check_environment4752/_build/CMakeFiles/CMakeError.log".
- Error code: 1
Advertisement
Add Comment
Please, Sign In to add comment