Re: [Pdl-devel] Proj presently broken

2015-03-30 Thread sisyphus1
Update: For me, the projfixp2 branch fixes things. Thanks Ed !! The one remaining minor niggle is that if perld.conf specifies "WITH_PROJ => undef" then I inevitably enter the following if{} block in the Lib/GIS/Proj/Makefile.PL and Lib/Transform/Proj4/Makefile.PL: if (!$forcebuild && !Alien:

Re: [Pdl-devel] Proj presently broken

2015-03-30 Thread Ed
Glad to hear it (largely) works! Rob, could you help me figure why it's not working 100%? After setting WITH_PROJ to undef, in inc/Alien/Proj4.pm, in sub installed, could you add "warn"s between each of the statements to see which one it's deciding it doesn't have? Cheers, Ed -Original Me

Re: [Pdl-devel] Proj presently broken

2015-03-30 Thread sisyphus1
Oops ... failed to 'cc' the list. (Looks to me that I might not be on the pdl-devel list at this stage, so please 'cc' me. In the meantime, I'll make yet another attempt to subscribe to pdl-devel.) -Original Message- From: Ed Sent: Tuesday, March 31, 2015 3:08 AM To: sisyph...@optusnet.

Re: [Pdl-devel] Proj presently broken

2015-03-30 Thread Ed
Hi Rob, Your premise seems to be that my code (in Lib/GIS/Proj/Makefile.PL and Lib/Transform/Proj4/Makefile.PL) doesn't pass the relevant %PDL::Config contents through to Alien::Proj4. However, it in fact does, with the Alien::Proj4->import method, as documented in the Alien::Proj4 POD, which