Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. "D:\Program Files\JetBrains\CLion 2017.2.2\bin\cmake\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" D:\Никитки\untitled2
  2. -- The C compiler identification is GNU 6.3.0
  3. -- The CXX compiler identification is GNU 6.3.0
  4. -- Check for working C compiler: C:/MinGW/bin/gcc.exe
  5. -- Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
  6. CMake Error at D:/Program Files/JetBrains/CLion 2017.2.2/bin/cmake/share/cmake-3.8/Modules/CMakeTestCCompiler.cmake:51 (message):
  7. The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test
  8. program.
  9.  
  10. It fails with the following output:
  11.  
  12. Change Dir: D:/Никитки/untitled2/cmake-build-debug/CMakeFiles/CMakeTmp
  13.  
  14.  
  15.  
  16. Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_fb77f/fast"
  17.  
  18. C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_fb77f.dir\build.make
  19. CMakeFiles/cmTC_fb77f.dir/build
  20.  
  21. mingw32-make.exe[1]: Entering directory
  22. 'D:/═шъшЄъш/untitled2/cmake-build-debug/CMakeFiles/CMakeTmp'
  23.  
  24. Building C object CMakeFiles/cmTC_fb77f.dir/testCCompiler.c.obj
  25.  
  26. C:\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_fb77f.dir\testCCompiler.c.obj -c
  27. D:\╨Э╨╕╨�╨╕╤В╨�╨╕\untitled2\cmake-build-debug\CMakeFiles\CMakeTmp\testCCompiler.c
  28.  
  29.  
  30. gcc.exe: error:
  31. D:\╨Э╨╕╨�╨╕╤В╨�╨╕\untitled2\cmake-build-debug\CMakeFiles\CMakeTmp\testCCompiler.c:
  32. No such file or directory
  33.  
  34. gcc.exe: fatal error: no input files
  35.  
  36. compilation terminated.
  37.  
  38. CMakeFiles\cmTC_fb77f.dir\build.make:64: recipe for target
  39. 'CMakeFiles/cmTC_fb77f.dir/testCCompiler.c.obj' failed
  40.  
  41. mingw32-make.exe[1]: *** [CMakeFiles/cmTC_fb77f.dir/testCCompiler.c.obj]
  42. Error 1
  43.  
  44. mingw32-make.exe[1]: Leaving directory
  45. 'D:/═шъшЄъш/untitled2/cmake-build-debug/CMakeFiles/CMakeTmp'
  46.  
  47. Makefile:125: recipe for target 'cmTC_fb77f/fast' failed
  48.  
  49. mingw32-make.exe: *** [cmTC_fb77f/fast] Error 2
  50.  
  51.  
  52.  
  53.  
  54.  
  55. CMake will not be able to correctly generate this project.
  56. Call Stack (most recent call first):
  57. CMakeLists.txt:2 (project)
  58.  
  59.  
  60. -- Configuring incomplete, errors occurred!
  61. See also "D:/Никитки/untitled2/cmake-build-debug/CMakeFiles/CMakeOutput.log".
  62. See also "D:/Никитки/untitled2/cmake-build-debug/CMakeFiles/CMakeError.log".
  63.  
  64. [Previous CMake output restored: 21.09.2017 0:07]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement