Krishean Draconis

Results 15 comments of Krishean Draconis

I also got the SDL Error about freepats.cfg missing, installing timidity and freepats made it go away. On Ubuntu/Xubuntu/etc: `sudo apt-get install timidity freepats`

MIDI music is working for me on both Xubuntu 18.04 and Xubuntu 20.04.

I was getting this same error with the default test database ( https://github.com/mdbtools/mdbtestdata/blob/master/data/nwind.mdb ) and the default test queries ( https://github.com/mdbtools/mdbtestdata/blob/master/sql/nwind.sql ) with PHP 8 and the 0.9.3 version of...

MinGW64 seems to build fine, but MinGW32 throws some wild new errors: ``` cc -c -O2 -Werror -IC:/msys64/mingw32/include/SDL2 -Dmain=SDL_main -DSYSTEM_VOLUME_MIXER_AVAILABLE=0 third_party/opus-1.3.1-stripped/opus_decoder_amalgam.c -o third_party/opus-1.3.1-stripped/opus_decoder_amalgam.o In file included from third_party/opus-1.3.1-stripped/opus_decoder_amalgam.c:24: third_party/opus-1.3.1-stripped/x86/pitch_sse.c: In...

When I cross compile on Linux with MinGW it does not link in libwinpthread-1.dll, it seems to only do that when using MSYS2. I'm not sure why, since as far...

After much fighting with MSYS2 and all manner of CFLAGS/LDFLAGS I haven't been able to prevent it from linking libwinpthread-1.dll, or statically link it into the exe without breaking linking...

I think I got it, but it's ugly and I don't particularly like it. Adding the following inbetween the line beginning with `LDFLAGS:=...` and the line beginning with `.PHONY: ...`...

MinGW32 still throws all those "inlining failed" errors that I posted earlier when attempting to compile opus_decoder_amalgam.c, I got around it by linking to the libs provided by mingw-w64-i686-opus and...

You're using "MSYS2 MSYS" with the purpleish icon instead of "MSYS2 MinGW 32-bit" with the gray icon or "MSYS2 MinGW 64-bit" with the blue icon?

You tried adding those 4 lines I posted earlier into the Makefile and it still requires winpthread?