Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. make: *** [account.o] Error 1
  2. root@cpanel:/home/sources# make
  3. rm -rf *.o
  4. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c account.cpp
  5. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c actions.cpp
  6. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c admin.cpp
  7. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c allocator.cpp
  8. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c ban.cpp
  9. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c baseevents.cpp
  10. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c creature.cpp
  11. g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Wno-deprecated -Werror -O1 -c creatureevent.cpp
  12. In file included from luascript.h:44,
  13. from creatureevent.h:24,
  14. from creatureevent.cpp:22:
  15. position.h: In static member function 'static bool Position::areInRange(const Position&, const Position&)':
  16. position.h:49: error: call of overloaded 'abs(int&)' is ambiguous
  17. /usr/include/c++/4.4/cmath:94: note: candidates are: double std::abs(double)
  18. /usr/include/c++/4.4/cmath:98: note: float std::abs(float)
  19. /usr/include/c++/4.4/cmath:102: note: long double std::abs(long double)
  20. position.h:49: error: call of overloaded 'abs(int&)' is ambiguous
  21. /usr/include/c++/4.4/cmath:94: note: candidates are: double std::abs(double)
  22. /usr/include/c++/4.4/cmath:98: note: float std::abs(float)
  23. /usr/include/c++/4.4/cmath:102: note: long double std::abs(long double)
  24. position.h:49: error: call of overloaded 'abs(int&)' is ambiguous
  25. /usr/include/c++/4.4/cmath:94: note: candidates are: double std::abs(double)
  26. /usr/include/c++/4.4/cmath:98: note: float std::abs(float)
  27. /usr/include/c++/4.4/cmath:102: note: long double std::abs(long double)
  28. position.h: In static member function 'static bool Position::areInRange(const Position&, const Position&)':
  29. position.h:57: error: call of overloaded 'abs(int&)' is ambiguous
  30. /usr/include/c++/4.4/cmath:94: note: candidates are: double std::abs(double)
  31. /usr/include/c++/4.4/cmath:98: note: float std::abs(float)
  32. /usr/include/c++/4.4/cmath:102: note: long double std::abs(long double)
  33. position.h:57: error: call of overloaded 'abs(int&)' is ambiguous
  34. /usr/include/c++/4.4/cmath:94: note: candidates are: double std::abs(double)
  35. /usr/include/c++/4.4/cmath:98: note: float std::abs(float)
  36. /usr/include/c++/4.4/cmath:102: note: long double std::abs(long double)
  37. make: *** [creatureevent.o] Error 1
  38. root@cpanel:/home/sources#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement