[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make error



Hey guys

This is the error I've been getting trying to make tuxnes that I mentioned briefly last night.

[root@localhost tuxnes-0.75]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for X... (cached) no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for features.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/soundcard.h... (cached) yes
checking for sys/soundcard.h... (cached) yes
checking for ppm.h... (cached) no
checking for snss.h... (cached) no
checking for gzgetc in -lz... (cached) yes
checking for pbm_writepbm in -lpbm... (cached) no
checking for pgm_writepgm in -lpgm... (cached) no
checking for ppm_writeppm in -lppm... (cached) no
checking for sin in -lm... (cached) yes
checking for openSnssFile in -lsnss... (cached) no
checking for ggi/gii.h... (cached) no
checking for ggi/ggi.h... (cached) no
checking for ggiInit in -lggi... (cached) no
checking for giiInit in -lgii... (cached) no
checking for Wlib.h... (cached) no
checking for w_init in -lW... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for size_t... (cached) yes
checking for 8-bit clean memcmp... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for gettimeofday... (cached) yes
checking for strtod... (cached) yes
checking for strtoul... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
[root@localhost tuxnes-0.75]# make
gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -Wall -D__USE_BSD -c emu.c
emu.c: In function ‘loadpal’:
emu.c:893: error: expected ‘)’ before string constant
emu.c:915: error: expected ‘)’ before string constant
emu.c:927: error: expected ‘)’ before string constant
emu.c: In function ‘main’:
emu.c:1605: error: expected ‘)’ before string constant
make: *** [emu.o] Error 1

Any one know what is wrong? Is it something I can fix?

Krow14