Advertisement
Guest User

Untitled

a guest
Feb 28th, 2014
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. compile Config.cpp
  2. compile NetBase.cpp
  3. compile Peer.cpp
  4. compile PeerBase.cpp
  5. compile Main.cpp
  6. compile Lock.cpp
  7. compile DBManager.cpp
  8. compile Cache.cpp
  9. compile LoginData.cpp
  10. compile ClientManager.cpp
  11. compile ClientManagerPlayer.cpp
  12. compile ClientManagerLogin.cpp
  13. compile ClientManagerBoot.cpp
  14. compile ClientManagerParty.cpp
  15. compile ClientManagerGuild.cpp
  16. compile GuildManager.cpp
  17. compile HB.cpp
  18. compile PrivManager.cpp
  19. compile MoneyLog.cpp
  20. compile ItemAwardManager.cpp
  21. compile ClientManagerEventFlag.cpp
  22. compile Marriage.cpp
  23. compile Monarch.cpp
  24. compile BlockCountry.cpp
  25. compile ItemIDRangeManager.cpp
  26. DBManager.cpp: In member function 'void CDBManager::SetLocale(const char*)':
  27. DBManager.cpp:172: error: 'class CAsyncSQL' has no member named 'SetLocale'
  28. DBManager.cpp:173: error: 'class CAsyncSQL' has no member named 'SetLocale'
  29. DBManager.cpp:174: error: 'class CAsyncSQL' has no member named 'SetLocale'
  30. compile ClientManagerHorseName.cpp
  31. gmake: *** [.obj/DBManager.o] Error 1
  32. gmake: *** Waiting for unfinished jobs....
  33. ClientManagerPlayer.cpp: In member function 'char* CClientManager::GetCommand(char*)':
  34. ClientManagerPlayer.cpp:433: warning: address of local variable 'command' returned
  35. ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeMobTable()':
  36. ClientManagerBoot.cpp:16: error: aggregate 'std::ostringstream query' has incomplete type and cannot be defined
  37. ClientManagerBoot.cpp:19: error: 'nullptr' was not declared in this scope
  38. ClientManagerBoot.cpp:36: error: scalar object 'temp' requires one element in initializer
  39. ClientManagerBoot.cpp:110: error: 'FCompareVnum' was not declared in this scope
  40. ClientManagerBoot.cpp: At global scope:
  41. ClientManagerBoot.cpp:184: error: redefinition of 'bool CClientManager::InitializeMobTable()'
  42. ClientManagerBoot.cpp:15: error: 'bool CClientManager::InitializeMobTable()' previously defined here
  43. ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeItemTable()':
  44. ClientManagerBoot.cpp:404: error: aggregate 'std::ostringstream query' has incomplete type and cannot be defined
  45. ClientManagerBoot.cpp:407: error: 'nullptr' was not declared in this scope
  46. ClientManagerBoot.cpp:414: error: 'nullptr' was not declared in this scope
  47. ClientManagerBoot.cpp:425: error: scalar object 'temp' requires one element in initializer
  48. ClientManagerBoot.cpp:476: error: ISO C++ forbids declaration of 'it' with no type
  49. ClientManagerBoot.cpp:476: error: cannot convert '__gnu_cxx::__normal_iterator<SItemTable*, std::vector<SItemTable, std::allocator<SItemTable> > >' to 'int' in initialization
  50. ClientManagerBoot.cpp:478: error: no match for 'operator!=' in 'it != ((CClientManager*)this)->CClientManager::m_vec_itemTable.std::vector<_Tp, _Alloc>::end [with _Tp = SItemTable, _Alloc = std::allocator<SItemTable>]()'
  51. ClientManagerBoot.cpp:479: error: invalid type argument of 'unary *'
  52. gmake: *** [.obj/ClientManagerBoot.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement