[fxruby-users] Problem using foxGUIb
Alan Lake
alan.lake at lakeinfoworks.com
Tue Feb 20 12:24:10 EST 2007
Have you installed the Fox Gui itself? Yes
Are you able to run any of the examples in the examples directory of the fox gem? I just tried hello.rb, figuring that if that wouldn't run, then nothing else would.
/usr/lib64/ruby/gems/1.8/gems/fxruby-1.6.6/examples/hello.rb:3:in
`require': no such file to load -- fox16 (LoadError)
from /usr/lib64/ruby/gems/1.8/gems/fxruby-1.6.6/examples/hello.rb:3
However, I have
/usr/lib64/ruby/gems/1.8/gems/fxruby-1.6.6/lib/fox16
/usr/lib64/ruby/gems/1.8/gems/fxruby-1.6.6/ext/fox16
I also have a syntax problem with my .bash_profile export of RUBYOPT. I
wish to set both "w" and "rubygems". I seem to be able to set either,
but not both. Can you give me the correct syntax, please?
Ernest Ellingson wrote:
> Alan Lake wrote:
>
>> I, too, installed fxruby as a gem on a 64-bit machine running Fedora
>> Core 6. I have not yet been able to run Fox with Ruby and get the same
>> error message. Following Ernie's lead, I modified foxGUIb.rb, adding
>> require "rubygems"
>> just before
>> require "version"
>> It appears that I crashing on the first code in this file
>> begin
>> require FOXGUIB_LIBRARY
>> rescue LoadError
>> puts "please install libGUIb!!"
>> puts $!
>> exit
>> end
>> I don't know enough about this code to know what FOXGUIB_LIBRARY
>> contains, or what it's supposed to contain, but I do know that I have a
>> successful install of the library.
>>
>> Can someone advise me of the next step in resolving this problem? Thanks.
>>
>> Ernest Ellingson wrote:
>>
>>
>>> Meinrad Recheis wrote:
>>>
>>>
>>>
>>>> On 2/19/07, Ernest Ellingson <erne at powernav.com> wrote:
>>>>
>>>>
>>>>
>>>>
>>>>> I'm at a definite loss here. I downloaded foxGUIb v0.7. I unzipped the
>>>>> files. (Windows XP pro)
>>>>> I ran ruby install.rb in the libGUIb directory.
>>>>> I switched to the foxGUIb directory
>>>>> I tried running foxGUIb_win32.rbw
>>>>> Nothing happened.
>>>>>
>>>>> I tried running ruby foxGUIb.rb
>>>>> I get the following error.
>>>>>
>>>>>
>>>>> please install libGUIb!!
>>>>> no such file to load -- fox16
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>> all i can say is that libGUIb16.rb is there, gets called and fails in
>>>> its very first line trying to require fox16. i got no clue about what
>>>> is going wrong...
>>>>
>>>> what happens when you do
>>>>
>>>> require "fox16"
>>>>
>>>> in irb?
>>>> what exception stacktrace do you get when you launch libGUIb16.rb directly?
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> Here is the text in the installed files
>>>>> C:/ruby/lib/ruby/site_ruby/1.8//libGUIb14.rb
>>>>> C:/ruby/lib/ruby/site_ruby/1.8//libGUIb16.rb
>>>>>
>>>>> I have other fox gui's that run fine with require 'fox16'
>>>>>
>>>>> Anyone have a clue as to what has gone wrong?
>>>>>
>>>>> Ernie
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>> _______________________________________________
>>>> fxruby-users mailing list
>>>> fxruby-users at rubyforge.org
>>>> http://rubyforge.org/mailman/listinfo/fxruby-users
>>>>
>>>>
>>>>
>>>>
>>> Thanks for the response. I figured out what was going wrong and just
>>> now have
>>> it working. My fxruby was installed as a gem. When I upgraded Ruby to
>>> 1.8.5
>>> windows one click installer, It failed to set the Environmental Variable
>>> RUBYOPT.
>>> with out that environmental variable, you have to require 'rubygems'. I
>>> haven't tried the
>>> foxGUI in Linux yet. However, I know fxruby was installed there as a
>>> gem as well. So
>>> the foxGUI.rb script will have to have a require 'rubygems" in it in
>>> order for it to function
>>> correctly.
>>> I like the gui though. It's very handy. I'm giving a presentation
>>> on fxruby to the Atlanta
>>> Ruby user's group in March. I will be using the gui to explain how the
>>> layout manager works.
>>> It's also nice to have all the events available for a widget as well.
>>> Very nice job.
>>>
>>> Ernie
>>> _______________________________________________
>>> fxruby-users mailing list
>>> fxruby-users at rubyforge.org
>>> http://rubyforge.org/mailman/listinfo/fxruby-users
>>>
>>>
>>>
>>>
>> _______________________________________________
>> fxruby-users mailing list
>> fxruby-users at rubyforge.org
>> http://rubyforge.org/mailman/listinfo/fxruby-users
>>
>>
> Have you installed the Fox Gui itself? Are you able to run any of the
> examples in the
> examples directory of the fox gem?
>
> Ernie
> _______________________________________________
> fxruby-users mailing list
> fxruby-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/fxruby-users
>
>
More information about the fxruby-users
mailing list