Hey all,
I have been looking at trying to get pdl
into a exe again yet it seems @INC is trying to stop
me from doing such, it seems that ecvery thing would work if it were not for
Filter::Util::Call
now this is really called FilterUtilCall.pm
so the problem is when you try to use
pp compile_please.pl
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 ???
so if you look in FilterUtilCall.pm you find out it is trying to call itself
with this
use Filter::Util::Call;
Now this works as long as your not trying to comiple it with pp
cause then @INC will bitch that there is no Filter/Util/Call
"cause the isn't"
so my Question is ???
why the hell did they program it like that.
the only thing I can find is that so you cant compile it with pp...
-Mark
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl