I'm having trouble compiling the latest source.
Using the commandline:
Code
make -j5 TARGET=mess NOWERROR=1 PTR64=1 USE_NETWORK=1 sse4=1

Gives the following:

Code
/usr/bin/sh: objwindows64buildmakelist.exe: command not found
makefile:966: recipe for target 'obj/windows64/mess/mess/drivlist.c' failed
make: *** [obj/windows64/mess/mess/drivlist.c] Error 127
make: *** Waiting for unfinished jobs....

Why is it referencing the Linux bash shell?

If I try to continue, this happens:

Code
Linking mess64.exe...
obj/windows64/libemu.a(clifront.o):clifront.c:(.rdata$.refptr._ZN11driver_list14
s_driver_countE[.refptr._ZN11driver_list14s_driver_countE]+0x0): undefined refer
ence to `driver_list::s_driver_count'
obj/windows64/libemu.a(clifront.o):clifront.c:(.rdata$.refptr._ZN11driver_list16
s_drivers_sortedE[.refptr._ZN11driver_list16s_drivers_sortedE]+0x0): undefined r
eference to `driver_list::s_drivers_sorted'
C:/mingw/mingw64-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.1/../../../../x86_64-
w64-mingw32/bin/ld.exe: obj/windows64/libemu.a(clifront.o): bad reloc address 0x
0 in section `.rdata$.refptr._ZN11driver_list16s_drivers_sortedE[.refptr._ZN11dr
iver_list16s_drivers_sortedE]'
collect2.exe: error: ld returned 1 exit status
makefile:897: recipe for target 'mess64.exe' failed
make: *** [mess64.exe] Error 1

Any ideas?