jlabyheck Posted May 21, 2015 Posted May 21, 2015 (edited) Having an issue compiling messui, hoping for some advice Thanks.I am unable to create the ui version, get this error:C:/buildtools/src/mess/scripts/genie.lua:1087: Unsupported value 'messui' for OSDstack traceback: [C]: in function 'error' C:/buildtools/src/mess/scripts/genie.lua:1087: in main chunk [C]: in upvalue 'builtin_dofile' [string "premake = { }..."]:67: in function 'dofile' [string "_WORKING_DIR = os.getcwd()..."]:41: in function '_premake_main'makefile:665: recipe for target 'build/projects/messui/mess/gmake-mingw64-gcc/Makefile' failedmake: *** [build/projects/messui/mess/gmake-mingw64-gcc/Makefile] Error 1 My make command:make -j7 TOOLS=1 TARGET=mess OSD=messui PTR64=1 I am using:windows 7 pro 64bitmame .161 sourcemessui .161 source My MESS batch script:assoc .py=Python.Fileftype Python.File=C:\buildtools\src\buildtools\vendor\python\python.exeset PATH=C:\buildtools\vendor\mingw64\bin;C:\buildtools\vendor\mingw64\opt\binmake -j7 TOOLS=1 TARGET=mess OSD=messui PTR64=1 I can compile MESS fine by removing OSD=messui and I start fresh [wipe then re-create] for each and every build/build attempt. Edited May 21, 2015 by jlabyheck
Robert Posted May 21, 2015 Posted May 21, 2015 Hi there Seems I forgot to include the new files from the scripts folder in the source package. I've since changed them, but *should* still work. See attached. Put into scripts\src\osd folder scripts_osd.zip Let me know how you go.
jlabyheck Posted May 22, 2015 Author Posted May 22, 2015 Thanks Robert your post with attached file , allowed all to compile perfectly. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now