Well that compiled okay. It works now but only with JIT off, which is a little sluggish.
I still have to use Hi Torro to build a config file, the UI in PUAE only allows you to select the config file and run using it.
I get this funky error.
And detects my X11 etc. (running with fink)
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I/Library/Frameworks/SDL.framework/Headers -D_REENTRANT -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAMAX -DGAYLE -DNCR -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND -I../../src/include -I../../src -I../../src -m32 -MT cocoaui.o -MD -MP -MF ".deps/cocoaui.Tpo" -c -o cocoaui.o cocoaui.m; \
then mv -f ".deps/cocoaui.Tpo" ".deps/cocoaui.Po"; else rm -f ".deps/cocoaui.Tpo"; exit 1; fi
In file included from cocoaui.m:17:
../../src/include/options.h:502: warning: 'struct zfile' declared inside parameter list
../../src/include/options.h:502: warning: its scope is only this definition or declaration, which is probably not what you want
cocoaui.m:63: error: parse error before 'NSUInteger'
cocoaui.m:64: fatal error: method definition not in @implementation context
compilation terminated.
make[3]: *** [cocoaui.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1