Actually -- managed to uninstall sdl 2.0.6 and install sdl 2.0.6, taking a stab at the other packages (which depend on sdl2) following the same strategy
Incidentally, if you have a suggestion on how to install sdl 2.0.5 on MAC OS, I spent about one hour trying to figure out how to do it using homebrew and it does not look easy, now that they have discontinued old version support. Maybe I should just forget about using homebrew..
And... it worked!
Thank you for following up, you did save me a lot of time sorting out library versions.
Actually -- managed to uninstall sdl 2.0.6 and install sdl 2.0.6, taking a stab at the other packages (which depend on sdl2) following the same strategy
brew uninstall sdl2_ttf --force
brew uninstall sdl2_mixer --force
brew uninstall sdl2_image --force
brew uninstall sdl2 --force
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f028fb4ac27b8b8...
brew pin sdl2
[https://stackoverflow.com/questions/3987683/homebrew-install-specific-ve... -- using http://braumeister.org by sealocal]
Thanks, and eager to try it.
Incidentally, if you have a suggestion on how to install sdl 2.0.5 on MAC OS, I spent about one hour trying to figure out how to do it using homebrew and it does not look easy, now that they have discontinued old version support. Maybe I should just forget about using homebrew..