Well I'm no xmame expert and I don't have the code in front of me but "asm" means that assembler instructions are being used. Those would of course be processor (386 likely) dependant. Check you makefile and make sure you don't have the 68k ASM flag set.
>-----Original Message----- >From: Gaspar H. Heller [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, December 04, 2002 2:48 PM >To: [EMAIL PROTECTED] >Subject: [Xmame] Compiling X Mame for Mac OS X > > >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" >src/cpu/tms9900/99xxstat.h:301: parse error before "asm" >src/cpu/tms9900/99xxstat.h:323: parse error before "asm" >src/cpu/tms9900/99xxstat.h:345: parse error before "asm" >src/cpu/tms9900/99xxstat.h:368: parse error before "asm" >In file included from src/cpu/tms9900/tms9980a.c:9: >src/cpu/tms9900/99xxcore.h: In function `h0200': >src/cpu/tms9900/99xxcore.h:3290: warning: implicit declaration of >function `setst_add_laeco' >In file included from src/cpu/tms9900/tms9980a.c:9: >src/cpu/tms9900/99xxcore.h: In function `h0400': >src/cpu/tms9900/99xxcore.h:3643: warning: implicit declaration of >function `setst_sub_laeco' >In file included from src/cpu/tms9900/tms9980a.c:9: >src/cpu/tms9900/99xxcore.h: In function `h4000b': >src/cpu/tms9900/99xxcore.h:4718: warning: implicit declaration of >function `setst_subbyte_laecop' >src/cpu/tms9900/99xxcore.h:4732: warning: implicit declaration of >function `setst_addbyte_laecop' >make: *** [xmame.obj/cpu/tms9900/tms9980a.o] Error 1 > >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. > >Thanks in advance. >G. Heller ><"Ai to segno Sailor Pretty Soldier Senshi, Sailor Moon!! Tsukini >Kawatte! Oshiyokio!!"> > >Above is Sailor Moon's infamous speech in Japanese. It literally >translates to: >" For Love and Justice, I'm the Sailor Suited Pretty Soldier, Sailor >Moon!! In place of the Moon, I shall punish you!" > > >_______________________________________________ >Xmame mailing list >[EMAIL PROTECTED] >http://toybox.twisted.org.uk/mailman/listinfo/xmame > _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
