Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2016
275
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/novaline/Srcs/Server/db/src # gmake clear
  2. svn: E155007: '/usr/src/novaline/Srcs/Server/db/src' is not a working copy
  3. svn: E155007: '/usr/src/novaline/Srcs/Server/db/src' is not a working copy
  4. gmake: *** No rule to make target `clear'. Stop.
  5. root@host:/usr/src/novaline/Srcs/Server/db/src # gmake -j20
  6. svn: E155007: '/usr/src/novaline/Srcs/Server/db/src' is not a working copy
  7. svn: E155007: '/usr/src/novaline/Srcs/Server/db/src' is not a working copy
  8. compile DBManager.cpp
  9. compile ClientManagerGuild.cpp
  10. compile GuildManager.cpp
  11. compile HB.cpp
  12. compile PrivManager.cpp
  13. compile MoneyLog.cpp
  14. compile ItemAwardManager.cpp
  15. compile ClientManagerEventFlag.cpp
  16. DBManager.cpp: In member function 'void CDBManager::SetLocale(const char*)':
  17. DBManager.cpp:172: error: 'class CAsyncSQL' has no member named 'SetLocale'
  18. DBManager.cpp:173: error: 'class CAsyncSQL' has no member named 'SetLocale'
  19. DBManager.cpp:174: error: 'class CAsyncSQL' has no member named 'SetLocale'
  20. gmake: *** [.obj/DBManager.o] Error 1
  21. gmake: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement