Re: [Tuxnes-devel] renderer_ggi doesn't compile
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-02-18 20:06:06
|
Jason Dorje Short wrote: > Mike Mestnik wrote: > >> 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. > > > I can't test right now because sourceforge cvs is acting up. OK, it compiled. When I tried to run it, I got: LibGGI: No explicit target specified. LibGGI: Try to use X target... LibGG: unable to open lib: /usr/lib/ggi/display/X.so: cannot open shared object file: No such file or directory LibGGI: Try to use fbdev target (framebuffer console)... LibGG: unable to open lib: /usr/lib/ggi/display/fbdev.so: cannot open shared object file: No such file or directory LibGGI: Try to use svgalib target... LibGG: unable to open lib: /usr/lib/ggi/display/svgalib.so: cannot open shared object file: No such file or directory LibGGI: Try to use AAlib target... LibGG: unable to open lib: /usr/lib/ggi/display/aa.so: cannot open shared object file: No such file or directory For some reason although the .la lib files are present the .so ones are not. I don't really know what this means. Is it a bug in my ggi installation, or the configure process? jason |