Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread TheP|nkPanthe|2
On Fri, 2003-03-28 at 11:29, Frank Cox wrote: > What changes have you made to the generic makefile that is distributed > with xmame? I didn't, I went through it and everything seemed sufficiant for my setup. > On Fri, 28 Mar 2003 11:16:37 -0600 > TheP|nkPanthe|2 <[EMAIL PROTECTED]> wrote: > > >

Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread TheP|nkPanthe|2
Thanks for the suggestion, but it didn't help, everything went the same way. On Fri, 2003-03-28 at 12:25, XulChris wrote: > Try commenting out the line > > CFLAGS += -DNDEBUG > > in your makefile.unix and see if that fixes the problem for you. > > On Friday 28 March 2003 09:16 am, TheP|nkPanthe

Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread XulChris
This has got to be some slackware/glibc 2.3.1 bug because Im running glibc 2.3.1 on redhat 9beta and it compiles just fine. assert is part of glibc isn't it?? You could just remove all references to assert in input.c as a work-around. Try running nm on your libc files and see if assert is def

Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread TheP|nkPanthe|2
It seems my libc may be b0rked, I've been having a lot of strange problems since I upgraded some stuff a while back (can't remember all of it, but it included glibc and qt (and been having mad qt problems as well)). [EMAIL PROTECTED]:~/xmame-0.66.2$ nm libc-2.3.1.so | grep assert nm: libc-2.3.1.so

Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread XulChris
no it looks fine, /lib doesnt need to be in ld.so.conf because /lib is the default path. Just to double check, after you modified the makefile and commented out CFLAGS += -DNDEBUG, did you make sure to recompile input.c, or did you just try relinking? On Saturday 29 March 2003 11:37 am, TheP

Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread TheP|nkPanthe|2
On Sat, 2003-03-29 at 13:41, XulChris wrote: > no it looks fine, /lib doesnt need to be in ld.so.conf because /lib is the > default path. Just to double check, after you modified the makefile and > commented out CFLAGS += -DNDEBUG, did you make sure to recompile input.c, or > did you just try

Re: [Xmame] Xmame doesn't work.

2003-03-29 Thread XulChris
rm xmame.obj/input.o, or touch src/input.c would be been quicker than make clean. Anyway, this error is beyond my abilty to understand at this point, my best guess is that its a slackware problem and will probably be fixed in the next release. You can still edit src/input.c and remove all the