Open 0x90shell opened 1 year ago
Does the MAME core compile, or have the same issue?
Long overdue on this, but the mame core does compile without errors in Arch Linux. Still seeing the same errors for this, though.
I'd try downstream's version: https://github.com/libretro/same_cdi I don't think they changed anything in the makefile, but give it a go
Yea same issue which tracks back to Mame's OSD code. Libretro Mame will compile but the libretro cores for same_cdi on both repos won't. After diffing mame osdlib.h with this older version, there were 3 additional include statements found.
I found adding "#include \<cstsint>" allowed compile to finish but then unsurprisingly games wouldnt launch. I experimented with dropping in the updated files and folders from libretro mame but compile wouldn't complete with that trivial change.
I suspect I need to be more selective to get a working core after compilation and maybe edit makefile.
Very strange considering it's pretty much the same as the mame core with most of the devices stripped. I'll play with it and see if i get anywhere.
I'm having issues compiling this an Arch. I haven't done a deeper analysis at this point, but these are the errors I'm getting: