Jump to content

Cannot compile MAME 0.253


MomoneDk

Recommended Posts

Hello

I have this error every time i try to compile mame 253, i have the same error with GCC 10.1, and even later GCC.

 

d:/mame253/scripts/genie.lua:555: Definition file for TARGET=mame SUBTARGET=arcade does not exist
stack traceback:
        [C]: in function 'error'
        d:/mame253/scripts/genie.lua:555: in main chunk
        [C]: in upvalue 'builtin_dofile'
        [string "premake = { }..."]:109: in function 'dofile'
        [string "_WORKING_DIR        = os.getcwd()..."]:46: in function '_premake_main'
make: *** [makefile:1102 : build/projects/windows/mamearcade/gmake-mingw64-gcc/Makefile] Erreur 1
make: *** Attente des tâches non terminées....

 

Thanks

Edited by MomoneDk
Partially found solution
Link to comment
Share on other sites

I've split this to a new thread as it was off-topic.

Now, quoting myself:

Quote

In MAME, the files arcade.flt and mess.flt were deleted, however you can create your own and it will work as before. The only difference is that you need to maintain them yourself instead of being done by the developers.

This means you will get the error: Definition file for TARGET=mame SUBTARGET=arcade does not exist

So, you need to create your own copy of arcade.flt, and maintain it. If you want, you can copy the file from the source of ARCADE64 (included in the main download).

Link to comment
Share on other sites

  • Robert changed the title to Cannot compile MAME 0.253

Hello

Thank you for your answers, i took the arcade file from Arcade64 sources and the compilation worked !!!

So if i want all the games and if i understand well, i need to remove all the "//" in the arcade.flt file.

 

@pmc2 , yes, it was a possibility in the cas i didn't compile.

 

Thanks

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...