vcbuild small fix for plperl
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
Attachments:
vcbuild_plperl.diffapplication/octet-stream; name=vcbuild_plperl.diffDownload+7-7
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
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
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