Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. root@host:/usr/src/mainline/db/src # gmake
  2. compile ClientManagerBoot.cpp
  3. ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeMobTable()':
  4. ClientManagerBoot.cpp:460:22: error: aggregate 'std::ostringstream query' has incomplete type and cannot be defined
  5. std::ostringstream query;
  6. ^
  7. ClientManagerBoot.cpp: In member function 'void CClientManager::CheckItemTable()':
  8. ClientManagerBoot.cpp:700:21: error: aggregate 'std::ostringstream query' has incomplete type and cannot be defined
  9. std::ostringstream query;
  10. ^
  11. ClientManagerBoot.cpp:729:22: error: aggregate 'std::ostringstream query2' has incomplete type and cannot be defined
  12. std::ostringstream query2;
  13. ^
  14. ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeItemTable()':
  15. ClientManagerBoot.cpp:1032:22: error: aggregate 'std::ostringstream query' has incomplete type and cannot be defined
  16. std::ostringstream query;
  17. ^
  18. gmake: *** [.obj/ClientManagerBoot.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement