On 10/1/06, Mark Chandler <mark / chandlerm.com> wrote:

> I am running Ubuntu Dapper Drake.
>
> I'm trying to install FXRuby using Ruby Gems. I've installed the Fox
> Toolkit v1.4 and 1.2c using the package manager. Now the instructions
> (http://www.ubuntuforums.org/showthread.php?t=31532) say that I should
> open up irb and test out the results.
>
> The results I should get:
> "irb(main):001:0> require 'rubygems'
> => true
> irb(main):002:0> require_gem 'fxruby'
> => true
> irb(main):003:0> include Fox
> => Object"
>
> The results I get:
> "irb(main):001:0> require 'rubygems'
> => true
> irb(main):002:0> require_gem 'fxruby'
> => true
> irb(main):003:0> include Fox
> NameError: uninitialized constant Fox
>         from (irb):3

What do you get if you do:

    require 'rubygems'

followed by:

    require 'fox14'

-- Lyle