What am I missing? What do I need to do in order to fix the errors?
Code:
Desktop/iwar-0.07$ make
make all-am
make[1]: Entering directory `/home/soultravel369/Desktop/iwar-0.07'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -D_POSIX -g -O2 -MT iwar-engine.o -MD -MP -MF ".deps/iwar-engine.Tpo" -c -o iwar-engine.o iwar-engine.c; \
then mv -f ".deps/iwar-engine.Tpo" ".deps/iwar-engine.Po"; else rm -f ".deps/iwar-engine.Tpo"; exit 1; fi
iwar-engine.c: In function ?sendmodem?:
iwar-engine.c:281: warning: ignoring return value of ?write?, declared with attribute warn_unused_result
iwar-engine.c:288: warning: ignoring return value of ?write?, declared with attribute warn_unused_result
iwar-engine.c:297: warning: ignoring return value of ?write?, declared with attribute warn_unused_result
iwar-engine.c: In function ?main?:
iwar-engine.c:1696: error: ?AUDIO_INTERNAL_PA? undeclared (first use in this function)
iwar-engine.c:1696: error: (Each undeclared identifier is reported only once
iwar-engine.c:1696: error: for each function it appears in.)
iwar-engine.c:1696: error: too many arguments to function ?iaxc_initialize?
iwar-engine.c:1692: warning: ignoring return value of ?freopen?, declared with attribute warn_unused_result
make[1]: *** [iwar-engine.o] Error 1
make[1]: Leaving directory `/home/soultravel369/Desktop/iwar-0.07'
make: *** [all] Error 2
~/Desktop/iwar-0.07$