Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/29/2013 08:25 PM, Orion Poplawski wrote: > On 12/29/2013 01:34 PM, Alan W. Irwin wrote: >> Please let me know if my latest PLplot change from config.h to >> plplot_config.h (revision 12914) solves this issue. Of course, if it >> doesn't solve it, the change was worth doing anyway. And if it d

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/29/2013 01:34 PM, Alan W. Irwin wrote: > Please let me know if my latest PLplot change from config.h to > plplot_config.h (revision 12914) solves this issue. Of course, if it > doesn't solve it, the change was worth doing anyway. And if it does > solve it, I hope your bug report still convinc

Re: [Plplot-devel] Deprecated routines and bindings?

2013-12-29 Thread Alan W. Irwin
On 2013-12-29 19:13- James Tappin wrote: > Thanks for the clarification. > > Since gdl's cvs handles the new API correctly, I've put a warning in the > AUR gnudatalanguage package and created a gnudatalanguage-cvs package that > can be built successfully. (Of course other distro's mileage may

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Alan W. Irwin
On 2013-12-29 11:18-0700 Orion Poplawski wrote: > On 12/29/2013 11:00 AM, Alan W. Irwin wrote: >> [...T]he root cause is a subtle change in how >> octave attempts to include its config.h. For 3.6.x, oct.h used >> >> #include "config.h" >> >> which meant that file (located in the same directory as

Re: [Plplot-devel] Deprecated routines and bindings?

2013-12-29 Thread James Tappin
Thanks for the clarification. Since gdl's cvs handles the new API correctly, I've put a warning in the AUR gnudatalanguage package and created a gnudatalanguage-cvs package that can be built successfully. (Of course other distro's mileage may vary). James On 29 December 2013 18:21, Alan W. Irw

Re: [Plplot-devel] Deprecated routines and bindings?

2013-12-29 Thread Alan W. Irwin
On 2013-12-29 09:48- James Tappin wrote: > Am I right in thinking that even if PL_DEPRECATED is set to ON at build > time, the deprecated routines such as 'plwid' are only accessible from C? Not exactly. For example, if you look in bindings/c++/plstream.cc there are lots of references to PL_

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/29/2013 11:00 AM, Alan W. Irwin wrote: > On 2013-12-29 08:41-0700 Orion Poplawski wrote: > >> On 12/28/2013 10:49 PM, Alan W. Irwin wrote: >>> On 2013-12-28 16:53-0700 Orion Poplawski wrote: >>> On 06/27/2013 11:44 AM, RCY wrote: > Hi, > I am trying to build the development ve

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Alan W. Irwin
On 2013-12-29 08:41-0700 Orion Poplawski wrote: > On 12/28/2013 10:49 PM, Alan W. Irwin wrote: >> On 2013-12-28 16:53-0700 Orion Poplawski wrote: >> >>> On 06/27/2013 11:44 AM, RCY wrote: Hi, I am trying to build the development version of plplot with octave bindings. However I ge

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/28/2013 10:49 PM, Alan W. Irwin wrote: > On 2013-12-28 16:53-0700 Orion Poplawski wrote: > >> On 06/27/2013 11:44 AM, RCY wrote: >>> Hi, >>> I am trying to build the development version of plplot with octave >>> bindings. However I get numerous errors. >>> Is the version incompatible with

[Plplot-devel] Deprecated routines and bindings?

2013-12-29 Thread James Tappin
Am I right in thinking that even if PL_DEPRECATED is set to ON at build time, the deprecated routines such as 'plwid' are only accessible from C? Even after I had enabled PL_DEPRECATED in the build, the release version of gnudatalanguage (gdl, 0.9.4) was unable to find the wid method and I could n