When I run 'pdldoc slice' for the PDL-2.008 install I get the following 
error:

  pdldoc slice
can't find file 
'/home/chm/local/lib/perl5/cygwin-thread-multi/PDL/../../../../../../../cygdrive/e/chm/local/lib/perl5/cygwin-thread-multi/PDL/Slices.pm'
 
at /home/chm/local/lib/perl5/cygwin-thread-multi/PDL/Doc.pm line 780.
         PDL::Doc::funcdocs_fromfile("slice", 
"/home/chm/local/lib/perl5/cygwin-thread-multi/PDL/../../../.."..., 
IO::File=GLOB(0x6006d2e00)) called at 
/home/chm/local/lib/perl5/cygwin-thread-multi/PDL/Doc.pm line 771
         PDL::Doc::funcdocs(PDL::Doc=HASH(0x600597f20), "slice", 
IO::File=GLOB(0x6006d2e00)) called at 
/home/chm/local/lib/perl5/cygwin-thread-multi/PDL/Doc/Perldl.pm line 289
         PDL::Doc::Perldl::finddoc("slice") called at 
/home/chm/local/lib/perl5/cygwin-thread-multi/PDL/Doc/Perldl.pm line 631
         PDL::Doc::Perldl::help("slice") called at 
/home/chm/local/bin/pdldoc line 49
Module PDL::Slices


The problem is that /cygdrive/e is basically e:/ so you can go up from 
there ( ../ ).
The correct path would be 
'/home/chm/local/lib/perl5/cygwin-thread-multi/PDL/Slices.pm' without 
the ../../.. stuff
PERL5LIB is /home/chm/local/lib/perl5 so that seems to be ok.

Any ideas for how the relative path stuff got scrambled into the correct 
path?
This makes PDL-2.008 pdldoc useless (and help and apropos in the shells) 
on cygwin.
We'll need to fix the problem before PDL-2.009.

Thanks,
Chris

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to