dominique120

Untitled

Mar 29th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 KB | None | 0 0
  1. make all-am
  2. make[1]: Entering directory `/root/OTHire/source'
  3. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT databasemysql.o -MD -MP -MF .deps/databasemysql.Tpo -c -o databasemysql.o databasemysql.cpp
  4. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT map.o -MD -MP -MF .deps/map.Tpo -c -o map.o map.cpp
  5. mv -f .deps/databasemysql.Tpo .deps/databasemysql.Po
  6. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT rsa.o -MD -MP -MF .deps/rsa.Tpo -c -o rsa.o rsa.cpp
  7. mv -f .deps/rsa.Tpo .deps/rsa.Po
  8. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
  9. mv -f .deps/map.Tpo .deps/map.Po
  10. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.cpp
  11. mv -f .deps/md5.Tpo .deps/md5.Po
  12. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT scheduler.o -MD -MP -MF .deps/scheduler.Tpo -c -o scheduler.o scheduler.cpp
  13. mv -f .deps/actions.Tpo .deps/actions.Po
  14. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT admin.o -MD -MP -MF .deps/admin.Tpo -c -o admin.o admin.cpp
  15. mv -f .deps/scheduler.Tpo .deps/scheduler.Po
  16. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT monster.o -MD -MP -MF .deps/monster.Tpo -c -o monster.o monster.cpp
  17. monster.cpp: In member function ‘virtual Item* Monster::createCorpse()’:
  18. monster.cpp:1266:12: warning: variable ‘corpseOwner’ set but not used [-Wunused-but-set-variable]
  19. In file included from connection.h:30:0,
  20. from admin.cpp:24:
  21. networkmessage.h: In member function ‘uint16_t NetworkMessage::GetU16()’:
  22. networkmessage.h:72:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  23. networkmessage.h: In member function ‘uint32_t NetworkMessage::GetU32()’:
  24. networkmessage.h:81:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  25. networkmessage.h: In member function ‘uint32_t NetworkMessage::PeekU32()’:
  26. networkmessage.h:90:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  27. networkmessage.h: In member function ‘void NetworkMessage::AddU16(uint16_t)’:
  28. networkmessage.h:144:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  29. networkmessage.h: In member function ‘void NetworkMessage::AddU32(uint32_t)’:
  30. networkmessage.h:150:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  31. In file included from admin.cpp:26:0:
  32. outputmessage.h: In member function ‘void OutputMessage::writeMessageLength()’:
  33. outputmessage.h:52:28: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  34. outputmessage.h: In member function ‘void OutputMessage::addCryptoHeader()’:
  35. outputmessage.h:60:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  36. mv -f .deps/monster.Tpo .deps/monster.Po
  37. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT scriptmanager.o -MD -MP -MF .deps/scriptmanager.Tpo -c -o scriptmanager.o scriptmanager.cpp
  38. mv -f .deps/admin.Tpo .deps/admin.Po
  39. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.cpp
  40. mv -f .deps/allocator.Tpo .deps/allocator.Po
  41. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT depot.o -MD -MP -MF .deps/depot.Tpo -c -o depot.o depot.cpp
  42. mv -f .deps/depot.Tpo .deps/depot.Po
  43. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT monsters.o -MD -MP -MF .deps/monsters.Tpo -c -o monsters.o monsters.cpp
  44. mv -f .deps/scriptmanager.Tpo .deps/scriptmanager.Po
  45. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.cpp
  46. In file included from connection.h:30:0,
  47. from server.cpp:29:
  48. networkmessage.h: In member function ‘uint16_t NetworkMessage::GetU16()’:
  49. networkmessage.h:72:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  50. networkmessage.h: In member function ‘uint32_t NetworkMessage::GetU32()’:
  51. networkmessage.h:81:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  52. networkmessage.h: In member function ‘uint32_t NetworkMessage::PeekU32()’:
  53. networkmessage.h:90:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  54. networkmessage.h: In member function ‘void NetworkMessage::AddU16(uint16_t)’:
  55. networkmessage.h:144:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  56. networkmessage.h: In member function ‘void NetworkMessage::AddU32(uint32_t)’:
  57. networkmessage.h:150:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  58. In file included from server.cpp:30:0:
  59. outputmessage.h: In member function ‘void OutputMessage::writeMessageLength()’:
  60. outputmessage.h:52:28: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  61. outputmessage.h: In member function ‘void OutputMessage::addCryptoHeader()’:
  62. outputmessage.h:60:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  63. mv -f .deps/monsters.Tpo .deps/monsters.Po
  64. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT ban.o -MD -MP -MF .deps/ban.Tpo -c -o ban.o ban.cpp
  65. mv -f .deps/server.Tpo .deps/server.Po
  66. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT exception.o -MD -MP -MF .deps/exception.Tpo -c -o exception.o exception.cpp
  67. mv -f .deps/ban.Tpo .deps/ban.Po
  68. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT movement.o -MD -MP -MF .deps/movement.Tpo -c -o movement.o movement.cpp
  69. mv -f .deps/exception.Tpo .deps/exception.Po
  70. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.cpp
  71. mv -f .deps/sha1.Tpo .deps/sha1.Po
  72. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT baseevents.o -MD -MP -MF .deps/baseevents.Tpo -c -o baseevents.o baseevents.cpp
  73. mv -f .deps/movement.Tpo .deps/movement.Po
  74. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT fileloader.o -MD -MP -MF .deps/fileloader.Tpo -c -o fileloader.o fileloader.cpp
  75. mv -f .deps/fileloader.Tpo .deps/fileloader.Po
  76. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT networkmessage.o -MD -MP -MF .deps/networkmessage.Tpo -c -o networkmessage.o networkmessage.cpp
  77. In file included from networkmessage.cpp:22:0:
  78. networkmessage.h: In member function ‘uint16_t NetworkMessage::GetU16()’:
  79. networkmessage.h:72:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  80. networkmessage.h: In member function ‘uint32_t NetworkMessage::GetU32()’:
  81. networkmessage.h:81:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  82. networkmessage.h: In member function ‘uint32_t NetworkMessage::PeekU32()’:
  83. networkmessage.h:90:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  84. networkmessage.h: In member function ‘void NetworkMessage::AddU16(uint16_t)’:
  85. networkmessage.h:144:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  86. networkmessage.h: In member function ‘void NetworkMessage::AddU32(uint32_t)’:
  87. networkmessage.h:150:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  88. mv -f .deps/networkmessage.Tpo .deps/networkmessage.Po
  89. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT spawn.o -MD -MP -MF .deps/spawn.Tpo -c -o spawn.o spawn.cpp
  90. mv -f .deps/baseevents.Tpo .deps/baseevents.Po
  91. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT beds.o -MD -MP -MF .deps/beds.Tpo -c -o beds.o beds.cpp
  92. mv -f .deps/spawn.Tpo .deps/spawn.Po
  93. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT game.o -MD -MP -MF .deps/game.Tpo -c -o game.o game.cpp
  94. mv -f .deps/beds.Tpo .deps/beds.Po
  95. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT npc.o -MD -MP -MF .deps/npc.Tpo -c -o npc.o npc.cpp
  96. game.cpp: In member function ‘bool Game::playerLookAt(uint32_t, const Position&, uint16_t, uint8_t)’:
  97. game.cpp:3053:11: warning: variable ‘itemId’ set but not used [-Wunused-but-set-variable]
  98. npc.cpp: In member function ‘virtual void Npc::onCreatureAppear(const Creature*, bool)’:
  99. npc.cpp:347:19: warning: unused variable ‘player’ [-Wunused-variable]
  100. npc.cpp: In member function ‘virtual void Npc::onCreatureDisappear(const Creature*, bool)’:
  101. npc.cpp:359:14: warning: unused variable ‘player’ [-Wunused-variable]
  102. npc.cpp: In member function ‘virtual void Npc::onCreatureMove(const Creature*, const Tile*, const Position&, const Tile*, const Position&, bool)’:
  103. npc.cpp:376:19: warning: unused variable ‘player’ [-Wunused-variable]
  104. mv -f .deps/npc.Tpo .deps/npc.Po
  105. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT spells.o -MD -MP -MF .deps/spells.Tpo -c -o spells.o spells.cpp
  106. game.cpp: In member function ‘bool Game::playerViolationWindow(uint32_t, std::string, uint8_t, violationAction_t, std::string, uint16_t, uint16_t, bool)’:
  107. game.cpp:4493:65: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  108. mv -f .deps/game.Tpo .deps/game.Po
  109. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o chat.cpp
  110. mv -f .deps/spells.Tpo .deps/spells.Po
  111. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT house.o -MD -MP -MF .deps/house.Tpo -c -o house.o house.cpp
  112. mv -f .deps/chat.Tpo .deps/chat.Po
  113. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT otserv.o -MD -MP -MF .deps/otserv.Tpo -c -o otserv.o otserv.cpp
  114. In file included from status.h:25:0,
  115. from otserv.cpp:54:
  116. networkmessage.h: In member function ‘uint16_t NetworkMessage::GetU16()’:
  117. networkmessage.h:72:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  118. networkmessage.h: In member function ‘uint32_t NetworkMessage::GetU32()’:
  119. networkmessage.h:81:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  120. networkmessage.h: In member function ‘uint32_t NetworkMessage::PeekU32()’:
  121. networkmessage.h:90:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  122. networkmessage.h: In member function ‘void NetworkMessage::AddU16(uint16_t)’:
  123. networkmessage.h:144:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  124. networkmessage.h: In member function ‘void NetworkMessage::AddU32(uint32_t)’:
  125. networkmessage.h:150:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  126. mv -f .deps/house.Tpo .deps/house.Po
  127. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.cpp
  128. In file included from status.h:25:0,
  129. from status.cpp:22:
  130. networkmessage.h: In member function ‘uint16_t NetworkMessage::GetU16()’:
  131. networkmessage.h:72:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  132. networkmessage.h: In member function ‘uint32_t NetworkMessage::GetU32()’:
  133. networkmessage.h:81:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  134. networkmessage.h: In member function ‘uint32_t NetworkMessage::PeekU32()’:
  135. networkmessage.h:90:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  136. networkmessage.h: In member function ‘void NetworkMessage::AddU16(uint16_t)’:
  137. networkmessage.h:144:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  138. networkmessage.h: In member function ‘void NetworkMessage::AddU32(uint32_t)’:
  139. networkmessage.h:150:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  140. In file included from status.cpp:27:0:
  141. outputmessage.h: In member function ‘void OutputMessage::writeMessageLength()’:
  142. outputmessage.h:52:28: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  143. outputmessage.h: In member function ‘void OutputMessage::addCryptoHeader()’:
  144. outputmessage.h:60:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  145. mv -f .deps/otserv.Tpo .deps/otserv.Po
  146. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT combat.o -MD -MP -MF .deps/combat.Tpo -c -o combat.o combat.cpp
  147. mv -f .deps/status.Tpo .deps/status.Po
  148. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT housetile.o -MD -MP -MF .deps/housetile.Tpo -c -o housetile.o housetile.cpp
  149. make[1]: *** No rule to make target `outfit.o', needed by `otserv'. Stop.
  150. make[1]: *** Waiting for unfinished jobs....
  151. mv -f .deps/housetile.Tpo .deps/housetile.Po
  152. mv -f .deps/combat.Tpo .deps/combat.Po
  153. make[1]: Leaving directory `/root/OTHire/source'
  154. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment