On Tue, 15 Aug 2006 15:52:28 +0200
Mattia Barbon <mat...@li...> wrote:
Hi again,
> On Tue, 15 Aug 2006 08:33:15 +0200
> "Mark Wardell" <ma...@ne...> wrote:
>
> Hi,
>
> > I am trying to wrap wxTreeListCtrl but for the Makefile.PL to work I had to
> > change line 112 of build/Utils.pm
> >
> > from:
> > my $top = _top_dir();
> >
> >
> > to:
> > my $top = Wx::build::MakeMaker->get_api_directory();
> >
> >
> > to get the package to build out of a folder not in the wxPerl source tree.
> > (Is this ok?)
> > [I see you use is_core and is_wxPerl_tree to determine where you are
> > building from]
>
> Trouble... I do not think I ever thought of exposing the whole
> 'overload resolution' infrastructure outside the wxPerl tree.
> You might want to avoid it until I figure out how exactly to do it.
Now the overload resolution infrastructure can be used
by external modules. Have a look at wxGLCanvas CVS for how to do it.
> > I also had to copy ovl_const.h from wxPerl source tree to
> > /perl/site/lib/Wx/cpp and pipe.pl to a script subfolder of my package.
>
> For ovl_const see above. I will remove the requirement for pipe.pl:
> it is not intentional.
Removed.
Regards
Mattia
|