Guest User

Untitled

a guest
Sep 4th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. Compilador: Default compiler
  2. Building Makefile: "C:\Users\user\Desktop\forgottenserver-0.3.6pl1.r101\0.3.6pl1.r101\dev-cpp\Makefile.win"
  3. Executando make...
  4. make.exe -f "C:\Users\user\Desktop\forgottenserver-0.3.6pl1.r101\0.3.6pl1.r101\dev-cpp\Makefile.win" all
  5. g++.exe -c ../actions.cpp -o obj//actions.o -I"include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -fexpensive-optimizations -O1
  6.  
  7. In file included from ../luascript.h:29,
  8. from ../baseevents.h:22,
  9. from ../actions.h:20,
  10. from ../actions.cpp:20:
  11. ../database.h: In constructor `DBQuery::DBQuery()':
  12. ../database.h:255: error: 'class boost::recursive_mutex' has no member named 'lock'
  13.  
  14. ../database.h: In destructor `virtual DBQuery::~DBQuery()':
  15. ../database.h:256: error: 'class boost::recursive_mutex' has no member named 'unlock'
  16.  
  17. In file included from ../scheduler.h:22,
  18. from ../game.h:24,
  19. from ../actions.cpp:30:
  20. ../tasks.h: At global scope:
  21. ../tasks.h:46: error: using-declaration for non-member at class scope
  22. ../tasks.h:46: error: expected `;' before "m_expiration"
  23.  
  24. ../tasks.h: In constructor `Task::Task(const boost::function<void ()(), std::allocator<void> >&)':
  25. ../tasks.h:28: error: class `Task' does not have any field named `m_expiration'
  26.  
  27. ../tasks.h: In constructor `Task::Task(uint32_t, const boost::function<void ()(), std::allocator<void> >&)':
  28. ../tasks.h:30: error: class `Task' does not have any field named `m_expiration'
  29. ../tasks.h:31: error: `get_system_time' is not a member of `boost'
  30.  
  31. ../tasks.h: In member function `void Task::unsetExpiration()':
  32.  
  33. ../tasks.h:36: error: `m_expiration' undeclared (first use this function)
  34. ../tasks.h:36: error: (Each undeclared identifier is reported only once for each function it appears in.)
  35. ../tasks.h: In member function `bool Task::hasExpired() const':
  36. ../tasks.h:39: error: `m_expiration' undeclared (first use this function)
  37. ../tasks.h:42: error: `get_system_time' is not a member of `boost'
  38. ../tasks.h: At global scope:
  39. ../tasks.h:88: error: using-declaration for non-member at class scope
  40. ../tasks.h:88: error: expected `;' before "m_taskSignal"
  41.  
  42. In file included from ../game.h:24,
  43. from ../actions.cpp:30:
  44. ../scheduler.h:33: error: using-declaration for non-member at class scope
  45. ../scheduler.h:33: error: expected `;' before "getCycle"
  46. ../scheduler.h:34: error: expected `;' before "bool"
  47.  
  48. ../scheduler.h: In member function `bool SchedulerTask::operator<(const SchedulerTask&) const':
  49. ../scheduler.h:34: error: `getCycle' undeclared (first use this function)
  50. ../scheduler.h:34: error: 'const class SchedulerTask' has no member named 'getCycle'
  51.  
  52. ../scheduler.h: At global scope:
  53. ../scheduler.h:91: error: using-declaration for non-member at class scope
  54. ../scheduler.h:91: error: expected `;' before "m_eventSignal"
  55.  
  56. In file included from ../actions.cpp:36:
  57. ../house.h:23:39: boost/tr1/unordered_set.hpp: No such file or directory
  58. In file included from ../actions.cpp:36:
  59. ../house.h:76: error: `std::tr1' has not been declared
  60. ../house.h:76: error: ISO C++ forbids declaration of `unordered_set' with no type
  61. ../house.h:76: error: expected `;' before '<' token
  62.  
  63. make.exe: *** [obj//actions.o] Error 1
  64.  
  65. Execução terminada
Advertisement
Add Comment
Please, Sign In to add comment