Advertisement
Guest User

error log

a guest
Aug 31st, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT container.o -MD -MP -MF .deps/container.Tpo -c -o container.o container.cpp
  2. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT creature.o -MD -MP -MF .deps/creature.Tpo -c -o creature.o creature.cpp
  3. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT creatureevent.o -MD -MP -MF .deps/creatureevent.Tpo -c -o creatureevent.o creatureevent.cpp
  4. In file included from house.h:27:0,
  5. from configmanager.cpp:21:
  6. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  7. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  8. cc1plus: all warnings being treated as errors
  9. make[1]: *** [configmanager.o] Error 1
  10. make[1]: *** Waiting for unfinished jobs....
  11. In file included from game.h:31:0,
  12. from combat.cpp:23:
  13. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  14. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  15. cc1plus: all warnings being treated as errors
  16. make[1]: *** [combat.o] Error 1
  17. In file included from creatureevent.cpp:23:0:
  18. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  19. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  20. cc1plus: all warnings being treated as errors
  21. make[1]: *** [creatureevent.o] Error 1
  22. In file included from house.h:27:0,
  23. from beds.cpp:20:
  24. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  25. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  26. cc1plus: all warnings being treated as errors
  27. make[1]: *** [beds.o] Error 1
  28. In file included from game.h:31:0,
  29. from container.cpp:20:
  30. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  31. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  32. cc1plus: all warnings being treated as errors
  33. make[1]: *** [container.o] Error 1
  34. In file included from party.h:20:0,
  35. from chat.h:24,
  36. from chat.cpp:18:
  37. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  38. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  39. cc1plus: all warnings being treated as errors
  40. make[1]: *** [chat.o] Error 1
  41. In file included from actions.cpp:23:0:
  42. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  43. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  44. cc1plus: all warnings being treated as errors
  45. make[1]: *** [actions.o] Error 1
  46. In file included from creature.cpp:20:0:
  47. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  48. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  49. cc1plus: all warnings being treated as errors
  50. make[1]: *** [creature.o] Error 1
  51. In file included from game.h:31:0,
  52. from condition.cpp:22:
  53. player.h: In member function 'uint32_t Player::getCastIpByName(std::string)':
  54. player.h:213:11: error: converting to non-pointer type 'uint32_t {aka unsigned int}' from NULL [-Werror=conversion-null]
  55. cc1plus: all warnings being treated as errors
  56. make[1]: *** [condition.o] Error 1
  57. make[1]: Leaving directory `/var/source'
  58. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement