Rob did you ever get the module to build on the win32 system? I have the MinGW 
environment installed and I just tried it with the latest tarball and have the 
same results as yours below. Does it have to be built from within the Perl tree 
- I did it from the extracted directory in my Downloads directory.

Thanks,


CLIFF SOBCHUK
Core RF Engineering
Phone 613-667-1974   ecn: 8109-71974
mobile 403-819-9233
yahoo: sobchuk
www.ericsson.com 

"The author works for Telefonaktiebolaget L M Ericsson ("Ericsson"), who is 
solely responsible for this email and its contents. All inquiries regarding 
this email should be addressed to Ericsson. The web site for Ericsson is 
www.ericsson.com."

This Communication is Confidential. We only send and receive email on the basis 
of the terms set out at www.ericsson.com/email_disclaimer


-----Original Message-----
From: Sisyphus [mailto:[email protected]] 
Sent: June-14-11 3:31 AM
To: Clifford Sobchuk; Dima Kogan; Chris Marshall
Cc: [email protected]
Subject: Re: [Perldl] PDL::Graphics::Gnuplot


----- Original Message -----
From: "Clifford Sobchuk" <[email protected]>
To: "Clifford Sobchuk" <[email protected]>; "Dima Kogan" 
<[email protected]>; "Chris Marshall" <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, June 14, 2011 6:01 AM
Subject: Re: [Perldl] PDL::Graphics::Gnuplot


> The perl module is called Graphics::GnuplotIF. Reading the information 
> section it says that he uses gnuplot.exe. This is the command line version 
> of gnuplot, non-piped version (unless they have modified the more recent 
> versions to include pipes, although pgnuplot.exe does still come 
> packaged).
>
> In the description of the module he provides some information.
>
> http://search.cpan.org/~mehner/Graphics-GnuplotIF-1.7/lib/Graphics/GnuplotIF.pm
>
> I'll try and get git functional again and give the module a try.

I think you should be able to grab the source tarball by clicking on the 
"Downloads" link at
https://github.com/dkogan/PDL-Graphics-Gnuplot
(dkogan-PDL-Graphics-Gnuplot-0a4b380.tar.gz is the snapshot that I have).

I also grabbed
http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/gp45-winbin.zip
and tried to build (on win32, perl-5.14.0) that snapshot of 
PDL-Graphics-Gnuplot against it:

####################################
C:\_32\comp\dkogan-PDL-Graphics-Gnuplot-0a4b380>perl Makefile.PL

Warning: The codepage of the graph window (1252) and that of the
console (850) differ. Use `set encoding` or `!chcp` if extended
characters don't display correctly.
Checking if your kit is complete...
Looks good
Writing Makefile for PDL::Graphics::Gnuplot

C:\_32\comp\dkogan-PDL-Graphics-Gnuplot-0a4b380>dmake test
cp lib/PDL/Graphics/Gnuplot.pm blib\lib\PDL\Graphics\Gnuplot.pm
C:\perl512_M\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib\
lib', 'blib\arch')" t/*.t
t/00-load.t ...
t/00-load.t ... 1/1 #   Failed test 'use PDL::Graphics::Gnuplot;'
#   at t/00-load.t line 6.
#     Tried to use 'PDL::Graphics::Gnuplot'.
#     Error:  List form of pipe open not implemented at 
C:\_32\comp\dkogan-PDL-Graphics-Gnuplot-0a4b380\blib\lib/PDL/Graphics/Gnuplot.pm
 
line 650.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Bailout called.  Further testing stopped:
# Testing PDL::Graphics::Gnuplot 0.01, Perl 5.012000, 
C:\PERL51~3\bin\perl.exe
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
dmake:  Error code 129, while making 'test_dynamic'

C:\_32\comp\dkogan-PDL-Graphics-Gnuplot-0a4b380>perl -Mblib tst.pl
List form of pipe open not implemented at lib/PDL/Graphics/Gnuplot.pm line 
650.
Compilation failed in require at tst.pl line 8.
BEGIN failed--compilation aborted at tst.pl line 8.

#####################################

Is there an alternative to that troublesome "list form of pipe open" ? - one 
that might work on Windows ?

Cheers,
Rob 


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to