Advertisement
holmbergfan

Untitled

Oct 16th, 2022
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.68 KB | None | 0 0
  1.  ---> Running in 1f64dcff221b
  2. make  all-am
  3. make[1]: Entering directory `/app/source'
  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_REENTRANT -Wall -g -O2 -MT databasemysql.o -MD -MP -MF .deps/databasemysql.Tpo -c -o databasemysql.o databasemysql.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_REENTRANT -Wall -g -O2 -MT map.o -MD -MP -MF .deps/map.Tpo -c -o map.o map.cpp
  7. In file included from house.h:33:0,
  8.                 from iomap.h:30,
  9.                 from map.cpp:32:
  10. player.h: In member function 'void Player::disconnect()':
  11. player.h:157:38: error: invalid use of incomplete type 'class Protocol76'
  12. player.h:40:7: error: forward declaration of 'class Protocol76'
  13. player.h: In member function 'void Player::sendCreatureSkull(const Creature*) const':
  14. player.h:374:21: error: invalid use of incomplete type 'class Protocol76'
  15. player.h:40:7: error: forward declaration of 'class Protocol76'
  16. player.h: In member function 'void Player::sendAddTileItem(const Tile*, const Position&, const Item*)':
  17. player.h:388:21: error: invalid use of incomplete type 'class Protocol76'
  18. player.h:40:7: error: forward declaration of 'class Protocol76'
  19. player.h: In member function 'void Player::sendUpdateTileItem(const Tile*, const Position&, uint32_t, const Item*, const Item*)':
  20. player.h:391:21: error: invalid use of incomplete type 'class Protocol76'
  21. player.h:40:7: error: forward declaration of 'class Protocol76'
  22. player.h: In member function 'void Player::sendRemoveTileItem(const Tile*, const Position&, uint32_t, const Item*)':
  23. player.h:393:21: error: invalid use of incomplete type 'class Protocol76'
  24. player.h:40:7: error: forward declaration of 'class Protocol76'
  25. player.h: In member function 'void Player::sendUpdateTile(const Tile*, const Position&)':
  26. player.h:395:21: error: invalid use of incomplete type 'class Protocol76'
  27. player.h:40:7: error: forward declaration of 'class Protocol76'
  28. player.h: In member function 'void Player::sendCreatureAppear(const Creature*, bool)':
  29. player.h:398:21: error: invalid use of incomplete type 'class Protocol76'
  30. player.h:40:7: error: forward declaration of 'class Protocol76'
  31. player.h: In member function 'void Player::sendCreatureDisappear(const Creature*, uint32_t, bool)':
  32. player.h:400:21: error: invalid use of incomplete type 'class Protocol76'
  33. player.h:40:7: error: forward declaration of 'class Protocol76'
  34. player.h: In member function 'void Player::sendCreatureMove(const Creature*, const Tile*, const Position&, const Tile*, const Position&, uint32_t, bool)':
  35. player.h:403:21: error: invalid use of incomplete type 'class Protocol76'
  36. player.h:40:7: error: forward declaration of 'class Protocol76'
  37. player.h: In member function 'void Player::sendCreatureTurn(const Creature*, uint32_t)':
  38. player.h:406:21: error: invalid use of incomplete type 'class Protocol76'
  39. player.h:40:7: error: forward declaration of 'class Protocol76'
  40. player.h: In member function 'void Player::sendCreatureSay(const Creature*, SpeakClasses, const string&)':
  41. player.h:408:21: error: invalid use of incomplete type 'class Protocol76'
  42. player.h:40:7: error: forward declaration of 'class Protocol76'
  43. player.h: In member function 'void Player::sendCreatureSquare(const Creature*, SquareColor_t)':
  44. player.h:410:21: error: invalid use of incomplete type 'class Protocol76'
  45. player.h:40:7: error: forward declaration of 'class Protocol76'
  46. player.h: In member function 'void Player::sendCreatureChangeOutfit(const Creature*, const Outfit_t&)':
  47. player.h:412:21: error: invalid use of incomplete type 'class Protocol76'
  48. player.h:40:7: error: forward declaration of 'class Protocol76'
  49. player.h: In member function 'void Player::sendCreatureChangeVisible(const Creature*, bool)':
  50. player.h:417:12: error: invalid use of incomplete type 'class Protocol76'
  51. player.h:40:7: error: forward declaration of 'class Protocol76'
  52. player.h:420:12: error: invalid use of incomplete type 'class Protocol76'
  53. player.h:40:7: error: forward declaration of 'class Protocol76'
  54. player.h: In member function 'void Player::sendCreatureLight(const Creature*)':
  55. player.h:425:21: error: invalid use of incomplete type 'class Protocol76'
  56. player.h:40:7: error: forward declaration of 'class Protocol76'
  57. player.h: In member function 'void Player::sendCreatureShield(const Creature*)':
  58. player.h:427:24: error: invalid use of incomplete type 'class Protocol76'
  59. player.h:40:7: error: forward declaration of 'class Protocol76'
  60. player.h: In member function 'void Player::sendContainer(uint32_t, const Container*, bool)':
  61. player.h:434:21: error: invalid use of incomplete type 'class Protocol76'
  62. player.h:40:7: error: forward declaration of 'class Protocol76'
  63. player.h: In member function 'void Player::sendAddInventoryItem(slots_t, const Item*)':
  64. player.h:438:21: error: invalid use of incomplete type 'class Protocol76'
  65. player.h:40:7: error: forward declaration of 'class Protocol76'
  66. player.h: In member function 'void Player::sendUpdateInventoryItem(slots_t, const Item*, const Item*)':
  67. player.h:440:21: error: invalid use of incomplete type 'class Protocol76'
  68. player.h:40:7: error: forward declaration of 'class Protocol76'
  69. player.h: In member function 'void Player::sendRemoveInventoryItem(slots_t, const Item*)':
  70. player.h:442:21: error: invalid use of incomplete type 'class Protocol76'
  71. player.h:40:7: error: forward declaration of 'class Protocol76'
  72. player.h: In member function 'void Player::sendAnimatedText(const Position&, unsigned char, std::string) const':
  73. player.h:482:21: error: invalid use of incomplete type 'class Protocol76'
  74. player.h:40:7: error: forward declaration of 'class Protocol76'
  75. player.h: In member function 'void Player::sendCancel(const char*) const':
  76. player.h:484:21: error: invalid use of incomplete type 'class Protocol76'
  77. player.h:40:7: error: forward declaration of 'class Protocol76'
  78. player.h: In member function 'void Player::sendCancelTarget() const':
  79. player.h:487:21: error: invalid use of incomplete type 'class Protocol76'
  80. player.h:40:7: error: forward declaration of 'class Protocol76'
  81. player.h: In member function 'void Player::sendCancelWalk() const':
  82. player.h:489:21: error: invalid use of incomplete type 'class Protocol76'
  83. player.h:40:7: error: forward declaration of 'class Protocol76'
  84. player.h: In member function 'void Player::sendChangeSpeed(const Creature*, uint32_t) const':
  85. player.h:491:21: error: invalid use of incomplete type 'class Protocol76'
  86. player.h:40:7: error: forward declaration of 'class Protocol76'
  87. player.h: In member function 'void Player::sendCreatureHealth(const Creature*) const':
  88. player.h:493:21: error: invalid use of incomplete type 'class Protocol76'
  89. player.h:40:7: error: forward declaration of 'class Protocol76'
  90. player.h: In member function 'void Player::sendDistanceShoot(const Position&, const Position&, unsigned char) const':
  91. player.h:495:21: error: invalid use of incomplete type 'class Protocol76'
  92. player.h:40:7: error: forward declaration of 'class Protocol76'
  93. player.h: In member function 'void Player::sendCreatePrivateChannel(uint16_t, const string&)':
  94. player.h:499:21: error: invalid use of incomplete type 'class Protocol76'
  95. player.h:40:7: error: forward declaration of 'class Protocol76'
  96. player.h: In member function 'void Player::sendClosePrivate(uint16_t) const':
  97. player.h:501:21: error: invalid use of incomplete type 'class Protocol76'
  98. player.h:40:7: error: forward declaration of 'class Protocol76'
  99. player.h: In member function 'void Player::sendMagicEffect(const Position&, unsigned char) const':
  100. player.h:504:21: error: invalid use of incomplete type 'class Protocol76'
  101. player.h:40:7: error: forward declaration of 'class Protocol76'
  102. player.h: In member function 'void Player::sendSkills() const':
  103. player.h:508:21: error: invalid use of incomplete type 'class Protocol76'
  104. player.h:40:7: error: forward declaration of 'class Protocol76'
  105. player.h: In member function 'void Player::sendTextMessage(MessageClasses, const string&) const':
  106. player.h:510:21: error: invalid use of incomplete type 'class Protocol76'
  107. player.h:40:7: error: forward declaration of 'class Protocol76'
  108. player.h: In member function 'void Player::sendTextWindow(Item*, uint16_t, bool) const':
  109. player.h:512:21: error: invalid use of incomplete type 'class Protocol76'
  110. player.h:40:7: error: forward declaration of 'class Protocol76'
  111. player.h: In member function 'void Player::sendTextWindow(uint32_t, const string&) const':
  112. player.h:514:21: error: invalid use of incomplete type 'class Protocol76'
  113. player.h:40:7: error: forward declaration of 'class Protocol76'
  114. In file included from house.h:33:0,
  115.                 from iomap.h:30,
  116.                 from map.cpp:32:
  117. player.h: In member function 'void Player::sendToChannel(Creature*, SpeakClasses, const string&, uint16_t, uint32_t) const':
  118. player.h:516:21: error: invalid use of incomplete type 'class Protocol76'
  119. In file included from house.h:33:0,
  120.                 from iomap.h:30,
  121.                 from map.cpp:32:
  122. player.h:40:7: error: forward declaration of 'class Protocol76'
  123. In file included from house.h:33:0,
  124.                 from iomap.h:30,
  125.                 from map.cpp:32:
  126. player.h: In member function 'void Player::sendTradeItemRequest(const Player*, const Item*, bool) const':
  127. player.h:520:21: error: invalid use of incomplete type 'class Protocol76'
  128. In file included from house.h:33:0,
  129.                 from iomap.h:30,
  130.                 from map.cpp:32:
  131. player.h:40:7: error: forward declaration of 'class Protocol76'
  132. In file included from house.h:33:0,
  133.                 from iomap.h:30,
  134.                 from map.cpp:32:
  135. player.h: In member function 'void Player::sendTradeClose() const':
  136. player.h:522:21: error: invalid use of incomplete type 'class Protocol76'
  137. In file included from house.h:33:0,
  138.                 from iomap.h:30,
  139.                 from map.cpp:32:
  140. player.h:40:7: error: forward declaration of 'class Protocol76'
  141. In file included from house.h:33:0,
  142.                 from iomap.h:30,
  143.                 from map.cpp:32:
  144. player.h: In member function 'void Player::sendWorldLight(LightInfo&)':
  145. player.h:524:21: error: invalid use of incomplete type 'class Protocol76'
  146. In file included from house.h:33:0,
  147.                 from iomap.h:30,
  148.                 from map.cpp:32:
  149. player.h:40:7: error: forward declaration of 'class Protocol76'
  150. In file included from house.h:33:0,
  151.                 from iomap.h:30,
  152.                 from map.cpp:32:
  153. player.h: In member function 'void Player::sendChannelsDialog()':
  154. player.h:526:21: error: invalid use of incomplete type 'class Protocol76'
  155. In file included from house.h:33:0,
  156.                 from iomap.h:30,
  157.                 from map.cpp:32:
  158. player.h:40:7: error: forward declaration of 'class Protocol76'
  159. In file included from house.h:33:0,
  160.                 from iomap.h:30,
  161.                 from map.cpp:32:
  162. player.h: In member function 'void Player::sendOpenPrivateChannel(const string&)':
  163. player.h:528:21: error: invalid use of incomplete type 'class Protocol76'
  164. In file included from house.h:33:0,
  165.                 from iomap.h:30,
  166.                 from map.cpp:32:
  167. player.h:40:7: error: forward declaration of 'class Protocol76'
  168. In file included from house.h:33:0,
  169.                 from iomap.h:30,
  170.                 from map.cpp:32:
  171. player.h: In member function 'void Player::sendOutfitWindow(const Player*)':
  172. player.h:530:21: error: invalid use of incomplete type 'class Protocol76'
  173. In file included from house.h:33:0,
  174.                 from iomap.h:30,
  175.                 from map.cpp:32:
  176. player.h:40:7: error: forward declaration of 'class Protocol76'
  177. In file included from house.h:33:0,
  178.                 from iomap.h:30,
  179.                 from map.cpp:32:
  180. player.h: In member function 'void Player::sendCloseContainer(uint32_t)':
  181. player.h:532:21: error: invalid use of incomplete type 'class Protocol76'
  182. In file included from house.h:33:0,
  183.                 from iomap.h:30,
  184.                 from map.cpp:32:
  185. player.h:40:7: error: forward declaration of 'class Protocol76'
  186. In file included from house.h:33:0,
  187.                 from iomap.h:30,
  188.                 from map.cpp:32:
  189. player.h: In member function 'void Player::sendChannel(uint16_t, const string&)':
  190. player.h:534:21: error: invalid use of incomplete type 'class Protocol76'
  191. In file included from house.h:33:0,
  192.                 from iomap.h:30,
  193.                 from map.cpp:32:
  194. player.h:40:7: error: forward declaration of 'class Protocol76'
  195. In file included from house.h:33:0,
  196.                 from iomap.h:30,
  197.                 from map.cpp:32:
  198. player.h: In member function 'void Player::sendRuleViolationsChannel(uint16_t)':
  199. player.h:536:21: error: invalid use of incomplete type 'class Protocol76'
  200. In file included from house.h:33:0,
  201.                 from iomap.h:30,
  202.                 from map.cpp:32:
  203. player.h:40:7: error: forward declaration of 'class Protocol76'
  204. In file included from house.h:33:0,
  205.                 from iomap.h:30,
  206.                 from map.cpp:32:
  207. player.h: In member function 'void Player::sendRemoveReport(const string&)':
  208. player.h:538:21: error: invalid use of incomplete type 'class Protocol76'
  209. In file included from house.h:33:0,
  210.                 from iomap.h:30,
  211.                 from map.cpp:32:
  212. player.h:40:7: error: forward declaration of 'class Protocol76'
  213. In file included from house.h:33:0,
  214.                 from iomap.h:30,
  215.                 from map.cpp:32:
  216. player.h: In member function 'void Player::sendLockRuleViolation()':
  217. player.h:540:21: error: invalid use of incomplete type 'class Protocol76'
  218. In file included from house.h:33:0,
  219.                 from iomap.h:30,
  220.                 from map.cpp:32:
  221. player.h:40:7: error: forward declaration of 'class Protocol76'
  222. In file included from house.h:33:0,
  223.                 from iomap.h:30,
  224.                 from map.cpp:32:
  225. player.h: In member function 'void Player::sendRuleViolationCancel(const string&)':
  226. player.h:542:21: error: invalid use of incomplete type 'class Protocol76'
  227. In file included from house.h:33:0,
  228.                 from iomap.h:30,
  229.                 from map.cpp:32:
  230. player.h:40:7: error: forward declaration of 'class Protocol76'
  231. In file included from map.cpp:44:0:
  232. combat.h: In function 'std::string CombatTypeName(CombatType_t)':
  233. combat.h:365:8: warning: enumeration value 'COMBAT_COUNT' not handled in switch [-Wswitch]
  234. make[1]: *** [map.o] Error 1
  235. make[1]: Leaving directory `/app/source'
  236. make: *** [all] Error 2
  237. The command '/bin/sh -c cd source && make -j 1' returned a non-zero code: 2
  238. ubuntu@vps-1ee95a1d:~/darkot$
  239.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement