Re: [Plplot-devel] octave 3.6.0 issues

2012-02-18 Thread Alan W. Irwin
On 2012-02-17 21:42-0700 Orion Poplawski wrote: > On 02/08/2012 11:25 AM, Alan W. Irwin wrote: >> On 2012-02-08 07:44- Andrew Ross wrote: >> >>> On Tue, Feb 07, 2012 at 09:28:27PM -0700, Orion Poplawski wrote: On 01/28/2012 12:27 PM, Andrew Ross wrote: > On Sat, Jan 28, 2012 at 08:02

Re: [Plplot-devel] octave 3.6.0 issues

2012-02-17 Thread Orion Poplawski
On 02/08/2012 11:25 AM, Alan W. Irwin wrote: > On 2012-02-08 07:44- Andrew Ross wrote: > >> On Tue, Feb 07, 2012 at 09:28:27PM -0700, Orion Poplawski wrote: >>> On 01/28/2012 12:27 PM, Andrew Ross wrote: On Sat, Jan 28, 2012 at 08:02:17AM -0700, Orion Poplawski wrote: > On 01/28/2012 0

Re: [Plplot-devel] octave 3.6.0 issues

2012-02-08 Thread Alan W. Irwin
On 2012-02-08 07:44- Andrew Ross wrote: > On Tue, Feb 07, 2012 at 09:28:27PM -0700, Orion Poplawski wrote: >> On 01/28/2012 12:27 PM, Andrew Ross wrote: >>> On Sat, Jan 28, 2012 at 08:02:17AM -0700, Orion Poplawski wrote: On 01/28/2012 01:04 AM, Andrew Ross wrote: > Orion - the change

Re: [Plplot-devel] octave 3.6.0 issues

2012-02-07 Thread Andrew Ross
On Tue, Feb 07, 2012 at 09:28:27PM -0700, Orion Poplawski wrote: > On 01/28/2012 12:27 PM, Andrew Ross wrote: > > On Sat, Jan 28, 2012 at 08:02:17AM -0700, Orion Poplawski wrote: > >> On 01/28/2012 01:04 AM, Andrew Ross wrote: > >>> Orion - the changes were committed to svn last week. Have you trie

Re: [Plplot-devel] octave 3.6.0 issues

2012-02-07 Thread Orion Poplawski
On 01/28/2012 12:27 PM, Andrew Ross wrote: > On Sat, Jan 28, 2012 at 08:02:17AM -0700, Orion Poplawski wrote: >> On 01/28/2012 01:04 AM, Andrew Ross wrote: >>> Orion - the changes were committed to svn last week. Have you tried since >>> then? >>> If so and it still fails, can you provide details?

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-28 Thread Alan W. Irwin
On 2012-01-28 08:02-0700 Orion Poplawski wrote: > On 01/28/2012 01:04 AM, Andrew Ross wrote: >> Orion - the changes were committed to svn last week. Have you tried since >> then? >> If so and it still fails, can you provide details? > > Sorry, forgot to check. But split is still used in test_oct

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-28 Thread Andrew Ross
On Sat, Jan 28, 2012 at 08:02:17AM -0700, Orion Poplawski wrote: > On 01/28/2012 01:04 AM, Andrew Ross wrote: > > Orion - the changes were committed to svn last week. Have you tried since > > then? > > If so and it still fails, can you provide details? > > Sorry, forgot to check. But split is st

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-28 Thread Orion Poplawski
On 01/28/2012 01:04 AM, Andrew Ross wrote: > Orion - the changes were committed to svn last week. Have you tried since > then? > If so and it still fails, can you provide details? Sorry, forgot to check. But split is still used in test_octave.sh.in and test_octave_interactive.sh.in. -- Orion

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-28 Thread Andrew Ross
On Fri, Jan 27, 2012 at 03:56:50PM -0800, Alan Irwin wrote: > On 2012-01-27 14:59-0500 Chris Marshall wrote: > >> Is there some reason that split cannot be used >> for Octave releases and strsplit for more recent >> ones rather than abandoning support for older >> Octaves? > > Hi Chris: > > I think

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-27 Thread Alan W. Irwin
On 2012-01-27 14:59-0500 Chris Marshall wrote: > Is there some reason that split cannot be used > for Octave releases and strsplit for more recent > ones rather than abandoning support for older > Octaves? Hi Chris: I think split is the way we should go since it doesn't compromise our current Oc

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-27 Thread Chris Marshall
Is there some reason that split cannot be used for Octave releases and strsplit for more recent ones rather than abandoning support for older Octaves? --Chris On Fri, Jan 27, 2012 at 2:35 PM, Orion Poplawski wrote: > On 01/16/2012 06:25 PM, Alan W. Irwin wrote: >> On 2012-01-16 14:46-0700 Orion

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-27 Thread Orion Poplawski
On 01/16/2012 06:25 PM, Alan W. Irwin wrote: > On 2012-01-16 14:46-0700 Orion Poplawski wrote: > >> - split has now be removed from octave in favor of strsplit: >> >> 6: error: `split' undefined near line 3 column 5 >> >> I believe this has been raised before but was decided to stay with split at >

Re: [Plplot-devel] octave 3.6.0 issues

2012-01-16 Thread Alan W. Irwin
On 2012-01-16 14:46-0700 Orion Poplawski wrote: > - split has now be removed from octave in favor of strsplit: > > 6: error: `split' undefined near line 3 column 5 > > I believe this has been raised before but was decided to stay with split at > the time for octave 3.0 support. Thanks for bringi

[Plplot-devel] octave 3.6.0 issues

2012-01-16 Thread Orion Poplawski
Two issues arose trying to build plplot with octave 3.6.0: - octave needs to be passed "--no-window-system" if DISPLAY is not set, which I need to due when building the fedora package. The attached patch allows me to set the $otaveopts variable to do this. - split has now be removed from oct