Advertisement
Guest User

Untitled

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