From: craig duncan Date: 2004-09-30T07:26:03+09:00 Subject: Re: FXRuby help Jamis Buck wrote: > Having some troubles getting FXRuby to work for me. Any script that I > run that uses fxruby (including the examples in the FXRuby > distribution) will hang on the "require 'fox'" line. I thought all the examples used: require 'rubygems' require_gem 'fxruby' > Has anyone seen this before? I'm at a loss. :( > > I've tried both FOX 1.2.4 and 1.2.6. I'm using FXRuby 1.2.1. > > On a somewhat-related note: I can't seem to install FXRuby via the > gem, either -- it croaks with an error: > > make install > make: Nothing to be done for `install'. > ERROR: While executing gem ... (TypeError) > cannot convert String into Array This is the error i got when i tried installing via gem. So i built and installed from the tarball (FOX 1.2) and that worked fine for me. Except the require 'rubygems' method (which i just replace with require 'fox' to get it to work) gives me the following error. > Could not find RubyGem fxruby (> 0.0.0) > from /usr/local/lib/site_ruby/1.8/rubygems.rb:34:in `require_gem' > from dilbert.rb:4