Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. [ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastRasterization.cpp.o
  2. [ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastRegion.cpp.o
  3. [ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/ctl.c.o
  4. [ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/extent.c.o
  5. In file included from /srv/AT/src/server/shared/Database/DatabaseEnv.h:29:0,
  6. from /srv/AT/src/server/authserver/PrecompiledHeaders/authPCH.h:2,
  7. from /srv/AT/build/src/server/authserver/authserver_pch_dephelp.cxx:1:
  8. /srv/AT/src/server/shared/Database/MySQLThreading.h:36:32: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  9. sLog->outSQLDriver("Core thread with ID ["UI64FMTD"] initializing MySQL thread.",
  10. ^
  11. /srv/AT/src/server/shared/Database/MySQLThreading.h:47:32: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  12. sLog->outSQLDriver("Core thread with ID ["UI64FMTD"] shutting down MySQL thread.",
  13. ^
  14. [ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/hash.c.o
  15. [ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/huge.c.o
  16. In file included from /srv/AT/src/server/shared/Database/DatabaseEnv.h:29:0,
  17. from /srv/AT/src/server/shared/DataStores/DBCStore.h:27,
  18. from /srv/AT/src/server/game/DataStores/DBCStores.h:23,
  19. from /srv/AT/src/server/game/Scripting/ScriptMgr.h:26,
  20. from /srv/AT/src/server/scripts/PrecompiledHeaders/ScriptPCH.h:8,
  21. from /srv/AT/build/src/server/scripts/scripts_pch_dephelp.cxx:1:
  22. /srv/AT/src/server/shared/Database/MySQLThreading.h:36:32: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  23. sLog->outSQLDriver("Core thread with ID ["UI64FMTD"] initializing MySQL thread.",
  24. ^
  25. /srv/AT/src/server/shared/Database/MySQLThreading.h:47:32: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  26. sLog->outSQLDriver("Core thread with ID ["UI64FMTD"] shutting down MySQL thread.",
  27. ^
  28. In file included from /srv/AT/src/server/game/Entities/Object/Updates/UpdateData.h:22:0,
  29. from /srv/AT/src/server/game/Entities/Object/Object.h:24,
  30. from /srv/AT/src/server/game/Entities/Item/Item.h:23,
  31. from /srv/AT/src/server/game/Entities/Item/Container/Bag.h:25,
  32. from /srv/AT/src/server/game/Entities/Player/Player.h:24,
  33. from /srv/AT/src/server/game/Scripting/ScriptMgr.h:27,
  34. from /srv/AT/src/server/scripts/PrecompiledHeaders/ScriptPCH.h:8,
  35. from /srv/AT/build/src/server/scripts/scripts_pch_dephelp.cxx:1:
  36. /srv/AT/src/server/shared/Packets/ByteBuffer.h:53:28: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  37. sLog->outError("Attempted to %s value with size: "SIZEFMTD" in ByteBuffer (pos: " SIZEFMTD " size: "SIZEFMTD") " ,
  38. ^
  39. /srv/AT/src/server/shared/Packets/ByteBuffer.h:53:104: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  40. sLog->outError("Attempted to %s value with size: "SIZEFMTD" in ByteBuffer (pos: " SIZEFMTD " size: "SIZEFMTD") " ,
  41. ^
  42. /srv/AT/src/server/shared/Packets/ByteBuffer.h:73:28: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  43. sLog->outError("Attempted to put a %s in ByteBuffer (pos: "SIZEFMTD" size: "SIZEFMTD")",
  44. ^
  45. /srv/AT/src/server/shared/Packets/ByteBuffer.h:73:80: aviso: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  46. sLog->outError("Attempted to put a %s in ByteBuffer (pos: "SIZEFMTD" size: "SIZEFMTD")",
  47. ^
  48. [ 4%] Linking CXX static library libcollision_pch_dephelp.a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement