2

I'm attempting to install the termios gem on OS X 10.7 with ruby 1.9.3-p194. It used to install fine, but now, even when i try to install it in 1.9.3-p125, i get the same errors:

https://gist.github.com/83a4ff80fa882dcd6937

Any help would be greatly appreciated.

paradox460
  • 174
  • 1
  • 11

1 Answers1

3

Use gem install ruby-termios http://rubygems.org/gems/ruby-termios

BlakeWilliams
  • 940
  • 12
  • 20
  • Thanks for the quick response. This problem has been bothering me for a few days now, and #ruby, reddit, and lots of googling couldn't help. – paradox460 Jun 11 '12 at 19:12