How would I go about compiling an old mame (0194) for libretro?
I built Mame4Rage2 using gruntzilla’s src and mame 0194 on ubuntu.
It plays fine as a stand alone build but I would like to compile it for libretro for shaders, overlays, etc.
I used the guide below to build a previous version but it’s missing the Makefile.libretro and libretro folder that’s in the osd folder.
I tried placing those files into the mame 0194 folder but when I compile it, I receive this error:
/home/h/Downloads/mame4rage2_linux/scripts/genie.lua:1372: Unsupported value ‘retro’ for OSD stack traceback: [C]: in function ‘error’ /home/h/Downloads/mame4rage2_linux/scripts/genie.lua:1372: in main chunk [C]: in upvalue ‘builtin_dofile’ [string “premake = { }…”]:84: in function ‘dofile’ [string “_WORKING_DIR = os.getcwd()…”]:45: in function ‘_premake_main’ makefile:1243: recipe for target ‘build/projects/retro/mamearcade/gmake-linux/Makefile’ failed make[1]: *** [build/projects/retro/mamearcade/gmake-linux/Makefile] Error 1 make[1]: Leaving directory ‘/home/h/Downloads/mame4rage2_linux’ Makefile.libretro:175: recipe for target ‘build’ failed make: *** [build] Error 2
What do I need to get this compiling right? Any help is appreciated.