[wxruby-development] 1.9.3 release, rakefile

Mario Steele mario at ruby-im.net
Tue Jan 8 17:08:54 EST 2008


Also, just so you guys know, these errors occur, whether it is a static
build, or a dynamic build.

L8ers

On 1/8/08, Mario Steele <mario at ruby-im.net> wrote:
>
> I have found the problems when there is a case of it being a dynamic
> linking, instead of a static linking, and I am committing the changes to
> SVN.  However, we have some problems that have cropped up, that needs to be
> looked into.  I have started going through the samples, and found that a few
> have failed horribly.  Here's a list of the ones I have found so far:
>
> bigdemo.rb:593:in `show_tip': undefined method `create_file_tip_provider'
> for Wxruby2:Module (NoMethodError)
>         from bigdemo.rb:363:in `initialize'
>         from bigdemo.rb:817:in `new'
>         from bigdemo.rb:817:in `on_init'
>         from bigdemo.rb:826:in `main_loop'
>         from bigdemo.rb:826
>
> aui.rb:143:in `initialize': undefined method 'set_h_gap' for
> #<Wx::GridSizer:0xb5c8a1d0> (NoMethodError)
>         from aui.rb:765:in `new'
>         from aui.rb:765:in `setup_panes'
>         from aui.rb:379:in `initialize'
>         from aui.rb:1288:in `new'
>         from aui.rb:1288:in `on_init'
>         from aui.rb:1297:in `main_loop'
>         from aui.rb:1297
>
> calendar.rb:181:in `on_about': undefined method 'message_box' for
> #<MyFrame:0xb5d5b938> (NoMethodError)
>         from calendar.rb:97:in `initialize'
>         from calendar.rb:275:in `call'
>         from calendar.rb:275:in `process_event'
>         from calendar.rb:275:in `main_loop'
>         from calendar.rb:275
> (The above error occurs in any example, attempting to utilize
> message_box() method)
>
> controls.rb:1103:in `onIdle': undefined method 'wx_class' for
> #<MyButton:0xb5d1c1ac> (NoMethodError)
>         from controls.rb:1033:in `initialize'
>         from controls.rb:1140:in `call'
>         from controls.rb:1140:in `process_event'
>         from controls.rb:1140:in `main_loop'
>         from controls.rb:1140
> (The above error also occurs in other examples attempting to utilize
> wx_class)
>
> dialogs.rb:258:in `on_log_dialog': undefined method `yield' for
> Wxruby2:Module (NoMethodError)
>         from dialogs.rb:251:in `busy'
>         from dialogs.rb:251:in `on_log_dialog'
>         from dialogs.rb:172:in `initialize'
>         from dialogs.rb:723:in `call'
>         from dialogs.rb:723:in `process_event'
>         from dialogs.rb:723:in `main_loop'
>         from dialogs.rb:723
> (The above error occurs when you select Log Dialog menu item)
>
> dialogs.rb:307:in `on_password_entry': undefined method
> 'get_password_from_user' for #<MyFrame:0xb5d3885c> (NoMethodError)
>         from dialogs.rb:175:in `initialize'
>         from dialogs.rb:723:in `call'
>         from dialogs.rb:723:in `process_event'
>         from dialogs.rb:723:in `main_loop'
>         from dialogs.rb :723
> (The above error occurs when you select Password Entry menu item)
>
> dialogs.rb:290:in `on_numeric_entry': undefined method
> 'get_number_from_user' for #<MyFrame:0xb5d81840> (NoMethodError)
>         from dialogs.rb:176:in `initialize'
>         from dialogs.rb:723:in `call'
>         from dialogs.rb:723:in `process_event'
>         from dialogs.rb:723:in `main_loop'
>         from dialogs.rb :723
> (The above error occurs when you select Numeric Entry menu item)
>
> dialogs.rb:359:in `on_multi_choice': undefined method
> 'get_multiple_choices' for #<MyFrame:0xb5c99838> (NoMethodError)
>         from dialogs.rb:178:in `initialize'
>         from dialogs.rb:723:in `call'
>         from dialogs.rb:723:in `process_event'
>         from dialogs.rb:723:in `main_loop'
>         from dialogs.rb:723
> (The above error occurs when you select Multiple Choice Entry menu item)
>
> dialogs.rb:385:in `on_file_open': undefined method 'get_home_dir' for
> #<MyFrame:0xb5cea83c> (NoMethodError)
>         from dialogs.rb:179:in `initialize'
>         from dialogs.rb:723:in `call'
>         from dialogs.rb:723:in `process_event'
>         from dialogs.rb:723:in `main_loop'
>         from dialogs.rb:723
> (The above error occurs when you select Open File, Second Open File,
> Choose a Directory menu items)
>
> Those are the errors I have found so far, so we should look into these,
> and get these fixed, before we release 1.9.3.
>
> L8ers,
>
> Mario Steele
>
>
> On 1/8/08, Mario Steele <mario at ruby-im.net> wrote:
> >
> > I'm running 2.8.6 myself, though I belive 2.8.7 should work just fine.
> >
> > I have ran into a problem though with the Dynamic Build for wxRuby.
> > I've ran the Dynamic build on wxGTK, and also built wxStyledTextCtrl.  After
> > testing the rake against it, and testing the way that wxRuby detects
> > wxStyledTextCtrl, I've found that if it's a dynamic build, wx-config --libs
> > std will not pick up the Dynamic linked version of wxStyledTextCtl.  From
> > what I can tell, we would need to change the way wx-config detects it.
> >
> > I am attempting to figure out why it doesn't detect it, as I also have
> > found out, it doesn't detect OpenGL either, and I have it compiled.  I will
> > let you guys know what I find out.
> >
> > L8ers,
> >
> > Mario Steele
> >
> > On 1/8/08, Alex Fenton < alex at pressure.to> wrote:
> > >
> > > Sean Long wrote:
> > > > What version of wxWidgets are you guys building against? I currently
> > > > have 2.8.6 setup but was thinking about setting up 2.8.7 before the
> > > > release, any thoughts?
> > > I'm currently on 2.8.7. I had a quick scan of the Changelog and
> > > nothing
> > > wildly important - but there are one or two Leopard fixes so perhaps
> > > worth doing.
> > >
> > > cheers
> > > alex
> > > _______________________________________________
> > > wxruby-development mailing list
> > > wxruby-development at rubyforge.org
> > > http://rubyforge.org/mailman/listinfo/wxruby-development
> > >
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080108/c0728f70/attachment-0001.html 


More information about the wxruby-development mailing list