Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. Kompilator: Default compiler
  2. Building Makefile: "D:\brodlej\forgottenserver-trunk.r3937\trunk.r3937\dev-cpp\Makefile.win"
  3. Wykonywanie make...
  4. mingw32-make -f "D:\brodlej\forgottenserver-trunk.r3937\trunk.r3937\dev-cpp\Makefile.win" all
  5. g++.exe -c ../actions.cpp -o obj//actions.o -I"D:/brodlej/Stian's Repack Dev-Cpp 0.2, 64bit/Stian's Repack Dev-Cpp 0.2, 64bit/include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -O2 -fexpensive-optimizations -O1
  6.  
  7. In file included from ../actions.cpp:23:
  8. ../player.h:122: error: conflicting declaration 'typedef class std::map<unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<unsigned int>, std::allocator<std::pair<const unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > StorageMap'
  9. ../creature.h:134: error: 'StorageMap' has a previous declaration as 'typedef class std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > StorageMap'
  10.  
  11. In file included from ../actions.cpp:23:
  12. ../player.h:483: error: ISO C++ forbids declaration of 'OutfitListType' with no type
  13.  
  14. ../player.h:483: error: expected ';' before '&' token
  15. ../player.h:515: error: 'SquareColor_t' has not been declared
  16.  
  17. In file included from ../actions.cpp:23:
  18. ../player.h: In member function 'uint16_t Player::getViolationAccess() const':
  19. ../player.h:258: error: 'class Group' has no member named 'getViolationAccess'
  20.  
  21. In file included from ../actions.cpp:23:
  22. ../player.h: In member function 'const Position& Player::getTemplePosition() const':
  23.  
  24. ../player.h:283: error: 'masterPos' was not declared in this scope
  25. ../player.h: In member function 'void Player::sendAddTileItem(const Tile*, const Position&, const Item*)':
  26.  
  27. ../player.h:492: error: no matching function for call to 'ProtocolGame::sendAddTileItem(const Tile*&, const Position&, const Item*&)'
  28. ../protocolgame.h:234: note: candidates are: void ProtocolGame::sendAddTileItem(const Tile*, const Position&, uint32_t, const Item*)
  29. ../player.h: In member function 'void Player::sendCreatureAppear(const Creature*, bool)':
  30. ../player.h:504: error: no matching function for call to 'ProtocolGame::sendAddCreature(const Creature*&, bool&)'
  31. ../protocolgame.h:239: note: candidates are: void ProtocolGame::sendAddCreature(const Creature*, const Position&, uint32_t)
  32. ../player.h: In member function 'void Player::sendCreatureDisappear(const Creature*, uint32_t, bool)':
  33.  
  34. ../player.h:506: error: no matching function for call to 'ProtocolGame::sendRemoveCreature(const Creature*&, Position, uint32_t&, bool&)'
  35. ../protocolgame.h:240: note: candidates are: void ProtocolGame::sendRemoveCreature(const Creature*, const Position&, uint32_t)
  36. ../player.h: In member function 'void Player::sendCreatureMove(const Creature*, const Tile*, const Position&, const Tile*, const Position&, uint32_t, bool)':
  37. ../player.h:509: error: no matching function for call to 'ProtocolGame::sendMoveCreature(const Creature*&, const Tile*&, const Position&, const Tile*&, const Position&, uint32_t&, bool&)'
  38. ../protocolgame.h:241: note: candidates are: void ProtocolGame::sendMoveCreature(const Creature*, const Tile*, const Position&, uint32_t, const Tile*, const Position&, uint32_t, bool)
  39.  
  40. ../player.h: In member function 'void Player::sendCreatureChangeVisible(const Creature*, bool)':
  41. ../player.h:526: error: 'class ProtocolGame' has no member named 'sendCreatureInvisible'
  42. ../player.h: In member function 'void Player::sendGoods() const':
  43. ../player.h:623: error: no matching function for call to 'ProtocolGame::sendGoods(const std::map<unsigned int, unsigned int, std::less<unsigned int>, std::allocator<std::pair<const unsigned int, unsigned int> > >&)'
  44. ../protocolgame.h:212: note: candidates are: void ProtocolGame::sendGoods(const ShopInfoList&)
  45.  
  46. In file included from ../actions.cpp:30:
  47. ../game.h: In member function 'uint32_t Game::getPlayersOnline()':
  48. ../game.h:333: error: 'autoList' is not a member of 'Player'
  49.  
  50. ../actions.cpp: In member function 'ReturnValue Actions::canUse(const Player*, const Position&)':
  51. ../actions.cpp:332: error: request for member 'getPosition' is ambiguous
  52. ../cylinder.h:54: error: candidates are: virtual Position Cylinder::getPosition() const
  53. ../creature.h:455: error: virtual Position Creature::getPosition() const
  54.  
  55. ../actions.cpp: In member function 'virtual bool Action::executeUse(Player*, Item*, const PositionEx&, const PositionEx&, bool, uint32_t)':
  56. ../actions.cpp:775: error: request for member 'getPosition' is ambiguous
  57. ../cylinder.h:54: error: candidates are: virtual Position Cylinder::getPosition() const
  58.  
  59. ../creature.h:455: error: virtual Position Creature::getPosition() const
  60.  
  61. ../actions.cpp:814: error: request for member 'getPosition' is ambiguous
  62. ../cylinder.h:54: error: candidates are: virtual Position Cylinder::getPosition() const
  63.  
  64. ../creature.h:455: error: virtual Position Creature::getPosition() const
  65.  
  66. mingw32-make: *** [obj//actions.o] Error 1
  67.  
  68. Wykonanie zakończone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement