I am very curious to know how EUMM could be causing a problem with PDL::Drawing::Prima, which uses Module::Build and not EUMM?
Ed From: Chris Marshall Sent: Monday, June 08, 2015 5:11 PM To: Sisyphus Cc: pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows Does the Build.PL generate a valid compile line for gcc? It looks like there are some fishy quotes in what you posted. My bet is still on the newer EUMM with the "fixes for whitespace" but clearly, the just strip quotes is not enough for CMD.exe quoting since it only has "s and doubles them to "escape"... Yuck! --Chris On Mon, Jun 8, 2015 at 11:36 AM, <sisyph...@optusnet.com.au> wrote: From: Chris Marshall Sent: Monday, June 08, 2015 11:46 PM # These are lifted from PDL::Core::Dev, but use a less redundant style: my $inc = PDL_INCLUDE; $inc =~ s/-I//g; $inc =~ s/"//g; # this was added my @incs = ($inc, @{$Prima::Config::Config{incpaths}}); No problem locating the relevant section in Build.PL, and I inserted the absent '$inc =~ s/"//g; # this was added'. But I'm still getting the same failure - and I ran 'perl Build realclean' before rebuilding. However, I haven't tried building against Prima-1.40 with that change in place. Only tried against Prima-1.43. Cheers, Rob -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ -------------------------------------------------------------------------------- _______________________________________________ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-devel
------------------------------------------------------------------------------
_______________________________________________ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-devel