The last nightly build available is from November 2016. There were quite a few nice updates like VOG and FLAC to the master branch. Could we get an updated build? And if possible, could MT32 also be turned on? It already has the flag implemented in the make file, as far as I can see.
RobLoach tried to update the linux build but the core has an error (https://github.com/RobLoach/scummvm/pull/1). I tried to build the windows version using MingW and two tutorials (http://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW-w64#Download_and_install_the_necessary_packages, https://bot.libretro.com/docs/compilation/windows/) and it always gives me the error bellow:
backends/libbackends.a(windows.o):windows.cpp:(.text+0x29): undefined reference to __imp_midiOutShortMsg' backends/libbackends.a(windows.o):windows.cpp:(.text+0x40): undefined reference to
__imp_midiOutGetErrorTextA’
backends/libbackends.a(windows.o):windows.cpp:(.text+0xc3): undefined reference to __imp_midiOutOpen' backends/libbackends.a(windows.o):windows.cpp:(.text+0xef): undefined reference to
__imp_midiOutGetErrorTextA’
backends/libbackends.a(windows.o):windows.cpp:(.text+0x18c): undefined reference to __imp_midiOutUnprepareHeader' backends/libbackends.a(windows.o):windows.cpp:(.text+0x1fb): undefined reference to
__imp_midiOutPrepareHeader’
backends/libbackends.a(windows.o):windows.cpp:(.text+0x222): undefined reference to __imp_midiOutLongMsg' backends/libbackends.a(windows.o):windows.cpp:(.text+0x23d): undefined reference to
__imp_midiOutGetErrorTextA’
backends/libbackends.a(windows.o):windows.cpp:(.text+0x262): undefined reference to __imp_midiOutGetErrorTextA' backends/libbackends.a(windows.o):windows.cpp:(.text+0x2ba): undefined reference to
__imp_midiOutGetErrorTextA’
backends/libbackends.a(windows.o):windows.cpp:(.text+0x51f): undefined reference to __imp_midiOutGetNumDevs' backends/libbackends.a(windows.o):windows.cpp:(.text+0x5ae): undefined reference to
__imp_midiOutGetDevCapsA’
backends/libbackends.a(windows.o):windows.cpp:(.text+0xde2): undefined reference to __imp_midiOutUnprepareHeader' backends/libbackends.a(windows.o):windows.cpp:(.text+0xdef): undefined reference to
__imp_midiOutClose’
backends/libbackends.a(windows.o):windows.cpp:(.text+0xe1f): undefined reference to `__imp_midiOutGetErrorTextA’
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile.common:485: scummvm_libretro.dll] Error 1
Any help is appreciated. There are very nice new games on the 1.10 version of scummvm and mt32 is such a good feature to have.
Thanks a lot