[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Problem with fxruby

Mariusz Pietrzyk

5/13/2007 6:37:00 PM

Hi
When I require fox16 i get lots of warnings like

/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_SHOW_FILES
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_HIDE_FILES
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_TOGGLE_FILES
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_SHOW_HIDDEN
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_HIDE_HIDDEN
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_TOGGLE_HIDDEN
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_SET_PATTERN
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_SORT_REVERSE
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_SORT_CASE
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
initialized constant ID_REFRESH

I have ruby 1.8.5 and fxruby 1.6.11, but i also try 1.6.6. at the net I
found that this problem exists,but I can't find way to resolve it.

2 Answers

Joel VanderWerf

5/13/2007 6:58:00 PM

0

Mariusz Pietrzyk wrote:
> Hi
> When I require fox16 i get lots of warnings like
>
> /usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
> initialized constant ID_SHOW_FILES
...
>
> I have ruby 1.8.5 and fxruby 1.6.11, but i also try 1.6.6. at the net I
> found that this problem exists,but I can't find way to resolve it.

Can you update ruby to 1.8.6? IIRC that makes the warnings go away.

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Mariusz Pietrzyk

5/13/2007 7:49:00 PM

0

Joel VanderWerf pisze:
> Mariusz Pietrzyk wrote:
>> Hi
>> When I require fox16 i get lots of warnings like
>>
>> /usr/lib/ruby/site_ruby/1.8/i686-linux/fox16.so: warning: already
>> initialized constant ID_SHOW_FILES
> ...
>>
>> I have ruby 1.8.5 and fxruby 1.6.11, but i also try 1.6.6. at the net I
>> found that this problem exists,but I can't find way to resolve it.
>
> Can you update ruby to 1.8.6? IIRC that makes the warnings go away.
>
I've update ruby to 1.8.6 and it works.
Thanks!