Re: [Tuxnes-devel] renderer_ggi doesn't compile
Brought to you by:
tmmm
From: Mike M. <che...@ya...> - 2004-02-18 18:52:47
|
I got ggl to build and did the same with w(but I don't have libw). It ran but was only black and didn't start making sounds and did't respond. My ggi setup could be non-funcional. Sdl still crashes with a... Fatal signal: Segmentation Fault (SDL Parachute Deployed) This is what I get from ggi, lookes good. LibGGI: No explicit target specified. LibGGI: Try to use X target... GGI mode: "256x240.V256x240.F2.D1x1.[C24/32]" GGI: Truecolor scheme, depth 24, 32bpp, static colors, 2 direct buffers Attached is the patch, hope it workes better for you, jason. Here are some autogen.sh errors. /usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES /usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG /usr/share/aclocal/gsl.m4:5: warning: underquoted definition of AM_PATH_GSL /usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVIFILE --- Jason Dorje Short <jd...@us...> wrote: > if gcc -DHAVE_CONFIG_H -I. -I. -I. -O -g -pipe -Wall > -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include > -I/usr/local/include -D__USE_BSD -MT renderer_ggi.o -MD -MP -MF > ".deps/renderer_ggi.Tpo" -c -o renderer_ggi.o renderer_ggi.c; \ > then mv -f ".deps/renderer_ggi.Tpo" ".deps/renderer_ggi.Po"; else rm -f > ".deps/renderer_ggi.Tpo"; exit 1; fi > renderer_ggi.c: In function `HandleKeyboardGGI': > renderer_ggi.c:318: error: `coinslot' undeclared (first use in this > function) > renderer_ggi.c:318: error: (Each undeclared identifier is reported only > once > renderer_ggi.c:318: error: for each function it appears in.) > renderer_ggi.c:352: error: `dipswitches' undeclared (first use in this > function)renderer_ggi.c:399: error: `joypad' undeclared (first use in > this function) > renderer_ggi.c:472: error: `joypadd' undeclared (first use in this > function) > renderer_ggi.c: In function `InitDisplayGGI': > renderer_ggi.c:1046: warning: implicit declaration of function > `set_renderer_basetime' > renderer_ggi.c:767: warning: unused variable `time' > renderer_ggi.c: In function `UpdateDisplayGGI': > renderer_ggi.c:1144: warning: implicit declaration of function > `resynchronize' > renderer_ggi.c:1136: warning: unused variable `time' > renderer_ggi.c:1138: warning: unused variable `timeframe' > > -jason > __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools |