On Fri, 2005-09-30 at 18:53 -0500, Scott Wagner wrote: > Ok i have done a little research on these pool errors . It seems to > be a normal issue. but my app still does not run. I am going to try > yet another opt levels. I have tried -0s and none i am going to try > -3s now. anyway here is the error.
The problem is that SDL needs to run code before main() gets going on Mac OS X. You can fix this (in a hacked fashion) by adding: CFLAGS+= -Dmain=SDL_main somewhere in the Makefile after the other lines that set CFLAGS. Carl Fongheiser [EMAIL PROTECTED] _______________________________________________ Xmame mailing list [email protected] http://toybox.twisted.org.uk/mailman/listinfo/xmame
