Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-20 Thread Dmitry Karasik
On Wed, Jun 17, 2015 at 10:32:37PM +0200, kmx wrote: > David, > > in fact Rob has opened > https://rt.cpan.org/Public/Bug/Display.html?id=105153 (which is AFAIK fixed > in Prima's github but not released yet). > > However it only fixes the incorrect values in Prima::Config that appear > when y

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-17 Thread David Mertens
It looks like Rob hasn't posted an issue yet. I've put on on Github: > https://github.com/dk/Prima/issues/29 > > David > > On Wed, Jun 10, 2015 at 7:31 AM, wrote: > >> >> From: kmx >> Sent: Tuesday, June 09, 2015 5:48 PM >> To: sisyph...@optusnet

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-17 Thread kmx
pdl-devel@lists.sourceforge.net <mailto:pdl-devel@lists.sourceforge.net> Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows > Rob, > see enclosed Prima/Config.pm patched with my "dirname(__FILE__)" hack > which might be a possibl

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-17 Thread David Mertens
5 at 7:31 AM, wrote: > > From: kmx > Sent: Tuesday, June 09, 2015 5:48 PM > To: sisyph...@optusnet.com.au ; pdl-devel@lists.sourceforge.net > Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows > > Rob, > > see enclosed Prima/Config.pm patched with my "d

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-17 Thread David Mertens
4_x64, etc - so I've altered > the script to rename those blibs when&as needed so that the libPrima.a can > be found. > > The builds then succeed for me. > > Thanks again. > > Cheers, > Rob > > From: kmx > Sent: Tuesday, June 09, 2015 3:39 AM > To

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-10 Thread sisyphus1
From: kmx Sent: Tuesday, June 09, 2015 5:48 PM To: sisyph...@optusnet.com.au ; pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows > Rob, > see enclosed Prima/Config.pm patched with my "dirname(__FILE__)" hack > which

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-09 Thread kmx
514_x64, etc - so I've altered the script to rename those blibs when&as needed so that the libPrima.a can be found. The builds then succeed for me. Thanks again. Cheers, Rob From: kmx Sent: Tuesday, June 09, 2015 3:39 AM To: sisyph...@optusnet.com.au ; pdl-devel@lists.sourceforge.net

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread sisyphus1
.@optusnet.com.au ; pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows Maybe I was too fast in my explanation: > 1/ Let's have PDL installed > 2/ I have managed somehow to install Prima-1.43 (there were some failing tests but nothing critical) > &g

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread kmx
that might be wrong. -- kmx On 8.6.2015 17:29, sisyph...@optusnet.com.au wrote: From: kmx Sent: Monday, June 08, 2015 11:40 PM To: pdl-devel@lists.sourceforge.net Cc: Sisyphus Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows I see the same failure on strawberry per

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread Chris Marshall
:* 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 >

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread Ed
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

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread kmx
during PDL-Drawing-Prima-0.10 build time 8/ So that is why I think there is something wrong with Prima::Config (it might be some interference with portable strawberry) Of course it is my theory that might be wrong. -- kmx On 8.6.2015 17:29, sisyph...@optusnet.com.au wrote: From: kmx Sent: Mond

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread Chris Marshall
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 "

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread sisyphus1
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 re

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread sisyphus1
From: kmx Sent: Monday, June 08, 2015 11:40 PM To: pdl-devel@lists.sourceforge.net Cc: Sisyphus Subject: Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows > I see the same failure on strawberry perl portable. It is IMO something > wrong with Prima::Config. Then how did you

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread kmx
I see the same failure on strawberry perl portable. It is IMO something wrong with Prima::Config. Try: C:\anydir> perl -MPrima::Config -MData::Dumper -E "print Dumper \%Prima::Config::Config" On my laptop there are directories that existed only during Prima build time e.g. 'inc' => '-ID:/S

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread Chris Marshall
This is a problem generated by EUMM changes that add a lot of quotes to address whitespace names problems. A work around is to add a line stripping the quotes before the @incs is set at the top of the Build.PL file: # These are lifted from PDL::Core::Dev, but use a less redundant style: > my $inc

[Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-08 Thread sisyphus1
Hi, Having upgraded PDL to 2.011 on my various Windows builds of perl, I now wanted to rebuild PDL::Graphics::Prima to work with 2.011. However, the prerequisite PDL::Drawing::Prima (version 0.10) fails to build. This is odd, as (IIRC) it built fine last time I built it (for 2.007). One thing t