On Wed, 8 Oct 2003, Steve Hay wrote:

> I think I've cracked it myself looking at those two files.
> The original .dsp file has two lines like this:
>     ADD CPP ... /I "\Perl\lib\CORE" ...
> which get fixed up by Makefile.PL to this:
>     ADD CPP ... /I "\Perl\lib\CORE" /I "C:\apache\include"  /I
> "C:\apache\include/../os/win32" /I "C:\perl5\lib\CORE" ...
>
> Looks like that include path in the original ADD CPP lines should have
> been *changed* to "C:\perl5\lib\CORE", or at least have the correct path
> put *before* it -- it's no good having "\Perl\lib\CORE" and then
> "C:\perl5\lib\CORE" ;-)
>
> The attached patch to Makefile.PL (against 1.29-rc1) fixes those lines
> up as this:
>
>     ADD CPP ... /I "C:\apache\include"  /I
> "C:\apache\include/../os/win32" /I "C:\perl5\lib\CORE" ...
>
> and I can now build mp1.29-rc1 with or without the extra C:\perl in place.

Thanks, Steve! I just committed your patch in the current cvs.

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to