Results 1 to 4 of 4
The configure seems to have worked but the make gives up errors that ican't get.pls help.
[wolverine@192 tuxnes-0.75]$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
...
- 11-15-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- india
- Posts
- 47
compile problem
The configure seems to have worked but the make gives up errors that ican't get.pls help.
[wolverine@192 tuxnes-0.75]$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... 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... 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... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for features.h... yes
checking for fcntl.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for linux/joystick.h... yes
checking for linux/soundcard.h... yes
checking for sys/soundcard.h... yes
checking for ppm.h... no
checking for snss.h... no
checking for X11/xpm.h... yes
checking for X11/vroot.h... no
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for X11/extensions/XShm.h... yes
checking for X11/extensions/Xext.h... yes
checking for XpmWriteFileFromImage in -lXpm... yes
checking for XMissingExtension in -lXext... yes
checking for gzgetc in -lz... yes
checking for pbm_writepbm in -lpbm... no
checking for pgm_writepgm in -lpgm... no
checking for ppm_writeppm in -lppm... no
checking for sin in -lm... yes
checking for openSnssFile in -lsnss... no
checking for ggi/gii.h... no
checking for ggi/ggi.h... no
checking for ggiInit in -lggi... no
checking for giiInit in -lgii... no
checking for Wlib.h... no
checking for w_init in -lW... no
checking whether byte ordering is bigendian... no
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking for 8-bit clean memcmp... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for gettimeofday... yes
checking for strtod... yes
checking for strtoul... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
[wolverine@192 tuxnes-0.75]$ make
gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -Wall -D__USE_BSD -c x86.S
gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -Wall -D__USE_BSD -c d6502.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -Wall -D__USE_BSD -c dynrec.c
dynrec.c: In function ‘translate’:
dynrec.c:66: warning: pointer targets in assignment differ in signedness
dynrec.c:76: warning: pointer targets in assignment differ in signedness
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
- 11-16-2008 #2
What is the application or program you are trying to compile?
- 11-17-2008 #3Just Joined!
- Join Date
- Dec 2007
- Location
- india
- Posts
- 47
tuxnes
hi thanks for your reply.
I am installing 'tuxnes' vnes emulator
- 11-19-2008 #4
Seems to be a problem that is addressed and fixed in the latest CVS version. Maybe try getting the very latest CVS. Before that though, have you searched to see if there is a Mandriva .rpm for it? I Googled these, but don't know which version you are running of Mandriva. If you find an .rpm for your version of Mandriva, that's going to be the best way to go.


Reply With Quote
