[fxruby-users] require_gem "fxruby"
lyle@knology.net
lyle at knology.net
Wed Feb 15 13:55:18 EST 2006
On Wed, 15 Feb 2006 19:52:12 +0100, Meinrad Recheis
<meinrad.recheis at gmail.com> wrote :
> i don't know. this is what i get on linux:
>
> henon at golem:~$ ruby -v
> ruby 1.8.3 (2005-06-23) [i486-linux]
> henon at golem:~$ gem list fxruby
>
> *** LOCAL GEMS ***
>
> fxruby (1.4.4, 1.4.3)
> FXRuby is the Ruby binding to the FOX GUI toolkit.
> henon at golem:~$ irb
> irb(main):001:0> require 'fox14'
> LoadError: no such file to load -- fox14
> from (irb):1:in `require'
> from (irb):1
> irb(main):002:0>
>
> seems to work for me on windows too.
I think that you probably don't have the RUBYOPT environment variable set to
automatically require the "rubygems" library. This is a RubyGems
installation issue that's discussed here:
http://docs.rubygems.org/read/chapter/3
See the section titled "Using RUBYOPT".
Hope this helps,
Lyle
More information about the fxruby-users
mailing list