Search code examples
rubyrubygemsrvmunicorn

Unicorn / KGIO fails to install on Mountain Lion w/ ruby 1.9.3


The main error message is:

checking size of struct RFile in ruby.h,ruby/io.h... *** extconf.rb failed ***

kgio successfully installs on ruby 1.9.1, using RVM, but fails on ruby 1.9.3. I'm on Mountain Lion with Xcode + Command Line Tools installed.

Any ideas?


Solution

  • This is probably this bug in RVM: Issue #1157