Well, if Gosu doesn't include the take screenshots feature already, it'd be nice to get it in a new version. Then the scripter would decide what he could do with it like using the screenshot as a window background image or creating a photo album or so.
Since I am way behind the features that have been asked for right now, feature requests work better if you already have the actual game depending on them. If so, let me know and please use the workarounds from this thread in the meantime: http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?pid=189
I got this error message after I tried to install devil gem
/usr/bin/ruby1.9.1 extconf.rb checking for main() in -lIL... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
Seems you need to have libIL first. Maybe the DevIL gem should print a list of packages to install in extconf.rb too, I think it worked well for Gosu. :)