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