Thread: vcbuild small fix for plperl

vcbuild small fix for plperl

From
"Magnus Hagander"
Date:
Typo in the changes to plperl - uses wrong dir, and had a missing slash.

Also fixes error checking for xsubpp - it was broken in a way that hid
the problem above when run more than once (which is the normal case when
developing).


//Magnus


Attachment

Re: vcbuild small fix for plperl

From
Andrew Dunstan
Date:
Magnus Hagander wrote:
> Typo in the changes to plperl - uses wrong dir, and had a missing slash.
>
> Also fixes error checking for xsubpp - it was broken in a way that hid
> the problem above when run more than once (which is the normal case when
> developing).
>
>
>

I have just noticed that this file appears to have the perl version
hardcoded (perl58.lib). That doesn't seem sensible ... can it be avoided?

cheers

andrew



Re: vcbuild small fix for plperl

From
Neil Conway
Date:
On Tue, 2006-11-21 at 18:45 +0100, Magnus Hagander wrote:
> Typo in the changes to plperl - uses wrong dir, and had a missing slash.

Applied, thanks.

-Neil



Re: vcbuild small fix for plperl

From
"Magnus Hagander"
Date:
> > Typo in the changes to plperl - uses wrong dir, and had a
> missing slash.
> >
> > Also fixes error checking for xsubpp - it was broken in a
> way that hid
> > the problem above when run more than once (which is the normal case
> > when developing).
> >
>
> I have just noticed that this file appears to have the perl
> version hardcoded (perl58.lib). That doesn't seem sensible
> ... can it be avoided?

It's definitly on my long-term TODO.

//Magnus