Guest User

Untitled

a guest
Jul 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. make[3]: Entering directory `/root/trunk/src/arcemu-world'
  2. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I./../arcemu-shared -g -O2 -I/usr/include -I/usr/local/include -Wall -fno-strict-aliasing -std=gnu++0x -pthread -I/usr/include/openssl -DHAVE_SSL -g -D__DEBUG__ -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT BattlegroundHandler.o -MD -MP -MF .deps/BattlegroundHandler.Tpo -c -o BattlegroundHandler.o BattlegroundHandler.cpp
  3. BattlegroundHandler.cpp: In member function �void WorldSession::HandleBattlefieldPortOpcode(WorldPacket&)�:
  4. BattlegroundHandler.cpp:29: error: could not convert �((WorldSession*)this)->WorldSession::_player->Object::IsInWorld� to �bool�
  5. BattlegroundHandler.cpp:29: error: in argument to unary !
  6. BattlegroundHandler.cpp: In member function �void WorldSession::HandleBattlefieldListOpcode(WorldPacket&)�:
  7. BattlegroundHandler.cpp:72: error: could not convert �((WorldSession*)this)->WorldSession::_player->Object::IsInWorld� to �bool�
  8. BattlegroundHandler.cpp:72: error: in argument to unary !
  9. make[3]: *** [BattlegroundHandler.o] Error 1
  10. make[3]: Leaving directory `/root/trunk/src/arcemu-world'
  11. make[2]: *** [all-recursive] Error 1
  12. make[2]: Leaving directory `/root/trunk/src'
  13. make[1]: *** [all-recursive] Error 1
  14. make[1]: Leaving directory `/root/trunk'
  15. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment