Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Determining if the C compiler works failed with the following output:
  2. Change Dir: C:/Users/Jim/Documents/test/buidl/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTryCompileExec2917440264/fast"
  5. C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTryCompileExec2917440264.dir\build.make CMakeFiles/cmTryCompileExec2917440264.dir/build
  6.  
  7. mingw32-make.exe[1]: Entering directory 'C:/Users/Jim/Documents/test/buidl/CMakeFiles/CMakeTmp'
  8.  
  9. "C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_progress_report C:\Users\Jim\Documents\test\buidl\CMakeFiles\CMakeTmp\CMakeFiles 1
  10.  
  11. CMakeFiles\cmTryCompileExec2917440264.dir\build.make:56: recipe for target 'CMakeFiles/cmTryCompileExec2917440264.dir/testCCompiler.c.obj' failed
  12.  
  13. process_begin: CreateProcess(C:\Users\Jim\AppData\Local\Temp\make3848-1.bat, C:\Users\Jim\AppData\Local\Temp\make3848-1.bat, ...) failed.
  14.  
  15. make (e=2): Het systeem kan het opgegeven bestand niet vinden.
  16.  
  17.  
  18. mingw32-make.exe[1]: *** [CMakeFiles/cmTryCompileExec2917440264.dir/testCCompiler.c.obj] Error 2
  19.  
  20. mingw32-make.exe[1]: Leaving directory 'C:/Users/Jim/Documents/test/buidl/CMakeFiles/CMakeTmp'
  21.  
  22. Makefile:116: recipe for target 'cmTryCompileExec2917440264/fast' failed
  23.  
  24. mingw32-make.exe: *** [cmTryCompileExec2917440264/fast] Error 2
  25.  
  26.  
  27.  
  28.  
  29. =============================================================
  30.  
  31.  
  32. The system is: Windows - 6.1 - AMD64
  33. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  34. Compiler: C:/MinGW-w64/mingw32/bin/gcc.exe
  35. Build flags:
  36. Id flags:
  37.  
  38. The output was:
  39. 0
  40.  
  41.  
  42. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
  43.  
  44. The C compiler identification is GNU, found in "C:/Users/Jim/Documents/test/buidl/CMakeFiles/3.2.2/CompilerIdC/a.exe"
  45.  
  46. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  47. Compiler: C:/MinGW-w64/mingw32/bin/g++.exe
  48. Build flags:
  49. Id flags:
  50.  
  51. The output was:
  52. 0
  53.  
  54.  
  55. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe"
  56.  
  57. The CXX compiler identification is GNU, found in "C:/Users/Jim/Documents/test/buidl/CMakeFiles/3.2.2/CompilerIdCXX/a.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement