gates of bill:
I JUST downloaded everything today and compiled on Winxp Pro, and it worked
Just go to
http://www.mame.net/downmain.htmlDownload MinGW-2.0.0-3.exe, install to default (c:\mingw)
Download mingw-over.zip, extract into c:\mingw (MAKE SURE you're using folder names in your unzip program)
Download gcc-3.2.2-20030208-1.tar.gz and unzip it in c:\mingw
Download dx70_mgw.zip and unzip it in c:\mingw
Download mame078s.zip and put it wherever, I put it in c:\mingw\mame.
What I did then, is went to a command prompt, went to c:\mingw\mame,
Created compile.bat with:
SET PATH=C:\mingw\bin;%PATH%
make
Saved it, ran compile.bat, and had NO problems.
That should work, step by step.
--NipsMG