----- 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