I'm about to install FXRuby on Suse for the first time, but I seem to remember that you don't need to install Fox. I remember Lyle saying that FXRuby came with Fox. Maybe that was just for Windows though. If you can wait until the weekend, I should have had a chance to get my FXRuby working by then... -Rich On Thu, 30 Sep 2004 07:38:51 +0900, Jamis Buck <jgb3 / email.byu.edu> wrote: > craig duncan wrote: > > 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' > > They do. I changed it to just 'require "fox"' (since the gem install > would not work for me). > > (Incidentally, the examples would do well to just say 'require "fox"', > instead of the explicit rubygems dependency...) > > > > - Jamis > > -- > Jamis Buck > jgb3 / email.byu.edu > http://www.jamisbuck.org/jamis > >