I just re-integrated fixdeleting.rb, the last of the post-processors. Running minimal.rb no longer segfaults on exit. Running dialogs.rb and immediately exiting doesn''t segfault, but bringing up a dialog and then exiting does. So there are still memory problems, but fewer than yesterday :-/ I''m not sure how it compares to last week. I probably won''t have much time to work on wxruby for a few days. I''ll try to sneak in a little time to fix up the unicode stuff at least, and any other patches that have been or will be submitted. Cheers, Kevin
Just tried the latest from HEAD and at least on Windows it does not work with SWIG 1.3.24. I downloaded 1.3.25 and wxRuby2 swigged just fine. I have not had time to test on Mac OS X with swig 1.3.24 so I am not sure if this is a Windows issue or an issue with SWIG < 1.3.25. Sean On 8/7/05, Kevin Smith <wxruby@qualitycode.com> wrote:> I just re-integrated fixdeleting.rb, the last of the post-processors. > > Running minimal.rb no longer segfaults on exit. Running dialogs.rb and > immediately exiting doesn''t segfault, but bringing up a dialog and then > exiting does. > > So there are still memory problems, but fewer than yesterday :-/ I''m not > sure how it compares to last week. > > I probably won''t have much time to work on wxruby for a few days. I''ll > try to sneak in a little time to fix up the unicode stuff at least, and > any other patches that have been or will be submitted. > > Cheers, > > Kevin > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
I have Mepis Linux now installed thru VMware and SWIG 1.3.24 does not work there either, 1.3.25 does seem to work however. On Mepis 1.3.25 has to be compiled from source, small bummer but no biggy. Sean On 8/10/05, Sean Long <sean.m.long@gmail.com> wrote:> Just tried the latest from HEAD and at least on Windows it does not > work with SWIG 1.3.24. I downloaded 1.3.25 and wxRuby2 swigged just > fine. I have not had time to test on Mac OS X with swig 1.3.24 so I am > not sure if this is a Windows issue or an issue with SWIG < 1.3.25. > > Sean > > On 8/7/05, Kevin Smith <wxruby@qualitycode.com> wrote: > > I just re-integrated fixdeleting.rb, the last of the post-processors. > > > > Running minimal.rb no longer segfaults on exit. Running dialogs.rb and > > immediately exiting doesn''t segfault, but bringing up a dialog and then > > exiting does. > > > > So there are still memory problems, but fewer than yesterday :-/ I''m not > > sure how it compares to last week. > > > > I probably won''t have much time to work on wxruby for a few days. I''ll > > try to sneak in a little time to fix up the unicode stuff at least, and > > any other patches that have been or will be submitted. > > > > Cheers, > > > > Kevin > > _______________________________________________ > > wxruby-users mailing list > > wxruby-users@rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-users > > >
Mac OS X also needs SWIG 1.3.25 Sean On 8/10/05, Sean Long <sean.m.long@gmail.com> wrote:> I have Mepis Linux now installed thru VMware and SWIG 1.3.24 does not > work there either, 1.3.25 does seem to work however. On Mepis 1.3.25 > has to be compiled from source, small bummer but no biggy. > > Sean > > On 8/10/05, Sean Long <sean.m.long@gmail.com> wrote: > > Just tried the latest from HEAD and at least on Windows it does not > > work with SWIG 1.3.24. I downloaded 1.3.25 and wxRuby2 swigged just > > fine. I have not had time to test on Mac OS X with swig 1.3.24 so I am > > not sure if this is a Windows issue or an issue with SWIG < 1.3.25. > > > > Sean > > > > On 8/7/05, Kevin Smith <wxruby@qualitycode.com> wrote: > > > I just re-integrated fixdeleting.rb, the last of the post-processors. > > > > > > Running minimal.rb no longer segfaults on exit. Running dialogs.rb and > > > immediately exiting doesn''t segfault, but bringing up a dialog and then > > > exiting does. > > > > > > So there are still memory problems, but fewer than yesterday :-/ I''m not > > > sure how it compares to last week. > > > > > > I probably won''t have much time to work on wxruby for a few days. I''ll > > > try to sneak in a little time to fix up the unicode stuff at least, and > > > any other patches that have been or will be submitted. > > > > > > Cheers, > > > > > > Kevin > > > _______________________________________________ > > > wxruby-users mailing list > > > wxruby-users@rubyforge.org > > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > > > >
Kevin Smith
2005-Aug-10 22:28 UTC
[Wxruby-users] Need swig 2.3.25+ (was: wxruby2 swig retooling "complete")
Sean Long wrote:> Mac OS X also needs SWIG 1.3.25 > > Sean > > On 8/10/05, Sean Long <sean.m.long@gmail.com> wrote: > >>I have Mepis Linux now installed thru VMware and SWIG 1.3.24 does not >>work there either, 1.3.25 does seem to work however. On Mepis 1.3.25 >>has to be compiled from source, small bummer but no biggy.I think it makes sense to require swig 1.3.25. I have updated the README to reflect that. Kevin