ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
60 stars 32 forks source link

Build failure at Windows 10 MinGW 13 compiler. #59

Open DeadlyPresence opened 4 weeks ago

DeadlyPresence commented 4 weeks ago

Hello. I have a few troubles with building at mentioned system.

source/musicformats/win32/i_cd.cpp 137: L"ZMusic CD Player" ->"ZMusic CD Player"; 232: (LPCWSTR)MCI_DEVTYPE_CD_AUDIO -> (LPCSTR)MCI_DEVTYPE_CD_AUDIO; 239: ident -> (LPCSTR)ident; 377: ident -> (LPSTR)ident;

source/mididevices/music_win_mididevice.cpp +43: #include

coelckers commented 3 weeks ago

Please post a complete error message. This fragment is rather useless. Also please note that MinGW is not an officially supported compiler as its Windows headers are of rather poor quality.

DeadlyPresence commented 3 weeks ago

Here's log. log.txt