I have some problems using FXRuby on my Computer (using Ubuntu Linux, with Ruby v1.8.2 and RubyGems v0.8.10).
I installed the Fox Toolkit (v1.2.16) and the latest FXRuby-gem (v1.2.6). The installation worked withouth any errors (*), but I cannot use FXRuby in my scripts.
Here's what happens when I start irb:
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
As you can see, the include (and therefore everything else using FXRuby) does not work. Does anybody have a suggestion on which error I am making?
Unfortunately, I did not find any information about this problem in the newsgroup or the net. I only found one thread which said that FXRuby version 1.2 was not stable enough for being used, yet -- but I suppose it is by now? (Since I did not find any information on the homepage that the users should stick to version 1.0.)
Thanks a lot in advance!
I would be grateful for any help I can get
Redge
···
---------
(*) Although during the installation of the gem, I got hundreds of warnings of the kind
warning: `void free_FXTreeListBox(FX::FXTreeListBox*)'
defined but not used
and so on - but nothing critical, as far as I could see.