Blair Sutton <bsdz <at> numeninest.com> writes:

> 
> I see several people have been having a similar problem to me. This may 
> be related to the ChangeLog item (just a guess!): -
> 
> "Remove Cwd.pm (and Cwd.so) from the bundled dependencies."
> 
> I've traced this down to parl.exe not being passed  <at> INC in Packer.pm.
> 
> A solution is to hand edit site/lib/PAR/Packer.pm and add this line: -
> 
> foreach my $d ( <at> INC) { unshift  <at> args, "-I$d" };
> 
> after "my  <at> args = ('-B', "-O$output", $par_file);" on line 1221 in 
> _generate_output subroutine.
> 
> This just appends your current  <at> INC path to parl.exe's command line 
> arguments.
> 
> This appears to allow me to compile a simple working executable although 
>   it will need more testing.
> 
> Blair
> 
> 


Cheers this fixes the problem for pp -o myscript.exe myscript.pl 
but not for pp -p -o myscript.par myscript.pl

so the following throws up the error again
parl myscript.par

Any ideas how to fix this as well? 

Reply via email to