Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.06 KB | None | 0 0
  1. g++ -DHAVE_CONFIG_H -I. -I../../include  -I../../include  -DINSTALL_LIB_DIR=\"/usr/local/lib/bzflag/\" -DINSTALL_DATA_DIR=\"/usr/local/share/bzflag\"    -fsigned-char -Wno-deprecated -g -O2  -pipe -pedantic -fno-exceptions -W -Wall -Wundef -Wno-import -O3 -ffast-math -fomit-frame-pointer -fexpensive-optimizations -fno-exceptions -MT AutoPilot.o -MD -MP -MF .deps/AutoPilot.Tpo -c -o AutoPilot.o AutoPilot.cxx
  2. In file included from BaseLocalPlayer.h:24,
  3.                 from LocalPlayer.h:17,
  4.                 from RobotPlayer.h:26,
  5.                 from Roster.h:28,
  6.                 from AutoPilot.cxx:21:
  7. Player.h:307: error: floating-point literal cannot appear in a constant-expression
  8. Player.h:307: error: ISO C++ forbids initialization of member ‘maxAcceleration’
  9. Player.h:307: error: making ‘maxAcceleration’ static
  10. Player.h:307: error: ISO C++ forbids initialization of member constant ‘maxAcceleration’ of non-integral type ‘const float’
  11. make[2]: *** [AutoPilot.o] Error 1
  12. make[1]: *** [all-recursive] Error 1
  13. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement