Matthias Saou wrote:
Hi,I just tried to recompile a current CVS checkout on Fedora Core 4 i386 and got this error : [...] mkdir -p xmame.obj/vidhrdw Compiling src/machine/segacrpt.c ... In file included from src/driver.h:57, from src/machine/segacrpt.c:171: src/mamecore.h:55: error: conflicting types for 'PAIR' src/unix/osd_cpu.h:99: error: previous declaration of 'PAIR' was here make: *** [xmame.obj/machine/segacrpt.o] Error 1
Just remove the typedef PAIR from src/unix/osd_cpu.h or enclose it in #ifndef __MAMECORE_H__
You'll also have to change some XXXXX_H to __XXXXX_H__ in sysdep_display.h since they changed in the core.
Cheers, Mathis
Matthias
_______________________________________________ Xmame mailing list [email protected] http://toybox.twisted.org.uk/mailman/listinfo/xmame
