Build errors
Brought to you by:
rombust
To get Super Methan Brothers 1.5.0 to successfully build on Debian, I had to add #include <stdio.h> to sources/game.cpp, for sprintf().
(I also had to add -ldl and -lpthread to METHANE_LIBS in the Makefile, but I'm suspecting there's something fishy about my ClanLib installation, because I had to add -ldl when building the ClanLib examples too.)