FreeRIDE 0.5.0 - problem opening files

Hello

just donwloaded RC2 and it looks fine but I can not open Ruby files.

I have ruby Redhat 7.3, Ruby 1.8.0 RC2, fox-1.0.34, FXRuby-1.0.20 and
fxscintilla-1.51

I installed FXRuby before fxscintilla. there is a file
/usr/local/lib/ruby/site_ruby/1.8/fox/scintilla.rb

this is my error message when clicking on the Ruby File in the File->Open
dialog.

sh run.bat
…/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:innew’
from ./plugins/rubyide_fox_gui/editpane.rb:47:in start' from ./plugins/rubyide_fox_gui/editpane.rb:32:incall’
from freebase/lib/freebase/databus.rb:613:in notify' from freebase/lib/freebase/databus.rb:610:ineach_value’
from freebase/lib/freebase/databus.rb:610:in notify' from freebase/lib/freebase/databus.rb:619:innotify’
from freebase/lib/freebase/databus.rb:215:in initialize' ... 24 levels... from freebase/lib/freebase/core.rb:35:innew’
from freebase/lib/freebase/core.rb:35:in startup' from freeride.rb:55:instartup’
from freeride.rb:68

seem like FXScintilla is not installed correctly but as I wrote there is
such a file. I am new to FXScintilla, so maybe I did something wrong.

any hints ?
thanks in advance

Markus

Hi!

seem like FXScintilla is not installed correctly but as I wrote there is
such a file. I am new to FXScintilla, so maybe I did something wrong.

any hints ?

You need to enable FXScintilla support in FXRuby. It is explained in Appendix B.
Using Scintilla with FXRuby in FXRuby docs.

Configure FXRuby with something like:

ruby install.rb config –
–with-fxscintilla-include=/usr/local/include/fxscintilla
–with-fxscintilla-lib=/usr/local/lib

thanks in advance

Hope it helps.

Sincerely,
Gour

···

Markus Jais (info@mjais.de) wrote:


Gour
gour@mail.inet.hr
Registered Linux User #278493

Hello

thanks a lot. it works

Markus

Gour wrote:

···

Markus Jais (info@mjais.de) wrote:

Hi!

seem like FXScintilla is not installed correctly but as I wrote there is
such a file. I am new to FXScintilla, so maybe I did something wrong.

any hints ?

You need to enable FXScintilla support in FXRuby. It is explained in
Appendix B. Using Scintilla with FXRuby in FXRuby docs.

Configure FXRuby with something like:

ruby install.rb config –
–with-fxscintilla-include=/usr/local/include/fxscintilla
–with-fxscintilla-lib=/usr/local/lib

thanks in advance

Hope it helps.

Sincerely,
Gour