[Tuxnes-devel] compile error
Brought to you by:
tmmm
From: Nick P. <npi...@um...> - 2002-11-27 19:23:45
|
Hi everyone... I'm trying to compile tuxnes CVS on RedHat 8 (I'd like SDL support) Does the output below make sense to anyone? This project seems kinda stagnant, has it been abandoned/put on hold/otherwise? -Nick make all-am make[1]: Entering directory `/mnt/linux/home/nickp/tuxnes' source='emulator_x86.c' object='emulator_x86.o' libtool=no \ depfile='.deps/emulator_x86.Po' tmpdepfile='.deps/emulator_x86.TPo' \ depmode=gcc3 /bin/sh ./depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I. -O -g -pipe -Wall -I/usr/X11R6/include -I/usr/local/include -D__USE_BSD -c `test -f 'emulator_x86.c' || echo './'`emulator_x86.c cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory emulator_x86.c: In function `DoNMIX86': emulator_x86.c:74: `RAM' undeclared (first use in this function) emulator_x86.c:74: (Each undeclared identifier is reported only once emulator_x86.c:74: for each function it appears in.) emulator_x86.c: In function `InitMapperSubsystemX86': emulator_x86.c:88: `MapperInit' undeclared (first use in this function) emulator_x86.c:89: `Mapper' undeclared (first use in this function) emulator_x86.c: In function `InitMemoryX86': emulator_x86.c:176: `RAM' undeclared (first use in this function) emulator_x86.c:183: warning: implicit declaration of function `exit' emulator_x86.c:204: warning: implicit declaration of function `translate' make[1]: *** [emulator_x86.o] Error 1 make[1]: Leaving directory `/mnt/linux/home/nickp/tuxnes' make: *** [all] Error 2 [root@plwx0205 tuxnes]# |