[Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread sobrien
Linking xmame.x11 ... Undefined first referenced symbol in file update_xil_window_size xmame.obj/unix.x11/osdepend.a(xinput.o) ld: fatal: Symbol referencing errors. No output written to xmame.x11 collect2: ld returned 1 exit status mak

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread XulChris
I would check xmame.obj/unix.x11/xil.o, it should be larger than 1K in size, try also running nm on that file and see if update_xil_window_size is being defined in that object library. On Tuesday 01 April 2003 03:26 pm, [EMAIL PROTECTED] wrote: > Linking xmame.x11 ... > Undefined

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread sobrien
There is no file names xil.0 in that directory. Thanks, Steve XulChris

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread sobrien
I found xil.o it was in xmame.obj/unix.x11/video-drivers/xil.o and nm on this file produced: xil.o: [Index] Value SizeType Bind Other Shndx Name [2] | 0| 0|SECT |LOCL |0|2 | [1] | 0| 0|FILE |LOCL |0|ABS|xil.c

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread XulChris
try removing the #ifdefs in src/unix/video-drivers/xil.c and recompile and see if that fixes the problem. On Tuesday 01 April 2003 04:37 pm, [EMAIL PROTECTED] wrote: > I found xil.o it was in xmame.obj/unix.x11/video-drivers/xil.o and nm on > this file produced: > > xil.o: > > [Index] Value

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread Lawrence Gold
On Tue, Apr 01, 2003 at 03:26:07PM -0800, [EMAIL PROTECTED] wrote: > Linking xmame.x11 ... > Undefined first referenced > symbol in file > update_xil_window_size xmame.obj/unix.x11/osdepend.a(xinput.o) > ld: fatal: Symbol referencing e

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-01 Thread Lawrence Gold
On Tue, Apr 01, 2003 at 03:26:07PM -0800, [EMAIL PROTECTED] wrote: > Linking xmame.x11 ... > Undefined first referenced > symbol in file > update_xil_window_size xmame.obj/unix.x11/osdepend.a(xinput.o) > ld: fatal: Symbol referencing e

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-02 Thread sobrien
(See attached file: Makefile) Lawrence Gold <[EMAI

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-02 Thread Lawrence Gold
On Wed, Apr 02, 2003 at 07:42:47AM -0800, [EMAIL PROTECTED] wrote: > > (See attached file: Makefile) Could you try uncommented the X11_XIL line, unless you've already tried that? Also, uncommenting the X11_MITSHM line shouldn't hurt things. ___ Xmam

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-02 Thread XulChris
Ah, I assumed X11_XIL was uncommented, this ofcourse HAS to be done if you want XIL compiled in On Wednesday 02 April 2003 08:34 am, Lawrence Gold wrote: > On Wed, Apr 02, 2003 at 07:42:47AM -0800, [EMAIL PROTECTED] wrote: > > (See attached file: Makefile) > > Could you try uncommented the X

Re: [Xmame] Compile errors with xmame-0.66.2 on Solaris 9

2003-04-03 Thread sobrien
same problem with either or both of those changes. Steve Lawrence Gold