I was following this tutorial:
http://mrdo.mameworld.info/compile.phpWhen I attempt to run "makemame" (as an admin on Windows 7 or 8 I have tried two machines now). I get the following error:
process_begin: CreateProcess(NULL, python src/build/file2str.py src/mame/layout/
ace.lay obj/windows64/mame/layout/ace.lh layout_ace, ...) failed.
make (e=2): The system cannot find the file specified.
makefile:984: recipe for target 'obj/windows64/mame/layout/ace.lh' failed
make: *** [obj/windows64/mame/layout/ace.lh] Error 2
make: *** Waiting for unfinished jobs....
Compiling src/mame/drivers/aleisttl.c...
When I look here I do find the file "ace.lh"
C:\mamesrc\src\mame\layout
Does anyone have any idea what am I missing or doing wrong? Given I've had the exact same results on two machines I'm sure it is something I am doing wrong or missing.
Thank you in advance for any help or resources you can point me to.