Re: [Fxruby-users] Re: FXRuby install help... please...
Status: Inactive
Brought to you by:
lyle
From: <ly...@kn...> - 2004-07-06 19:32:27
|
On 06 Jul 2004 12:22:56 -0700, Peter Watkins <wat...@lu...> wrote : > Well I got fxruby working per the http://www.fxruby.org/doc/build.html > page. Either there were some missing parts when I first read it, or I'm > going really blind. I hadn't run ldconfig -- that was my problem. Good! > Then I tried running the scintilla-test.rb example that comes with > fxruby, but it failed as follows: > > root@ulaneo-dynip141 examples]# ruby scintilla-test.rb > scintilla-test.rb:23:in `initialize': uninitialized constant > ScintillaTest::FXMenubar (NameError) > from scintilla-test.rb:75:in `new' > from scintilla-test.rb:75 > > Is this a pretty good indication that I botched something installing > fxscintilla or fxruby? No, this is a pretty good indication that I failed to try that example program before the 1.2a1 release. ;) I will of course add this to my list for the 1.2a2 release, but for now try editing that example program to change the spelling of "FXMenubar" to "FXMenuBar" and see if that allows it to run. Note that there may be some other bits of code in that example that also need to be ported to the new API, and so it will require some trial and error. If it gets to be too much of a hassle, rest assured that I'll get that example updated before the 1.2a2 release. Thanks very much for the report! Lyle |