[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

FreeRIDE - Way too many warnings

Grauenwolf@gmail.com

1/20/2007 6:32:00 PM

Whenever I start FreeRIDE I get a ton of warnings. It takes a long time
to start as well, probably because it is I/O bound to the console
window.

Suggestions?

Jonathan

2.so: warning: already initialized constant FOLDINGLIST_ROOT_BOXES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant FOLDINGLIST_NORMAL
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_LOOKUPTIMER
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_HEADER_CHANGE
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_LAST
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_EXTENDEDSELECT
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_SINGLESELECT
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_BROWSESELECT
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_MULTIPLESELECT
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_AUTOSELECT
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_SHOWS_LINES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_SHOWS_BOXES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_ROOT_BOXES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant TREELIST_NORMAL
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_LOOKUPTIMER
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_LAST
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant DIRLIST_SHOWFILES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant DIRLIST_SHOWHIDDEN
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant DIRLIST_NO_OWN_ASSOC
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_REFRESHTIMER
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_SHOW_FILES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_HIDE_FILES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_TOGGLE_FILES
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_SHOW_HIDDEN
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_HIDE_HIDDEN
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_TOGGLE_HIDDEN
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_SET_PATTERN
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_SORT_REVERSE
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_SORT_CASE
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_REFRESH
C:/Program
Files/Ruby/lib/ruby/gems/1.8/gems/fxruby-1.2.6-mswin32/ext/fox12/fox1
2.so: warning: already initialized constant ID_LAST

--
Posted via http://www.ruby-....

25 Answers

matt

1/20/2007 7:04:00 PM

0

On Sun, 2007-01-21 at 03:32 +0900, Ab Cd wrote:
> Whenever I start FreeRIDE I get a ton of warnings. It takes a long
> time
> to start as well, probably because it is I/O bound to the console
> window.
>
> Suggestions?

Yes 2 of them:
1) Don't post the thousands of repeated errors to the list
2) Ask the fx ruby folks what the problem is.





Grauenwolf@gmail.com

1/20/2007 8:52:00 PM

0

matt wrote:
> On Sun, 2007-01-21 at 03:32 +0900, Ab Cd wrote:
>
> Yes 2 of them:
> 1) Don't post the thousands of repeated errors to the list
> 2) Ask the fx ruby folks what the problem is.

You mind telling me who the fx ruby people are and how to contact them?

All I have is the whatever came with the base installation at
www.ruby-lang.org, so I assumed it was something core to the language.

--
Posted via http://www.ruby-....

matt

1/20/2007 9:15:00 PM

0

On Sun, 2007-01-21 at 05:51 +0900, Jonathan Allen wrote:
> matt wrote:
> > On Sun, 2007-01-21 at 03:32 +0900, Ab Cd wrote:
> >
> > Yes 2 of them:
> > 1) Don't post the thousands of repeated errors to the list
> > 2) Ask the fx ruby folks what the problem is.
>
> You mind telling me who the fx ruby people are and how to contact them?
>
> All I have is the whatever came with the base installation at
> www.ruby-lang.org, so I assumed it was something core to the language.
>

I must be in a good mood. Didn't even get laid last night....

http://www.google.com/search?q=fxruby&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:unofficial&client...


returned this in position numero uno:
http://www.f...


And this in numero treso:
http://rubyforge.org/projec...








Lyle Johnson

1/20/2007 9:43:00 PM

0

On 1/20/07, matt <matt@kettlewell.net> wrote:

> I must be in a good mood. Didn't even get laid last night....
>
> http://www.google.com/search?q=fxruby&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:unofficial&client...
>
> returned this in position numero uno:
> http://www.f...

What is this "Google," and why have you been keeping it a secret from
the rest of us?

Grauenwolf@gmail.com

1/20/2007 11:43:00 PM

0

matt wrote:
> On Sun, 2007-01-21 at 03:32 +0900, Ab Cd wrote:
>> Whenever I start FreeRIDE I get a ton of warnings. It takes a long
>> time
>> to start as well, probably because it is I/O bound to the console
>> window.
>>
>> Suggestions?
>
> Yes 2 of them:
> 1) Don't post the thousands of repeated errors to the list
> 2) Ask the fx ruby folks what the problem is.

They say its Ruby's fault for putting the bug in v1.8.5 and FreeRide's
fault for not upgrading to FX Ruby v1.6. Though I suppose they share
part of the blame for not making backwards compatible.

Now what?

Jonathan

--
Posted via http://www.ruby-....

matt

1/20/2007 11:55:00 PM

0

On Sun, 2007-01-21 at 08:43 +0900, Jonathan Allen wrote:
> matt wrote:
> > On Sun, 2007-01-21 at 03:32 +0900, Ab Cd wrote:
> >> Whenever I start FreeRIDE I get a ton of warnings. It takes a long
> >> time
> >> to start as well, probably because it is I/O bound to the console
> >> window.
> >>
> >> Suggestions?
> >
> > Yes 2 of them:
> > 1) Don't post the thousands of repeated errors to the list
> > 2) Ask the fx ruby folks what the problem is.
>
> They say its Ruby's fault for putting the bug in v1.8.5 and FreeRide's
> fault for not upgrading to FX Ruby v1.6. Though I suppose they share
> part of the blame for not making backwards compatible.
>
> Now what?
>
> Jonathan
>

1. Fix the bug in ruby and submit patch
2. fix FreeRides dependency to use a newer version of FXRuby
or
3. Find another IDE.

try VI or [X]Emacs or pico or notepad or word or works or OpenOffice
or...

ohh you want an all in one... try Eclipse or RadRails I've never used
either of them, but they (among others) have gotten good reviews.

Matt



Grauenwolf@gmail.com

1/21/2007 12:13:00 AM

0

matt wrote:
> On Sun, 2007-01-21 at 05:51 +0900, Jonathan Allen wrote:
>> www.ruby-lang.org, so I assumed it was something core to the language.
>>
>
> I must be in a good mood. Didn't even get laid last night....
>
> http://www.google.com/search?q=fxruby&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:unofficial&client...
>
>
> returned this in position numero uno:
> http://www.f...
>
>
> And this in numero treso:
> http://rubyforge.org/projec...

Gee thanks for being ever so helpful. It was so nice of you to almost
point out which of the 148,000 pages returned by google the FX Ruby
developers hang out on. I'm not even annoyed that you didn't mention
item 4, which actually had the correct mailing list.

And now I realize how hard it would have been to just go ahead and give
me the right URL when you originally suggested I contact them. For
crying out loud, you might have had to actually think about your
response to my question.

You see, I have been ever so spoiled by hanging out in the Microsoft
forums. I'm used to people answering questions with useful information
and links in case I want to know more.

Jonathan

--
Posted via http://www.ruby-....

matt

1/21/2007 12:26:00 AM

0

On Sun, 2007-01-21 at 09:13 +0900, Jonathan Allen wrote:
> matt wrote:
> > On Sun, 2007-01-21 at 05:51 +0900, Jonathan Allen wrote:
> >> www.ruby-lang.org, so I assumed it was something core to the language.
> >>
> >
> > I must be in a good mood. Didn't even get laid last night....
> >
> > http://www.google.com/search?q=fxruby&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:unofficial&client...
> >
> >
> > returned this in position numero uno:
> > http://www.f...
> >
> >
> > And this in numero treso:
> > http://rubyforge.org/projec...
>
> Gee thanks for being ever so helpful. It was so nice of you to almost
> point out which of the 148,000 pages returned by google the FX Ruby
> developers hang out on. I'm not even annoyed that you didn't mention
> item 4, which actually had the correct mailing list.
>
> And now I realize how hard it would have been to just go ahead and give
> me the right URL when you originally suggested I contact them. For
> crying out loud, you might have had to actually think about your
> response to my question.
>
> You see, I have been ever so spoiled by hanging out in the Microsoft
> forums. I'm used to people answering questions with useful information
> and links in case I want to know more.
>
> Jonathan
>
Yes, but I saved you from having to type "www.google.com" and then find
a text box to type in "fxruby" and then click submit.

See how many keystrokes I just saved you from typing? Not to mention
that your wrists are now at a reduced risk of developing carpal tunnel.

And to think that for a moment I thought you were implying that I was
self-serving and arrogant.








Grauenwolf@gmail.com

1/21/2007 1:15:00 AM

0


> 1. Fix the bug in ruby and submit patch
> 2. fix FreeRides dependency to use a newer version of FXRuby
> or
> 3. Find another IDE.
>
> try VI or [X]Emacs or pico or notepad or word or works or OpenOffice
> or...
>
> ohh you want an all in one... try Eclipse or RadRails I've never used
> either of them, but they (among others) have gotten good reviews.
>
> Matt

Let me get this straight. You are telling a newbie with one day of
experience that if I need to track down and fix a bug in the core of the
language itself.

Anyone else want to pick up this thread. Maybe tell me how and where to
submit bug reports? Or do you guys not do that?

Jonathan

--
Posted via http://www.ruby-....

Tim Hunter

1/21/2007 1:41:00 AM

0

Jonathan Allen wrote:
> Anyone else want to pick up this thread. Maybe tell me how and where to
> submit bug reports? Or do you guys not do that?
>
Please accept my apologies, on behalf of the Ruby community, for your
reception on this mailing list. Normally we are quite civilized and
supportive of new Rubyists.

You don't have to report this problem. It is well-known. Search the
Google archives for earlier discussions if you're interested. I believe
this bug report
http://rubyforge.org/tracker/index.php?func=detail&aid=5701&group_id=426&...
addresses the problem.

Welcome to Ruby!