On Fri, 2007-10-26 at 23:40 +0200, Mattia Barbon wrote: > On Fri, 26 Oct 2007 07:51:44 +0700 > bungsuputra linan <[EMAIL PROTECTED]> wrote: > > > herbert breunung wrote: > > > got: > > > unrecognized type 'wrtr' in file './ext/richtext/XS/RichTextBuffer.xsp' > > > at > > > /root/.cpan/build/Wx-0.79-NBcI1d/script/../build/Wx/Overload/Driver.pm > > > line 92, <$fh> line 37. > > > make: *** [overload] Fehler 9 > > > MBARBON/Wx-0.79.tar.gz > > > /usr/bin/make -- NOT OK > > > > > > any help welcome > > > many thanks in advance > > > > > > herbert > > > proton-ce.sf.net > > > > > > > > Is there any workaround for this yet? I also got the same error message > > in Ubuntu 7.10, wxGTK 2.8.6, and Wx-0.79. > > Sorry for the delay; just add > > ## DECLARE_OVERLOAD( wrtr, Wx::RichTextRange ) > > near the top of ext/richtext/XS/RichTextBuffer.xsp > > HTH > Mattia
Hi Mattia, Thank you very much (again :) for the help. I have successfully built Wx-0.79 on Ubuntu 7.10. I also need to add this line: ## DECLARE_OVERLOAD( wtae, Wx::TextAttrEx ) Thank you. bungsu
