freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FR-devel] An Introduction's in Order


From: Michael Granger
Subject: Re: [FR-devel] An Introduction's in Order
Date: Sat, 9 Nov 2002 06:55:23 -0700
User-agent: KMail/1.4.6

Curt Hibbs (in "RE: [FR-devel] An Introduction's in Order") wrote:

> We've hit a last minute snag in the dependency checking on our
> plugins, but we will probably have a release out in a week or so. In
> the meantime, the CVS repository is always available.

I've got the latest CVS, and got it running after prefixing a few Fox 
constants with their namespaces (which is probably due to differences 
in Ruby or FXRuby versions?), but I'm now running into what looks like 
a bug in the FXScintilla binding when opening a file:

./plugins/System_GuiRenderFox/EditPaneRenderFox.rb:103:in `initialize': 
undefined method `idFrom' for #<Fox::SCNotification:0x403076ac> 
(NoMethodError)
        from ./plugins/System_GuiRenderFox/EditPaneRenderFox.rb:101:in 
`call'
        from /usr/lib/ruby/site_ruby/1.7/fox/responder2.rb:28:in 
`onHandleMsg'
        from ./plugins/System_GuiRenderFox/foxhacks.rb:108:in `run'
        from ./plugins/System_GuiRenderFox/foxhacks.rb:108:in 
`hackAppFrameSetup'
        from ./plugins/System_GuiRenderFox/foxhacks.rb:107:in `call'
        from ./freebase/databus.rb:827:in `call'
        from ./freebase/databus.rb:463:in `call'
        from ./freebase/core.rb:60:in `initialize'
        from ./freebase/core.rb:59:in `initialize'
        from ./freebase/core.rb:59:in `new'
        from ./freebase/core.rb:59:in `initialize'
        from ./freebase/core.rb:35:in `new'
        from ./freebase/core.rb:35:in `startup'
        from ./freeride/freeride.rb:46:in `startup'
        from ./freeride.rb:5

It comes from a line that looks like:

  @controller.handle_notification(scn.nmhdr.idFrom, [...]

It appears that the SCNotification object's #nmhdr method is just 
returning the receiving SCNotification object again instead of the 
expected NotifyHeader object. I don't know much of anything about SWIG, 
so I can't see in the FXRuby source what might be causing this. Any 
suggestions welcome.

  I'm running:
     Ruby:   1.7.3 (2002-10-30) [i686-linux]
     Fox:    1.0.22
     FXRuby: 1.0.14



-- 
Michael Granger <address@hidden>
Rubymage, Believer, Architect
The FaerieMUD Consortium <http://www.FaerieMUD.org/>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]