On 5/22/05, Jim Weirich <jim / weirichhouse.org> wrote: > On Sunday 22 May 2005 11:01 pm, Bill Guindon wrote: > > On 5/22/05, Greg Brown <greg7224 / gmail.com> wrote: > > > You do not need termios for Windows, so you might try: > > > gem install highline --ignore-dependencies > > > > tried that, got this... > > > > C:/Work/active/shell/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:194:in > > `report_activate_error': Could not find RubyGem termios (>= 0.9.4) > > (Gem::LoadError) > > > > > HTH > > Hmmm ... I get: > > $ sudo gem install highline --ignore-dependencies > Attempting local installation of 'highline' > Local gem file not found: highline*.gem > Attempting remote installation of 'highline' > Successfully installed highline-0.6.0 > Installing RDoc documentation for highline-0.6.0... > > I'll try on windows tomorrow at work. (BTW, what version of RubyGems are you > running?) Should clarify a bit... the install itself went smooth, got the error when I did the requires: require 'rubygems' require_gem 'highline' gem -v returns: 0.8.10 > -- > -- Jim Weirich jim / weirichhouse.org http://onestepback.org > ----------------------------------------------------------------- > "Beware of bugs in the above code; I have only proved it correct, > not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas) > > -- Bill Guindon (aka aGorilla)