Looks like the new psx analog stuff isn't compiling right:
Quote
src/mess/machine/psxanalog.c: In member function �UINT8 psx_analog_controller_device::pad_data(int, bool)�: src/mess/machine/psxanalog.c:46:9: error: �data� may be used uninitialized in this function [-Werror=uninitialized] At global scope: cc1plus: error: unrecognized command line option "-Wno-narrowing" [-Werror] cc1plus: all warnings being treated as errors make: *** [obj/sdl64/mess/machine/psxanalog.o] Error 1 make: *** Waiting for unfinished jobs....
(edit: trying to compile with make TARGET=mess -j4 PTR64=1 after a make clean on Ubuntu 12.10)