Thanks Sisyphus you were right
I didn't have it, so I got it from cpan and every thing works, so far I need to do some more testing tho ... I hope to get a PDL.exe that has Trid 3D and FreeGlut on the Windows platform so that all you would have to do is download the PDL.exe to use it... Cheers -Mark ________________________________ From: Sisyphus <[email protected]> To: MARK BAKER <[email protected]>; [email protected] Sent: Friday, October 5, 2012 4:58 PM Subject: Re: [Perldl] how come Filter::Util::Call ----- 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
