Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-22 Thread Lawrence Gold
On Jul 22, 2004, at 2:30 PM, Guillaume Bedot wrote: No, please, i thank you :) All compiles great now ! Some other plf users/members do have nvidia cards, i'll try to know if my packages compile and work for them. If you run into problems, there's one change that patch didn't have: In src/unix/vid

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-22 Thread Guillaume Bedot
On mer, 2004-07-21 at 11:37 -0600, Lawrence Gold wrote: > On Jul 18, 2004, at 12:57 PM, Matthias Saou wrote: > > > Aha, that fixed it indeed... strange :-) > > Now, I've got another problem with xgl, with mess : > > > > [...] > > [OSEPEND] Compiling src/unix/frameskip-drivers/dos.c ... > > [OSEPEN

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-22 Thread Matthias Saou
Lawrence Gold wrote : > > Linking messtest... > > xmess.obj/mame.o(.text+0x13f5): In function `update_video_and_audio': > > src/mame.c:1274: undefined reference to `vector_dirty_list' > > This is just a problem with messtest; your xmess.xgl build should be > fine. > > The attached patch should

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-21 Thread Lawrence Gold
On Jul 18, 2004, at 12:57 PM, Matthias Saou wrote: Aha, that fixed it indeed... strange :-) Now, I've got another problem with xgl, with mess : [...] [OSEPEND] Compiling src/unix/frameskip-drivers/dos.c ... [OSEPEND] Compiling src/unix/frameskip-drivers/barath.c ... Compiling src/vidhrdw/vector.c .

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-20 Thread Lawrence Gold
On Jul 20, 2004, at 7:00 AM, Guillaume Bedot wrote: Hello ! I have the same problem as Matthias, and would like to update my rpms : should i disable xmess.xgl build or is there an easy solution to this ? I haven't had a chance to look at it in detail yet, but I suspect it's a problem with the core

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-20 Thread Guillaume Bedot
Hello ! I have the same problem as Matthias, and would like to update my rpms : should i disable xmess.xgl build or is there an easy solution to this ? Thanks, Guillaume. On dim, 2004-07-18 at 20:57 +0200, Matthias Saou wrote: > Lawrence Gold wrote : > > > I ran into similar problems with un

Re: [Xmame] xmame/xmess-0.84.1

2004-07-19 Thread Eric Deveaud
On Mon, 19 Jul 2004, Lawrence Gold wrote: > > as Christian Groessler posted earlier, could you add the -mlongcall to > > the PPC specific CFLAGS and --relax to the PPC LD flags (path to > > the Makefile attached) > > Will do. tahnk's Eric -- DV: Depuis que j'ai enregistré MacSoup, il a

Re: [Xmame] xmame/xmess-0.84.1

2004-07-19 Thread Lawrence Gold
On Jul 19, 2004, at 7:22 AM, Eric Deveaud wrote: yes it does not complaints anymore about the PPC redeefinition. but it stills fail at linking stage. as Christian Groessler posted earlier, could you add the -mlongcall to the PPC specific CFLAGS and --relax to the PPC LD flags (path to the Makefile

Re: [Xmame] xmame/xmess-0.84.1

2004-07-19 Thread Eric Deveaud
On Sat, 17 Jul 2004, Lawrence Gold wrote: > xmame/xmess-0.84.1 is now available. You can grab a patch or the full > sources from the usual places: > - Builds on LinuxPPC should no longer give warnings about "PPC" being >redefined. yes it does not complaints anymore about the PPC redeefiniti

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-18 Thread Matthias Saou
Lawrence Gold wrote : > I ran into similar problems with unix.mak. The culprit is the > double-quote preceded by a backslash. If you change > > GLCFLAGS+=-DGLXLIB_NAME='\"libglut.so\"' > > to > > GLCFLAGS+=-DGLXLIB_NAME='"libglut.so"' > > it should fix it. I'm not sure what I d

Re: xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-17 Thread Lawrence Gold
Matthias Saou wrote: + /usr/bin/make DISPLAY_METHOD=xgl TARGET=mame mkdir -p xmame.obj/unix.xgl mkdir -p xmame.obj/unix.xgl/frameskip-drivers mkdir -p xmame.obj/unix.xgl/joystick-drivers mkdir -p xmame.obj/unix.xgl/sysdep mkdir -p xmame.obj/unix.xgl/sysdep/dsp-drivers mkdir -p xmame.obj/unix.xgl/sy

xgl target build problem (was Re: [Xmame] xmame/xmess-0.84.1)

2004-07-17 Thread Matthias Saou
Lawrence Gold wrote : > xmame/xmess-0.84.1 is now available. Is the xgl target broken? I get this when trying to recompile my packages. + /usr/bin/make DISPLAY_METHOD=xgl TARGET=mame mkdir -p xmame.obj/unix.xgl mkdir -p xmame.obj/unix.xgl/frameskip-drivers mkdir -p xmame.obj/unix.xgl/joystick-dr

[Xmame] xmame/xmess-0.84.1

2004-07-17 Thread Lawrence Gold
xmame/xmess-0.84.1 is now available. You can grab a patch or the full sources from the usual places: http://x.mame.net/download/0.83.1-0.84.1.diff.bz2 http://x.mame.net/download/xmame-0.84.1.tar.bz2 Changes since 0.83.1: - Everything from MAME 0.84 (http://x.mame.net/changes-mame.html) and MES