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

Re: [Plplot-devel] Octave status

2011-09-07 Thread Alan W. Irwin
On 2011-09-06 11:52+0100 Andrew Ross wrote: > On Sat, Sep 03, 2011 at 10:47:52PM +0100, Andrew Ross wrote: >> I've played around and it looks like the best thing to do is exactly >> the same trick I used to get the matwrapped octave bindings to work >> with -fvisibility=hidden, namely to put >> >>

Re: [Plplot-devel] Octave status

2011-09-06 Thread Andrew Ross
On Sat, Sep 03, 2011 at 10:47:52PM +0100, Andrew Ross wrote: > On Fri, Sep 02, 2011 at 09:56:57PM -0700, Alan Irwin wrote: > > > > I was going to suggest you try preprocessing tricks, until I realized > > that is probably what you meant by (1) rather than literal patching > > with the patch progra

Re: [Plplot-devel] Octave status

2011-09-03 Thread Andrew Ross
On Fri, Sep 02, 2011 at 09:56:57PM -0700, Alan Irwin wrote: > On 2011-09-02 20:49+0100 Andrew Ross wrote: > > > On Tue, Jan 11, 2011 at 09:28:36PM -0800, Alan Irwin wrote: > >> > >> This commit finishes what I planned to do for Octave, and I am glad to > >> say that Andrew has already started maki

Re: [Plplot-devel] Octave status

2011-09-02 Thread Alan W. Irwin
On 2011-09-02 20:49+0100 Andrew Ross wrote: > On Tue, Jan 11, 2011 at 09:28:36PM -0800, Alan Irwin wrote: >> >> This commit finishes what I planned to do for Octave, and I am glad to >> say that Andrew has already started making some improvements (i.e., >> handling NULL arguments) to my work. >> >

Re: [Plplot-devel] Octave status

2011-09-02 Thread Andrew Ross
On Tue, Jan 11, 2011 at 09:28:36PM -0800, Alan Irwin wrote: > > This commit finishes what I planned to do for Octave, and I am glad to > say that Andrew has already started making some improvements (i.e., > handling NULL arguments) to my work. > > Here are some known remaining Octave issues which