Freeide 0.5.0rc1 errors

Linux version with ruby 1.6.8 and latest versions of the other stuff…

kvh@rachael)-(02:14)-(~/freeride-0.5.0rc1)> ruby freeride.rb
Failing to load: rubyide_tools_source_parser
Failing to load: rubyide_tools_fox_source_browser
Failing to start: rubyide_tools_source_parser
Failing to start: rubyide_tools_fox_source_browser
Failing to load: rubyide_util_logger
Failing to start: rubyide_util_logger
./plugins/rubyide_fox_gui/editpane.rb:81: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/databus.rb:613:in notify' from ./freebase/databus.rb:610:ineach_value’
from ./freebase/databus.rb:610:in notify' from ./freebase/databus.rb:619:innotify’
from ./freebase/databus.rb:215:in initialize' ... 20 levels... from ./freebase/core.rb:35:innew’
from ./freebase/core.rb:35:in startup' from freeride.rb:53:instartup’
from freeride.rb:66

Kurt

···


Gentoo Linux release 1.4
Linux user #237540 (http://counter.li.org/).

Hello,

try to compile FXRuby with fxscintilla.
For example

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

mfg Manfred

Kurt V. Hindenburg wrote:

···

Linux version with ruby 1.6.8 and latest versions of the other stuff…

kvh@rachael)-(02:14)-(~/freeride-0.5.0rc1)> ruby freeride.rb
Failing to load: rubyide_tools_source_parser
Failing to load: rubyide_tools_fox_source_browser
Failing to start: rubyide_tools_source_parser
Failing to start: rubyide_tools_fox_source_browser
Failing to load: rubyide_util_logger
Failing to start: rubyide_util_logger
./plugins/rubyide_fox_gui/editpane.rb:81: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/databus.rb:613:in notify' from ./freebase/databus.rb:610:in each_value’
from ./freebase/databus.rb:610:in notify' from ./freebase/databus.rb:619:in notify’
from ./freebase/databus.rb:215:in initialize' ... 20 levels... from ./freebase/core.rb:35:in new’
from ./freebase/core.rb:35:in startup' from freeride.rb:53:in startup’
from freeride.rb:66

Kurt

Hello,

try to compile FXRuby with fxscintilla.
For example

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

Hmm, now it is even worse; freeide won’t even startup. The error before was
when I tried to open one of the example files.

(kvh@rachael)-(13:16)-(~/freeride-0.5.0rc1)> ruby freeride.rb
Failing to load: rubyide_fox_gui-appframe
Failing to load: rubyide_fox_gui-fox_services
Failing to load: rubyide_fox_gui
Failing to load: rubyide_tools_fox_source_browser
Failing to load: rubyide_tools_fox_script_runner
Failing to load: rubyide_tools_fox_file_browser
Failing to load: rubyide_tools_fox_databus_inspector
Failing to load: rubyide_fox_gui-toolbar
Failing to load: rubyide_fox_gui
Failing to load: rubyide_tools_fox_source_browser
Failing to load: rubyide_tools_fox_script_runner
Failing to load: rubyide_tools_fox_file_browser
Failing to load: rubyide_tools_fox_databus_inspector
Failing to load: rubyide_fox_gui-menubar
Failing to load: rubyide_fox_gui
[repeated forever]

mfg Manfred

Kurt V. Hindenburg wrote:

Linux version with ruby 1.6.8 and latest versions of the other stuff…

kvh@rachael)-(02:14)-(~/freeride-0.5.0rc1)> ruby freeride.rb
Failing to load: rubyide_tools_source_parser
Failing to load: rubyide_tools_fox_source_browser
Failing to start: rubyide_tools_source_parser
Failing to start: rubyide_tools_fox_source_browser
Failing to load: rubyide_util_logger
Failing to start: rubyide_util_logger
./plugins/rubyide_fox_gui/editpane.rb:81: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/databus.rb:613:in notify' from ./freebase/databus.rb:610:in each_value’
from ./freebase/databus.rb:610:in notify' from ./freebase/databus.rb:619:in notify’
from ./freebase/databus.rb:215:in initialize' ... 20 levels... from ./freebase/core.rb:35:in new’
from ./freebase/core.rb:35:in startup' from freeride.rb:53:in startup’
from freeride.rb:66

Kurt

Kurt

···

On Wednesday 25 December 2002 04:24 am, Manfred Hansen wrote:

Gentoo Linux release 1.4
Linux user #237540 (http://counter.li.org/).

Hello,

it’s running for me.
I have found that in the mailing list.
http://mail.gnu.org/pipermail/freeride-devel/2002-December.txt

mfg Manfred

···

Am Mittwoch, 25. Dezember 2002 21:55 schrieben Sie:

On Wednesday 25 December 2002 13:19, Kurt V. Hindenburg wrote:

On Wednesday 25 December 2002 04:24 am, Manfred Hansen wrote:

Hello,

try to compile FXRuby with fxscintilla.
For example

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

Hmm, now it is even worse; freeide won’t even startup. The error before
was when I tried to open one of the example files.

Even more worse, all my ruby/fox scripts no longer work…this was a
mistake

(kvh@rachael)-(15:49)-(/mnt/alpha/projects/kvh/rf-runcommand)>
./rf-runcommand ./rf-runcommand:17:in `require’:
/usr/lib/ruby/site_ruby/1.6/i686-linux-gnu/fox.so: undefined symbol:
_ZTV13FXRbScintilla - /usr/lib/ruby/site_ruby/1.6/i686-linux-gnu/fox.so
(LoadError)
from ./rf-runcommand:17

Yip, been there done that, got that particular T-shirt.

What you have to do is
ruby install.rb clean
and then do what Manfred said.
ruby install.rb config –
–with-fxscintilla-include=/usr/local/include/fxscintilla
–with-fxscintilla-lib=/usr/local/lib/
ruby install.rb setup
su
ruby install.rb install

That fixes the problem. Don’t forget the ruby install.rb clean step. It
doesn’t work unless you do that.

John Carter Phone : (64)(3) 358 6639
Tait Electronics Fax : (64)(3) 359 4632
PO Box 1645 Christchurch Email : john.carter@tait.co.nz
New Zealand

Good Ideas:
Ruby - http://www.ruby-lang-org - The best of perl,python,scheme without the pain.
Valgrind - Valgrind Home - memory debugger for x86-GNU/Linux
Free your books - http://www.bookcrossing.com
Memtest86 - http://www.memtest86.com - Free standalone, excellent memory tester for PC’s.

···

On Thu, 26 Dec 2002, Kurt V. Hindenburg wrote:

On Wednesday 25 December 2002 04:24 am, Manfred Hansen wrote:

Hello,

try to compile FXRuby with fxscintilla.
For example

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

Hmm, now it is even worse; freeide won’t even startup. The error before was
when I tried to open one of the example files.

(kvh@rachael)-(13:16)-(~/freeride-0.5.0rc1)> ruby freeride.rb
Failing to load: rubyide_fox_gui-appframe