Fixing a gem with a broken C extension (ruby-opengl)
This post describes how to fix the nasty predicament that occurs when you try to install a gem that compiles a C extension, and the compilation fails. In particular, I describe how to fix the ruby-opengl gem which currently fails to install with Ruby 1.9.2.
Post a comment