[Xmame] xmess 0.105 does not build

2006-04-05 Thread Julian Sikorski
Here is the console output: xmess.obj/unix.x11/fileio.o: In function `init_errorlog': fileio.c:(.text+0x43): undefined reference to `options' collect2: ld returned 1 exit status make: *** [imgtool] Error 1 I have unix tree from mess cvs and win mess 0.105 source. xmame 0.105 built fine. Just a

Re: [Xmame] Fedora Core 5 and xmame -fullscreen

2006-04-05 Thread Lawrence Gold
On Apr 4, 2006, at 2:19 AM, Hans de Goede wrote: I believe this can be fixed by setting the override_redirect window_attr on window creation for the fullscreen window, before mapping the window, here is a piece of code from allegro to get the idea, but I think it would be better/easier

Re: [Xmame] Fedora Core 5 and xmame -fullscreen

2006-04-05 Thread Hans de Goede
Lawrence Gold wrote: On Apr 4, 2006, at 2:19 AM, Hans de Goede wrote: I believe this can be fixed by setting the override_redirect window_attr on window creation for the fullscreen window, before mapping the window, here is a piece of code from allegro to get the idea, but I think it would

Re: [Xmame] xmess 0.105 does not build

2006-04-05 Thread Lawrence Gold
On Apr 5, 2006, at 2:32 PM, Julian Sikorski wrote: Here is the console output: xmess.obj/unix.x11/fileio.o: In function `init_errorlog': fileio.c:(.text+0x43): undefined reference to `options' collect2: ld returned 1 exit status make: *** [imgtool] Error 1 I have unix tree from mess cvs and

Re: [Xmame] Fedora Core 5 and xmame -fullscreen

2006-04-05 Thread Lawrence Gold
On Apr 5, 2006, at 3:00 PM, Hans de Goede wrote: Did you do both the: winattr.override_redirect = True; and add CWOverrideRedirect to the | list with flags of which settings are present in the windowattr struct? Otherwise dive into the SDL - code its easy to navigate, they do some