On 09/08/2011 01:25 PM, Doug Hunt wrote:
Hi Orion: I just uploaded PDL-Graphics-PLplot version 0.59 to CPAN. This
includes adding -lm and Sysiphus's Windows compile patch.

Thanks, that gets farther. Next step is that you are assuming that "." in in the user's path, which is not always the case. The below patch fixes.

--- PDL-Graphics-PLplot-0.59/t/plplot_library_tests.t.path 2011-09-08 13:04:57.000000000 -0600 +++ PDL-Graphics-PLplot-0.59/t/plplot_library_tests.t 2011-09-08 14:51:05.584271634 -0600
@@ -50,7 +50,7 @@

   # Run C version
   my $devnull = File::Spec->devnull();
-  system "a.out -dev svg -o x${num}c.svg -fam > $devnull 2>&1";
+  system "./a.out -dev svg -o x${num}c.svg -fam > $devnull 2>&1";
   ok ($? == 0, "C code $c_code ran successfully");

   # Run perl version


With that change the tests pass for me.

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  [email protected]
Boulder, CO 80301              http://www.cora.nwra.com

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

Reply via email to