Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. CXX ReactorSocket.o
  2. In file included from ../../../src/game/ReactorMgr.cpp:45:
  3. ../../../src/game/ReactorSocket.h:79: error: extra qualification 'ReactorSocket::' on member 'IsClosed'
  4. make[4]: *** [ReactorMgr.o] Error 1
  5. make[4]: *** Se espera a que terminen otras tareas....
  6. In file included from ../../../src/game/ReactorSocket.cpp:19:
  7. ../../../src/game/ReactorSocket.h:79: error: extra qualification 'ReactorSocket::' on member 'IsClosed'
  8. ../../../src/game/ReactorSocket.cpp: In destructor 'virtual ReactorSocket::~ReactorSocket()':
  9. ../../../src/game/ReactorSocket.cpp:41: warning: possible problem detected in invocation of delete operator:
  10. ../../../src/game/ReactorSocket.cpp:41: warning: invalid use of incomplete type 'struct WorldPacket'
  11. ../../../src/game/WorldSocket.h:46: warning: forward declaration of 'struct WorldPacket'
  12. ../../../src/game/ReactorSocket.cpp:41: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  13. ../../../src/game/ReactorSocket.cpp: In member function 'virtual int ReactorSocket::SendPacket(const WorldPacket&)':
  14. ../../../src/game/ReactorSocket.cpp:79: error: invalid use of incomplete type 'const struct WorldPacket'
  15. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  16. ../../../src/game/ReactorSocket.cpp:79: error: invalid use of incomplete type 'const struct WorldPacket'
  17. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  18. ../../../src/game/ReactorSocket.cpp:79: error: 'LookupOpcodeName' was not declared in this scope
  19. ../../../src/game/ReactorSocket.cpp:81: error: invalid use of incomplete type 'const struct WorldPacket'
  20. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  21. ../../../src/game/ReactorSocket.cpp:81: error: invalid use of incomplete type 'const struct WorldPacket'
  22. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  23. ../../../src/game/ReactorSocket.cpp:84: error: invalid use of incomplete type 'const struct WorldPacket'
  24. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  25. ../../../src/game/ReactorSocket.cpp:90: error: invalid use of incomplete type 'const struct WorldPacket'
  26. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  27. ../../../src/game/ReactorSocket.cpp:91: error: invalid use of incomplete type 'const struct WorldPacket'
  28. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  29. ../../../src/game/ReactorSocket.cpp:91: error: invalid use of incomplete type 'const struct WorldPacket'
  30. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  31. ../../../src/game/ReactorSocket.cpp:99: error: invalid use of incomplete type 'const struct WorldPacket'
  32. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  33. ../../../src/game/ReactorSocket.cpp:103: error: invalid use of incomplete type 'const struct WorldPacket'
  34. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  35. ../../../src/game/ReactorSocket.cpp:104: error: invalid use of incomplete type 'const struct WorldPacket'
  36. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  37. ../../../src/game/ReactorSocket.cpp:104: error: invalid use of incomplete type 'const struct WorldPacket'
  38. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'const struct WorldPacket'
  39. ../../../src/game/ReactorSocket.cpp: In member function 'int ReactorSocket::handle_input_header()':
  40. ../../../src/game/ReactorSocket.cpp:370: error: 'EndianConvertReverse' was not declared in this scope
  41. ../../../src/game/ReactorSocket.cpp:371: error: 'EndianConvert' was not declared in this scope
  42. ../../../src/game/ReactorSocket.cpp:384: error: invalid use of incomplete type 'struct WorldPacket'
  43. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'struct WorldPacket'
  44. ../../../src/game/ReactorSocket.cpp:388: error: invalid use of incomplete type 'struct WorldPacket'
  45. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'struct WorldPacket'
  46. ../../../src/game/ReactorSocket.cpp:389: error: invalid use of incomplete type 'struct WorldPacket'
  47. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'struct WorldPacket'
  48. ../../../src/game/ReactorSocket.cpp:389: error: invalid use of incomplete type 'struct WorldPacket'
  49. ../../../src/game/WorldSocket.h:46: error: forward declaration of 'struct WorldPacket'
  50. make[4]: *** [ReactorSocket.o] Error 1
  51. make[4]: se sale del directorio `/root/mangosdev/objdir/src/game'
  52. make[3]: *** [all-recursive] Error 1
  53. make[3]: se sale del directorio `/root/mangosdev/objdir/src/game'
  54. make[2]: *** [all-recursive] Error 1
  55. make[2]: se sale del directorio `/root/mangosdev/objdir/src'
  56. make[1]: *** [all-recursive] Error 1
  57. make[1]: se sale del directorio `/root/mangosdev/objdir'
  58. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement