SDL_Mixer

While building SDL_Mixer on MinGW I ran into this nice error…

Makefile:65: *** multiple target patterns. Stop.

Turns out the version of bash on my MinGW (3.1.0(1)-release) is screwed up. So the solution is to upgrade to at least bash, version 3.1.17(1)-release…

Which means…
*libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma
*libregex-1.20090805-2-msys-1.0.13-dll-1.tar.lzma
*bash-3.1.17-3-msys-1.0.13-bin.tar.lzma

Phew, wasn’t that fun?

Ok, maybe it was more of a pain in the middle of it, while I broke my msys install in the middle of it..

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.