Advertisement
Guest User

Untitled

a guest
Jul 20th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1.  
  2. -------------- Build: podball in PODBALL (compiler: GNU GCC Compiler)---------------
  3.  
  4. Running command: C:/MinGW32/bin/mingw32-make.exe -f "C:/program1/podball/src/podball/Makefile" VERBOSE=1 podball
  5. cd /d C:\program1\podball && C:/MinGW32/bin/mingw32-make.exe -f CMakeFiles\Makefile2 src/podball/CMakeFiles/podball.dir/rule
  6. mingw32-make.exe[1]: Entering directory `C:/program1/podball'
  7. "C:\Program Files\CMake 2.8\bin\cmake.exe" -HC:\program1\podball -BC:\program1\podball --check-build-system CMakeFiles\Makefile.cmake 0
  8. "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_progress_start C:\program1\podball\CMakeFiles 51
  9. C:/MinGW32/bin/mingw32-make.exe -f CMakeFiles\Makefile2 src/podball/CMakeFiles/podball.dir/all
  10. mingw32-make.exe[2]: Entering directory `C:/program1/podball'
  11. C:/MinGW32/bin/mingw32-make.exe -f LuaCppInterface\CMakeFiles\luacpp.dir\build.make LuaCppInterface/CMakeFiles/luacpp.dir/depend
  12. mingw32-make.exe[3]: Entering directory `C:/program1/podball'
  13. "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_depends "MinGW Makefiles" C:\program1\podball C:\program1\podball\LuaCppInterface C:\program1\podball C:\program1\podball\LuaCppInterface C:\program1\podball\LuaCppInterface\CMakeFiles\luacpp.dir\DependInfo.cmake --color=
  14. mingw32-make.exe[3]: Leaving directory `C:/program1/podball'
  15. C:/MinGW32/bin/mingw32-make.exe -f LuaCppInterface\CMakeFiles\luacpp.dir\build.make LuaCppInterface/CMakeFiles/luacpp.dir/build
  16. mingw32-make.exe[3]: Entering directory `C:/program1/podball'
  17. "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_progress_report C:\program1\podball\CMakeFiles 37
  18. [ 1%]
  19. Building CXX object LuaCppInterface/CMakeFiles/luacpp.dir/luacoroutine.cpp.obj
  20. cd /d C:\program1\podball\LuaCppInterface && C:\MinGW32\bin\g++.exe @CMakeFiles/luacpp.dir/includes_CXX.rsp -o CMakeFiles\luacpp.dir\luacoroutine.cpp.obj -c C:\program1\podball\LuaCppInterface\luacoroutine.cpp
  21. In file included from C:\program1\podball\LuaCppInterface\luacoroutine.h:6:0,
  22. from C:\program1\podball\LuaCppInterface\luacoroutine.cpp:1:
  23. C:\program1\podball\LuaCppInterface\luareference.h:14:2: error: 'tr1' in namespace 'std' does not name a type
  24. C:\program1\podball\LuaCppInterface\luareference.h:17:20: error: 'std::tr1' has not been declared
  25. C:\program1\podball\LuaCppInterface\luareference.h:17:35: error: expected ')' before '<' token
  26. C:\program1\podball\LuaCppInterface\luareference.h:25:2: error: 'tr1' in namespace 'std' does not name a type
  27. In file included from C:\program1\podball\LuaCppInterface\luacoroutine.cpp:1:0:
  28. C:\program1\podball\LuaCppInterface\luacoroutine.h:11:20: error: 'std::tr1' has not been declared
  29. C:\program1\podball\LuaCppInterface\luacoroutine.h:11:35: error: expected ')' before '<' token
  30. C:\program1\podball\LuaCppInterface\luacoroutine.cpp:3:27: error: expected constructor, destructor, or type conversion before '(' token
  31. C:\program1\podball\LuaCppInterface\luacoroutine.cpp: In member function 'std::string LuaCoroutine::RunScript(std::string)':
  32. C:\program1\podball\LuaCppInterface\luacoroutine.cpp:12:14: error: 'state' was not declared in this scope
  33. C:\program1\podball\LuaCppInterface\luacoroutine.cpp: In member function 'std::string LuaCoroutine::Resume()':
  34. C:\program1\podball\LuaCppInterface\luacoroutine.cpp:26:14: error: 'state' was not declared in this scope
  35. C:\program1\podball\LuaCppInterface\luacoroutine.cpp: In member function 'bool LuaCoroutine::CanResume() const':
  36. C:\program1\podball\LuaCppInterface\luacoroutine.cpp:39:14: error: 'state' was not declared in this scope
  37. mingw32-make.exe[3]: *** [LuaCppInterface/CMakeFiles/luacpp.dir/luacoroutine.cpp.obj] Error 1
  38. mingw32-make.exe[2]: *** [LuaCppInterface/CMakeFiles/luacpp.dir/all] Error 2
  39. mingw32-make.exe[1]: *** [src/podball/CMakeFiles/podball.dir/rule] Error 2
  40. mingw32-make.exe: *** [src/podball/CMakeFiles/podball.dir/rule] Error 2
  41. mingw32-make.exe[3]: Leaving directory `C:/program1/podball'
  42. mingw32-make.exe[2]: Leaving directory `C:/program1/podball'
  43. mingw32-make.exe[1]: Leaving directory `C:/program1/podball'
  44. Process terminated with status 2 (0 minutes, 1 seconds)
  45. 10 errors, 0 warnings (0 minutes, 1 seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement