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 Message----- 
From: sisyph...@optusnet.com.au
Sent: Monday, March 30, 2015 1:29 PM
To: Derek Lamb
Cc: pdl-devel@lists.sourceforge.net
Subject: Re: [Pdl-devel] Proj presently broken


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::Proj4->installed) {
  write_dummy_make( <<EOF );
\tCannot find $lib_name installation.
\tPlease add the correct library path to perldl.conf or install $lib_name.
Skipping build of $package_name.
EOF
  $PDL::Config{$config_flag}=0;
  return;
}

and the proj stuff doesn't get built.

I'm quite happy just to have my perldl.conf specify "WITH_PROJ => 1", so I'm
not at all motivated to fix it. (I mention it merely as a "heads up" to
anyone that *does* want to fix it.)

Cheers,
Rob



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, 
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for 
all
things parallel software development, from weekly thought leadership blogs 
to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to