Re: [Plplot-devel] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-08 Thread Alan W. Irwin
On 2011-09-08 11:46-0600 Doug Hunt wrote: > OK, I'll add -lm by default--I don't think that will hurt anything. Hi Doug: With the PLplot cross-platform build system we specifically exclude -lm for the Windows case because (as I understand it) Windows does not have a separate math library. So my

Re: [Plplot-devel] [Perldl] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-08 Thread Doug Hunt
OK! PDL-Graphics-PLplot 0.60 now includes ./a.out --Doug dh...@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Thu, 8 Sep 2011, Orion Poplawski wrote: > On 09/08/2011 01:25 PM, Doug Hunt wrote: >> Hi Orion: I just uploaded PDL-Graphics-PLplot version 0.59 to CPAN. This >> incl

Re: [Plplot-devel] [Perldl] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-08 Thread Orion Poplawski
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 ca

Re: [Plplot-devel] [Swig-user] How to #include your own header before the #includes that swig generates? (fwd)

2011-09-08 Thread Alan W. Irwin
Hi Andrew: It looks like the %begin %{...%} swig directive is an even slicker answer than the -include FILE gcc option, see below. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvi

Re: [Plplot-devel] [Perldl] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-08 Thread Doug Hunt
Hi Orion: I just uploaded PDL-Graphics-PLplot version 0.59 to CPAN. This includes adding -lm and Sysiphus's Windows compile patch. Regards, Doug dh...@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Thu, 8 Sep 2011, Doug Hunt wrote: > OK, I'll add -lm by default--I don't

Re: [Plplot-devel] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-08 Thread Doug Hunt
OK, I'll add -lm by default--I don't think that will hurt anything. I also owe Sisyphus a window compile update. Regards, Doug dh...@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Thu, 8 Sep 2011, Orion Poplawski wrote: > On 09/02/2011 04:59 PM, Doug Hunt wrote: >> Hi Ori

Re: [Plplot-devel] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-08 Thread Orion Poplawski
On 09/02/2011 04:59 PM, Doug Hunt wrote: > Hi Orion, all: I've just uploaded a new version of PDL-Graphics-PLplot to CPAN > (v 0.57) which incorporates some fixes recently merged in from the the PDL > source tree and also includes an improved plplot_library_tests.t. > > This test now compiles and r

Re: [Plplot-devel] Octave status

2011-09-08 Thread Alan W. Irwin
On 2011-09-08 08:27-0700 Alan W. Irwin wrote: > I was thinking along the lines of #including the following header > _before_ any other octave header > > #include > #if !defined (_MSC_VER) > #undef OCTAVE_EXPORT > #define OCTAVE_EXPORT __attribute__ ( ( visibility( "default" ) ) ) > #endif > > (I

Re: [Plplot-devel] Octave status

2011-09-08 Thread Alan W. Irwin
On 2011-09-08 12:41+0100 Andrew Ross wrote: > On Wed, Sep 07, 2011 at 12:46:23PM -0700, Alan Irwin wrote: >> On 2011-09-06 11:52+0100 Andrew Ross wrote: >> >>> >>> I've committed a perl script to do this. It would be nicer to do it in >>> sed but I'm not sure how. The old octave bindings required

Re: [Plplot-devel] Ocaml bindings broken

2011-09-08 Thread Hezekiah M. Carty
On Wed, Sep 7, 2011 at 7:36 AM, Andrew Ross wrote: > > Hez, > > On both my Ubuntu boxes (different versions) the ocaml bindings are > currently broken. I get an error generation plplot.ml > > File "/home/andrew/software/plplot/build/bindings/ocaml/plplot.ml", line 1, > characters 0-1: > Error: Th

Re: [Plplot-devel] Octave status

2011-09-08 Thread Andrew Ross
On Wed, Sep 07, 2011 at 12:46:23PM -0700, Alan Irwin wrote: > On 2011-09-06 11:52+0100 Andrew Ross wrote: > > > > > I've committed a perl script to do this. It would be nicer to do it in > > sed but I'm not sure how. The old octave bindings required perl anyway > > so it is not an extra constraint