Having some issues compiling latest with the commandline:
Code
make -j9 PTR64=1 NOWERROR=1 USE_NETWORK=1 sse4=1 TOOLS=1

Code
Compiling src/mame/drivers/mephisto.cpp...

../../../../../src/mame/drivers/mephisto.cpp:70:29: fatal error: includes/mboard.h: No such file or directory
compilation terminatArchiving libhartung.a...e
d.
hegener.make:284: recipe for target '../../../../mingw-gcc/obj/x64/Release/src/mame/drivers/mephisto.o' failed
Compiling src/mame/drivers/h89.cpp...
make[2]: *** [../../../../mingw-gcc/obj/x64/Release/src/mame/drivers/mephisto.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Code
Makefile:577: recipe for target 'hegener' failed
make[1]: *** [hegener] Error 2
make[1]: *** Waiting for unfinished jobs....

Near the bottom:
Code
Archiving liboptional.a...
makefile:851: recipe for target 'windows_x64' failed
make: *** [windows_x64] Error 2

Any ideas?