Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. $ cmake -G "MSYS Makefiles" ../x265/source
  2. -- cmake version 3.0.2
  3. -- The C compiler identification is GNU 4.9.2
  4. -- The CXX compiler identification is GNU 4.9.2
  5. -- Check for working C compiler: c:/mingw64/bin/gcc.exe
  6. -- Check for working C compiler: c:/mingw64/bin/gcc.exe -- broken
  7. CMake Error at c:/cmake-3.0.2-win32-x86/share/cmake-3.0/Modules/CMakeTestCCompil
  8. er.cmake:61 (message):
  9. The C compiler "c:/mingw64/bin/gcc.exe" is not able to compile a simple
  10. test program.
  11.  
  12. It fails with the following output:
  13.  
  14. Change Dir: C:/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMak
  15. eTmp
  16.  
  17.  
  18.  
  19. Run Build Command:"C:/MinGW/msys/1.0/bin/make.exe"
  20. "cmTryCompileExec2937884989/fast"
  21.  
  22. C:/MinGW/msys/1.0/bin/make.exe -f
  23. CMakeFiles/cmTryCompileExec2937884989.dir/build.make
  24. CMakeFiles/cmTryCompileExec2937884989.dir/build
  25.  
  26. make.exe[1]: Entering directory
  27. 'C:/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMakeTmp'
  28.  
  29. /c/cmake-3.0.2-win32-x86/bin/cmake.exe -E cmake_progress_report
  30. /C/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMakeTmp/CMakeFil
  31. es
  32. 1
  33.  
  34. CMakeFiles/cmTryCompileExec2937884989.dir/build.make:57: recipe for target
  35. 'CMakeFiles/cmTryCompileExec2937884989.dir/testCCompiler.c.obj' failed
  36.  
  37. process_begin: CreateProcess(NULL, /c/cmake-3.0.2-win32-x86/bin/cmake.exe
  38. -E cmake_progress_report
  39. /C/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMakeTmp/CMakeFil
  40. es
  41. 1, ...) failed.
  42.  
  43. make (e=2): The system cannot find the file specified.
  44.  
  45. make.exe[1]: ***
  46. [CMakeFiles/cmTryCompileExec2937884989.dir/testCCompiler.c.obj] Error 2
  47.  
  48. make.exe[1]: Leaving directory
  49. 'C:/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMakeTmp'
  50.  
  51. Makefile:118: recipe for target 'cmTryCompileExec2937884989/fast' failed
  52.  
  53. make.exe: *** [cmTryCompileExec2937884989/fast] Error 2
  54.  
  55.  
  56.  
  57.  
  58.  
  59. CMake will not be able to correctly generate this project.
  60. Call Stack (most recent call first):
  61. CMakeLists.txt:16 (project)
  62.  
  63.  
  64. -- Configuring incomplete, errors occurred!
  65. See also "C:/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMakeOutp
  66. ut.log".
  67. See also "C:/MinGW/msys/1.0/home/cehoyos/Projects/buildx265/CMakeFiles/CMakeErro
  68. r.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement