[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-users] Freeride crashes while opening Ruby file
From: |
Curt Hibbs |
Subject: |
RE: [FR-users] Freeride crashes while opening Ruby file |
Date: |
Mon, 14 Apr 2003 09:46:12 -0700 |
Gour wrote:
>
> Hi!
>
> Congratulations for new rc of Freeride.
>
> I have few problems with it:
>
> - on Win98, there is no program output when running e.g. print
> "Hello world\n"
>
> However, for every attempt to run the script there is "bad command .."
> error in the console window.
We'll take a look at this.
> - on Linux: fox-1.0.36, fxscintilla-1.51, FXRuby-1.0.21 and when try to
> open/create new file, FreeRide crashes with the following:
>
> address@hidden:/usr/local/src/ruby/freeride-0.5.0rc2> ruby freeride.rb
> ./plugins/rubyide_fox_gui/editpane.rb:85:in `initialize': uninitialized
> constant FXScintilla at FreeRIDE::FoxRenderer::EditPane::Renderer
> (NameError)
> from ./plugins/rubyide_fox_gui/editpane.rb:47:in `new'
> from ./plugins/rubyide_fox_gui/editpane.rb:47:in `start'
> from ./plugins/rubyide_fox_gui/editpane.rb:32:in `call'
> from freebase/lib/freebase/databus.rb:613:in `notify'
> from freebase/lib/freebase/databus.rb:610:in `each_value'
> from freebase/lib/freebase/databus.rb:610:in `notify'
> from freebase/lib/freebase/databus.rb:619:in `notify'
> from freebase/lib/freebase/databus.rb:215:in `initialize'
> ... 20 levels...
> from freebase/lib/freebase/core.rb:35:in `new'
> from freebase/lib/freebase/core.rb:35:in `startup'
> from freeride.rb:55:in `startup'
> from freeride.rb:68
> address@hidden:/usr/local/src/ruby/freeride-0.5.0rc2>
>
>
> I saw in the archive that it was present also in rc1.
>
> Any hint?
I think this is the error that you get if you build FXRuby without the
special option that says to include FXScintilla. Check the FXRuby build
instuctions for that option.
Curt