Re: [Tuxnes-devel] renderer_ggi doesn't compile
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-02-18 20:27:25
|
Mike Mestnik wrote: > This lookes good, it's hunting for a usable output device. I know .a > means a.out and .so is an elf, but I'v never heard on an .la. I guss it's > a windows thing, do you have other GGI programs working? I would say > build the elf libs if you can, as a.out is older. Sorry, I don't mean to be unclear: I'm doing this compilation on debian unstable, not for windows (though previously I was trying to compile tuxnes for windows). .la is a simple data file that describes the .so and .a files. I think. It seems the .so file is not present on my system because the libgga-target-aa package isn't installed. aa is ascii art, so why should it be? When I install the libgga-target-x package things work a bit better. Now I just get a segmentation fault: #0 0x401ca212 in XPending () from /usr/X11R6/lib/libX11.so.6 (gdb) bt #0 0x401ca212 in XPending () from /usr/X11R6/lib/libX11.so.6 #1 0x0806149b in HandleJoystickLinux (stick=0) at controller.c:727 #2 0x080769f9 in DoNMIC () at emulator_c_iface.c:168 #3 0x0807683a in nmi_shim_m6502 (addr=65415) at emulator_c_iface.c:115 #4 0x0807718d in StartC () at emulator_c_iface.c:325 #5 0x0804ec7c in main (argc=4, argv=0xbffff934) at emu.c:2231 When I leave off the -r ggi option, the X renderer is used and things work. jason |