Advertisement
BloodknightStudios

cmake constructed makefiles mingw/codeblocks

May 25th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. -------------- Build: all in A_Stock (compiler: GNU GCC Compiler)---------------
  2.  
  3. Running command: c:/MinGW/bin/mingw32-make.exe -f "D:/Torque3D_3.5.1/My Projects/A_Stock/Makefile" VERBOSE=1 all
  4. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HD:\Torque3D_3.5.1 -B"D:\Torque3D_3.5.1\My Projects\A_Stock" --check-build-system CMakeFiles\Makefile.cmake 0
  5. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_start "D:\Torque3D_3.5.1\My Projects\A_Stock\CMakeFiles" "D:\Torque3D_3.5.1\My Projects\A_Stock\CMakeFiles\progress.marks"
  6. c:/MinGW/bin/mingw32-make.exe -f CMakeFiles\Makefile2 all
  7. mingw32-make.exe[1]: Entering directory `D:/Torque3D_3.5.1/My Projects/A_Stock'
  8. c:/MinGW/bin/mingw32-make.exe -f Tools\CMake\CMakeFiles\libtheora.dir\build.make Tools/CMake/CMakeFiles/libtheora.dir/depend
  9. mingw32-make.exe[2]: Entering directory `D:/Torque3D_3.5.1/My Projects/A_Stock'
  10. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_depends "MinGW Makefiles" D:\Torque3D_3.5.1 D:\Torque3D_3.5.1\Tools\CMake "D:\Torque3D_3.5.1\My Projects\A_Stock" "D:\Torque3D_3.5.1\My Projects\A_Stock\Tools\CMake" "D:\Torque3D_3.5.1\My Projects\A_Stock\Tools\CMake\CMakeFiles\libtheora.dir\DependInfo.cmake" --color=
  11. Dependee "D:\Torque3D_3.5.1\My Projects\A_Stock\Tools\CMake\CMakeFiles\libtheora.dir\DependInfo.cmake" is newer than depender "D:/Torque3D_3.5.1/My Projects/A_Stock/Tools/CMake/CMakeFiles/libtheora.dir/depend.internal".
  12. Dependee "D:/Torque3D_3.5.1/My Projects/A_Stock/Tools/CMake/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "D:/Torque3D_3.5.1/My Projects/A_Stock/Tools/CMake/CMakeFiles/libtheora.dir/depend.internal".
  13. Scanning dependencies of target libtheora
  14. mingw32-make.exe[2]: Leaving directory `D:/Torque3D_3.5.1/My Projects/A_Stock'
  15. c:/MinGW/bin/mingw32-make.exe -f Tools\CMake\CMakeFiles\libtheora.dir\build.make Tools/CMake/CMakeFiles/libtheora.dir/build
  16. mingw32-make.exe[2]: Entering directory `D:/Torque3D_3.5.1/My Projects/A_Stock'
  17. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_report "D:\Torque3D_3.5.1\My Projects\A_Stock\CMakeFiles"
  18. [ 0%]
  19. Building C object Tools/CMake/CMakeFiles/libtheora.dir/__/__/Engine/lib/libtheora/lib/cpu.c.obj
  20. cd /d D:\TORQUE~1.1\MYPROJ~1\A_Stock\Tools\CMake && c:\MinGW\bin\gcc.exe -DTORQUE_OGGTHEORA -DTORQUE_OGGVORIBS /MP /O2 /Ob2 /Oi /Ot /Oy /GT /Zi /W4 /nologo /GF /EHsc /GS- /Gy- /Qpar- /arch:SSE2 /fp:fast /fp:except- /GR /Zc:wchar_t- @CMakeFiles/libtheora.dir/includes_C.rsp -o CMakeFiles\libtheora.dir\__\__\Engine\lib\libtheora\lib\cpu.c.obj -c D:\Torque3D_3.5.1\Engine\lib\libtheora\lib\cpu.c
  21. gcc.exe: error: /MP: No such file or directory
  22. gcc.exe: error: /O2: No such file or directory
  23. gcc.exe: error: /Ob2: No such file or directory
  24. gcc.exe: error: /Oi: No such file or directory
  25. gcc.exe: error: /Ot: No such file or directory
  26. gcc.exe: error: /Oy: No such file or directory
  27. gcc.exe: error: /GT: No such file or directory
  28. gcc.exe: error: /Zi: No such file or directory
  29. gcc.exe: error: /W4: No such file or directory
  30. gcc.exe: error: /nologo: No such file or directory
  31. gcc.exe: error: /GF: No such file or directory
  32. gcc.exe: error: /EHsc: No such file or directory
  33. gcc.exe: error: /GS-: No such file or directory
  34. gcc.exe: error: /Gy-: No such file or directory
  35. gcc.exe: error: /Qpar-: No such file or directory
  36. gcc.exe: error: /arch:SSE2: No such file or directory
  37. gcc.exe: error: /fp:fast: No such file or directory
  38. gcc.exe: error: /fp:except-: No such file or directory
  39. gcc.exe: error: /GR: No such file or directory
  40. gcc.exe: error: /Zc:wchar_t-: No such file or directory
  41. mingw32-make.exe[2]: *** [Tools/CMake/CMakeFiles/libtheora.dir/__/__/Engine/lib/libtheora/lib/cpu.c.obj] Error 1
  42. mingw32-make.exe[1]: *** [Tools/CMake/CMakeFiles/libtheora.dir/all] Error 2
  43. mingw32-make.exe: *** [all] Error 2
  44. mingw32-make.exe[2]: Leaving directory `D:/Torque3D_3.5.1/My Projects/A_Stock'
  45. mingw32-make.exe[1]: Leaving directory `D:/Torque3D_3.5.1/My Projects/A_Stock'
  46. Process terminated with status 2 (0 minute(s), 3 second(s))
  47. 20 error(s), 0 warning(s) (0 minute(s), 3 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement