Attached is a patch for Swig that at least allows us to link the library. I am experiencing a number of bugs that will need to be tracked down and squashed. I haven''t even had time to look at the newer Swig features yet. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Thanks Roy, that was quick. This compiles cleanly for me now SCIPIUS:~ alex$ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1666) But like you, I''m experiencing a few bugs: - unicode support (string typemaps?) seems to be broken - I''ll double-check my WxWidgets compile options - some constants (eg SYS_) seem to have disappeared Will look into these .... cheers alex Roy Sutton wrote:> Attached is a patch for Swig that at least allows us to link the > library. I am experiencing a number of bugs that will need to be > tracked down and squashed. I haven''t even had time to look at the > newer Swig features yet. > > Roy
I''m getting the stack level too deep problem at get_label in big demo. I recall seeing this exact problem before but my mind is so fuzzy I don''t recall what''s causing this. As I recall it had something to do with not wrapping things properly so that it kept calling itself. I''ll search the list archives and see what I find. Roy Alex Fenton wrote:> Thanks Roy, that was quick. This compiles cleanly for me now > > SCIPIUS:~ alex$ gcc -v > Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs > Thread model: posix > gcc version 3.3 20030304 (Apple Computer, Inc. build 1666) > > But like you, I''m experiencing a few bugs: > - unicode support (string typemaps?) seems to be broken - I''ll > double-check my WxWidgets compile options > - some constants (eg SYS_) seem to have disappeared > > Will look into these .... > > cheers > alex > > Roy Sutton wrote: > >> Attached is a patch for Swig that at least allows us to link the >> library. I am experiencing a number of bugs that will need to be >> tracked down and squashed. I haven''t even had time to look at the >> newer Swig features yet. >> >> Roy >> > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > > >
Kevin Smith
2006-Mar-28 16:39 UTC
[Wxruby-users] Stack too deep (was: Patch for Swig 1.3.29)
On Mon, 2006-03-27 at 18:40 -0500, Roy Sutton wrote:> I''m getting the stack level too deep problem at get_label in big demo. > I recall seeing this exact problem before but my mind is so fuzzy I > don''t recall what''s causing this. As I recall it had something to do > with not wrapping things properly so that it kept calling itself. I''ll > search the list archives and see what I find.Sorry I don''t have more time to help with this right now. I''m in the final week of a two-project crunch mode. I''ll be out of town early next week, but around April 8 I really expect to have at least a little time to work on wxruby. I believe the problem you''re thinking of was when the swig direction flag wasn''t set properly. This was caused by us not swigging virtual versions of methods in superclasses. Kevin
Nice work Roy. Thanks. I have updated fixmodule.rb to accomplish the same effect without needing to patch swig itself. But I don''t want to check it in until I get everything working again, which I will describe in another email. Kevin On Mon, 2006-03-27 at 10:38 -0500, Roy Sutton wrote:> Attached is a patch for Swig that at least allows us to link the > library. I am experiencing a number of bugs that will need to be > tracked down and squashed. I haven''t even had time to look at the > newer Swig features yet. > > Roy