Hey Eric,

It seems that somehow, installing one gem end trying to install other:

gem install echoe...

actually tries to install termios (which builds its extension and fails).

And termios isn't part of echoe dependencies:

  s.add_dependency(%q<rake>, ["> 0.0.0"])
  s.add_dependency(%q<rubyforge>, [">= 0.4.3"])
  s.add_dependency(%q<highline>, ["> 0.0.0"])

So something is broken here... or I just scr**ed my installation :-P

-- 
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to