Advertisement
Guest User

Untitled

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