I got through a good chunk of the compile and hit a snag:
THIS_IS_THE_ENGINE -DLINUX_VERSION -DDISABLE_MPEG_AUDIO -DBUILTIN_PLUGINS -DRTLD_NEXT -I/usr/include/freetype2 -fno-rtti -Wno-write-strings -c -o acchars.o acchars.cpp
acchars.cpp: In function ‘void Character_Animate(CharacterInfo*, int, int, int, int, int)’:
acchars.cpp:565:33: error: cast from ‘short int*’ to ‘int’ loses precision [-fpermissive]
compilation terminated due to -Wfatal-errors.
make: *** [acchars.o] Error 1
make: Leaving directory `/home/bakers/ags/Engine'
Any ideas?