Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: EndTwist on August 18, 2003, 10:21:11 pm

Title: MAME compile problems
Post by: EndTwist on August 18, 2003, 10:21:11 pm
Agggh!

I can't seem to compile mame 0.67 with the CocktailMAME patch. I'm using MinGW and I get this error:

Compiling src/version.c...
cc1.exe: unknown C standard `gnu99'
make: *** [obj/mame/version.o] Error 1


Whats going on? I need this to compile!
Title: Re:MAME compile problems
Post by: TalkingOctopus on August 19, 2003, 12:08:31 am
Make sure you following the official directions precisely.  

http://www.mame.net/compilewin.html (http://www.mame.net/compilewin.html)

I think compiling in the proper directory (c:\mingw\mame\) should fix your problem.
Title: Re:MAME compile problems
Post by: EndTwist on August 19, 2003, 07:52:58 am
[edit] nevermid I got it!