ZDoom / ZMusic

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

Build failure at Windows 10 MinGW 13 compiler. #59

Closed DeadlyPresence closed 1 month ago

DeadlyPresence commented 5 months 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 5 months 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 4 months ago

Here's log. log.txt