[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FR-devel] Re: FreeRIDE/Scintiilla issue
From: |
address@hidden |
Subject: |
[FR-devel] Re: FreeRIDE/Scintiilla issue |
Date: |
17 Dec 2002 14:11:05 -0000 |
On Mon, 16 Dec 2002 22:11:12 -0500, Bruce Williams <address@hidden>
wrote :
> I'm encountering the following error when attempting to use FreeRIDE for the
> first time; apparently FXRuby is having issues finding FXScintilla. Has
> anyone else experienced this problem? (it is entirely possible I'm just being
> stupid; any and all comments welcome).
<snip>
> ./plugins/System_GuiRenderFox/EditPaneRenderFox.rb:80:in `initialize':
> uninitialized constant FXScintilla at
> FreeRIDE::FoxRenderer::EditPane::Renderer (NameError)
Bruce,
It sounds like you left something out when you did the 'config' step for the
FXRuby build. In order to roll the FXScintilla support into FXRuby, you need
specify the locations of FXScintilla, e.g.
ruby install.rb config -- \
--with-fxscintilla-include=/usr/include/fxscintilla \
--with-fxscintilla-lib=/usr/lib
You'll then need to recompile & re-install FXRuby, i.e.
ruby install.rb setup
ruby install.rb install
Hope this helps,
Lyle
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FR-devel] Re: FreeRIDE/Scintiilla issue,
address@hidden <=