Re: [Plplot-devel] Why is the set_stream() call commented out for plstream::fill, etc.

2014-10-17 Thread Andrew Ross
On Thu, Oct 16, 2014 at 04:34:53PM -0700, Alan Irwin wrote: > On 2014-10-16 20:39+0100 Andrew Ross wrote: > > > > > Alan, > > > > It's because these three functions are callback functions which are > > called from another plplot function. They do not operate directly on > > a stream. > > Hi Andre

Re: [Plplot-devel] plConfig.h

2014-10-17 Thread Alan W. Irwin
On 2014-10-17 20:56+0100 James Tappin wrote: > In plConfig.h there is a group of lines: > > #ifdef HAVE_CONFIG_H > # include > #endif > > which should only get included when building plplot, but when building > other packages (notably gnudatalanguage) HAVE_CONFIG_H is defined with the > result t

[Plplot-devel] plConfig.h

2014-10-17 Thread James Tappin
In plConfig.h there is a group of lines: #ifdef HAVE_CONFIG_H # include #endif which should only get included when building plplot, but when building other packages (notably gnudatalanguage) HAVE_CONFIG_H is defined with the result that the build fails because plplot_config.h is not found. I'm

Re: [Plplot-devel] building docbook documentation on Cygwin

2014-10-17 Thread Alan W. Irwin
On 2014-10-17 14:43- phil rosenberg wrote: > Hi AllI am just updating the documentation for the new map routines. I thought while I was doing so I would see if I could get docbook building working on my Cygwin install. I seem to have gotten all the required packages installed and CMake will ge

Re: [Plplot-devel] Our next release

2014-10-17 Thread Phil Rosenberg
Thanks Alan, those changes look good to me, especially the const correctness - I am usually more careful than that with my consts. -Original Message- From: "Alan W. Irwin" Sent: ‎17/‎10/‎2014 07:48 To: "Phil Rosenberg" ; "Andrew Ross" Cc: "PLplot development list" Subject: Re: [Plplot

Re: [Plplot-devel] Our next release

2014-10-17 Thread Alan W. Irwin
On 2014-10-17 08:05- Arjen Markus wrote: > As there are also the two examples 8 and 19 to extend with the new features for both Fortran and Tcl, and the coming weeks are littered with work related events a later date for the release would indeed give me more opportunity to get the various task

Re: [Plplot-devel] Our next release

2014-10-17 Thread Arjen Markus
Hi Alan, As there are also the two examples 8 and 19 to extend with the new features for both Fortran and Tcl, and the coming weeks are littered with work related events a later date for the release would indeed give me more opportunity to get the various tasks done. Regards, Arjen >