i'm having a go at compiling mame for the first time ever, using headkaze's mame compiler 64,
i followed the instructions, making the required folders, got the source for mame 0140, the hi-score patch for mame 0140 as a text file, renamed to a .diff file as instructed, applied the patch, set it to compile for a pentium 4 (+sse3), only box ticked was 'clean compile' and hit go (using XP 32 bit with sp3 installed)
39 minutes later is messes up with the following error:
src/osd/windows/video.c: In function 'void osd_update_hi(running_machine*, int)':
src/osd/windows/video.c:264: error: redefinition of 'void osd_update_hi(running_machine*, int)'
Finished!
0 Hours 39 Minutes and 25 Seconds Elapsed.
src/osd/windows/video.c:240: error: 'void osd_update_hi(running_machine*, int)' previously defined here
src/osd/windows/video.c: In function 'void osd_update_hi(running_machine*, int)':
src/osd/windows/video.c:288: error: redefinition of 'void osd_update_hi(running_machine*, int)'
src/osd/windows/video.c:240: error: 'void osd_update_hi(running_machine*, int)' previously defined here
src/osd/windows/video.c: In function 'void osd_update_hi(running_machine*, int)':
src/osd/windows/video.c:312: error: redefinition of 'void osd_update_hi(running_machine*, int)'
src/osd/windows/video.c:240: error: 'void osd_update_hi(running_machine*, int)' previously defined here
src/osd/windows/video.c: In function 'void osd_update_hi(running_machine*, int)':
src/osd/windows/video.c:336: error: redefinition of 'void osd_update_hi(running_machine*, int)'
src/osd/windows/video.c:240: error: 'void osd_update_hi(running_machine*, int)' previously defined here
src/osd/windows/video.c: In function 'void osd_update_hi(running_machine*, int)':
src/osd/windows/video.c:360: error: redefinition of 'void osd_update_hi(running_machine*, int)'
src/osd/windows/video.c:240: error: 'void osd_update_hi(running_machine*, int)' previously defined here
make: *** [obj/windows/mame/osd/windows/video.o] Error 1
Any ideas what has gone wrong? is the _hi bit refering to the hi-score patch, but i see video mentioned.
i'm really out of my depth here, i've tried compiling it twice, and got the same error.
any pointers gratefully recieved.