----- Original Message -----
From: "MARK BAKER" <[email protected]>
[snip]
when trying to make a PDL exe you get this warning
Can't locate Filter/Util/Call.pm in @INC (@INC contains: CODE(0x3339a8c)
C:\User
s\ADMINI~1\AppData\Local\Temp\par-Administrator\cache-cd11c22378231446b9dfd28182
a5140b8799507c\inc\lib
C:\Users\ADMINI~1\AppData\Local\Temp\par-Administrator\ca
che-cd11c22378231446b9dfd28182a5140b8799507c\inc CODE(0x30765e4)
CODE(0x30768e4)
) at C:/strawberry/perl/site/lib/PDL/NiceSlice/FilterUtilCall.pm line 4.
BEGIN failed--compilation aborted at
C:/strawberry/perl/site/lib/PDL/NiceSlice/F
ilterUtilCall.pm line 4.
and so that is because Filter/Util/Call.pm does not exist
only FilterUtilCall.pm exists ???
=========================================
=========================================
No - your perl *should* have a Filter/Util/Call.pm (in the 'lib' folder) -
which is the file that line 4 of FilterUtilCall.pm is wanting to load.
As I understand it, it's not uncommon that 'pp' fails to automatically
package dependencies.
IIRC, there should be a switch (or somesuch) whereby you can tell 'pp' to
include Util::Filter::Call in the package.
Cheers,
Rob
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl