>Hi all. I recently tried to compile X Mame for Mac OS X 10.2.2 Jaguar >and here's the error I get near the end of the compiling process: >src/cpu/tms9900/99xxstat.h:205: parse error before "asm" >src/cpu/tms9900/99xxstat.h:255: parse error before "asm" [snip] >Can someone tell me what file to edit, or how else to fix this? I >**WOULD** be using MacMAME but its not as current version-wise as XMAME >is.
I'm no expert in the art of compiletime errors but the "asm" part makes me think that MY_CPU in makefile.unix is defined incorrectly. The section is around line 220. Which one did you uncomment, or did you leave it as is? If so, you probably want to uncomment MY_CPU = risc and comment any MY_CPU = i386 lines. B _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
