Hello
I am having a similar problem.
Firstly I followed,
http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=58897&page=1I have started over several times but I keep getting this message while using the 'make' command after issuing ./endings as per the instructions referenced above.
Converting src/mame/layout/zac_2.lay...
Compiling src/mame/drivers/zac_2.c...
Converting src/mame/layout/zac_proto.lay...
Compiling src/mame/drivers/zac_proto.c...
Archiving obj/sdl64/mame/pinball.a...
Compiling src/mame/machine/nmk112.c...
Compiling src/mame/machine/pcshare.c...
Compiling src/mame/machine/segacrpt.c...
Compiling src/mame/machine/segacrp2.c...
Compiling src/mame/machine/ticket.c...
Compiling src/mame/video/avgdvg.c...
Compiling src/mame/audio/dcs.c...
Compiling src/mame/audio/decobsmt.c...
Compiling src/mame/audio/segam1audio.c...
Archiving obj/sdl64/mame/shared.a...
Objective-C compiling src/osd/sdl/SDLMain_tmpl.m...
src/osd/sdl/SDLMain_tmpl.m:228:24: error: incompatible pointer types sending
'SDLMain *' to parameter of type 'id<NSFileManagerDelegate>'
[-Werror,-Wincompatible-pointer-types]
[NSApp setDelegate:sdlMain];
^~~~~~~
1 error generated.
make: *** [obj/sdl64/osd/sdl/SDLMain_tmpl.o] Error 1
Is this error a concern? I can't test yet because I am only beginning to learn about using SDLMame and compiling it.
Should mention the following relevant software specs.
Mac OS X 10.10.1 - Mac was completely erased without a restore the day Yosemite was released. There is no baggage carried over from previous upgrades.
Xcode version 6.1
Command Line Tools Xcode 6.1 (6A10522d) - the only version installed.
Also, I have both SDL.framework and SDL2.framework installed in /Library/Frameworks/
* I will start over with only SDL.framework, moving SDL2.framework out. If this fixes it I will report back otherwise I don't see the point; instead I'll assume the compile is against SDL.framework. This will align me with
http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=58897&page=1 as strictly as possible.
Any advice would be appreciated. Thanks!