Hi Roderich,

Roderich Schupp wrote:
> On Jan 9, 2008 9:57 AM, Roderich Schupp <[EMAIL PROTECTED]> wrote:
>> Yeah, I had to "nmake clean" first to see the effects of the patch.
>> BTW that indicates that the dependencies in myldr/Makefile are incomplete.
> 
> Digging further...the dependencies are correct, the problem is the
> last step in the
> rebuild, regenerating blib\PAR\StrippedPARL\{Dynamic,Static}.pm:

Ouch. That was me again.

> C:\Programme\ActivePerl\bin\perl.exe encode_append.pl .\par.exe
> ..\blib\lib\PAR\StrippedPARL\Dynamic.pm
> Output file '..\blib\lib\PAR\StrippedPARL\Dynamic.pm' does not have an
> empty __DATA__ section. Not appending encoded data from '.\par.exe'.
> This is NOT a fatal error! at encode_append.pl line 26.
> 
> i.e. encode_append.pl refuses to overwrite the obsolete __DATA__ sections from
> the last build. Patch attached.

This was intended as an optimization so since this might happen several
times for each build, I did not want it to do the appending every time.

Your patch looks good to me, but I can neither test or apply it
currently. Feel free to commit.

Best regards,
Steffen

Reply via email to