Re: [Plplot-devel] Redacted dimension arguments

2016-01-20 Thread James Tappin
On 20 January 2016 at 08:47, Jerry wrote: > > On Jan 19, 2016, at 5:32 AM, Phil Rosenberg > wrote: > > > I'm perhaps less keen on the idea of using the minimum dimension. > > Passing unequal sized arrays is clearly and error and so I think we > > should flag it is such is the loudest way possibl

Re: [Plplot-devel] extcairo w/ GtkAda

2015-06-12 Thread James Tappin
>From a quick check of one of the Fortran exmples in gtk-fortran, I think that the problem is that the call is too early. The call to pl_cmd needs to come AFTER the call to plinit or plstar (it seems counter-intuitive but that seems to be the case) -- here is the relevant bit from the gtk version o

Re: [Plplot-devel] A possible design of our new Fortran binding

2015-05-17 Thread James Tappin
If I understand correctly, then this is pretty much what we do in gtk-fortran where a script is able to parse the gtk+ (along with gdk, glib, cairo and the other dependencies) headers to make a set of Fortran interface definitions. There are only a couple of significant issues that need to be cons

Re: [Plplot-devel] Current GIT tree incompatible with GnuDataLanguage

2015-03-08 Thread James Tappin
It is still an issue with the cvs tree, so now that I know what's going on I'll put in a proper bug report. (And also put a warning on the AUR packages about the incompatibilities). James On 8 March 2015 at 16:53, Alan W. Irwin wrote: > On 2015-03-08 12:53- James Tappin wrote:

Re: [Plplot-devel] Current GIT tree incompatible with GnuDataLanguage

2015-03-08 Thread James Tappin
include/ImageMagick \ -I/usr/include/python2.7 \ -I/usr/lib/python2.7/site-packages/numpy/core/include" .. make but it also happens without the various other options. James On 5 March 2015 at 23:03, Alan W. Irwin wrote: > On 2015-03-05 21:10- James Tappin wrote

Re: [Plplot-devel] Current GIT tree incompatible with GnuDataLanguage

2015-03-05 Thread James Tappin
:51-0000 James Tappin wrote: > > This is just a quick heads-up to say that some of the relatively recent >> plplot changes mean that the GDL Cmake scripts fail to find the library. >> >> I've not had time to check out exactly what has changed and probably won't >

[Plplot-devel] Current GIT tree incompatible with GnuDataLanguage

2015-03-05 Thread James Tappin
This is just a quick heads-up to say that some of the relatively recent plplot changes mean that the GDL Cmake scripts fail to find the library. I've not had time to check out exactly what has changed and probably won't for a few days. So if anyone knows what is likely to need doing it might be wo

Re: [Plplot-devel] plConfig.h

2014-10-18 Thread James Tappin
Thanks for the advice Alan. I've added a patch file to the AUR package for plplot, and now gnudatalanguage builds OK. James On 17 October 2014 22:39, Alan W. Irwin wrote: > On 2014-10-17 20:56+0100 James Tappin wrote: > > In plConfig.h there is a group of lines: >> >

[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] Problem checking out the source under Linux

2014-01-23 Thread James Tappin
It works OK here (using the Arch PKGBUILD) on a VM with Manjaro unstable running on a real machine with Manjaro Stable: The relevant lines of the commands are: _svntrunk=http://svn.code.sf.net/p/plplot/code/trunk _svnmod=plplot svn co ${_svntrunk} ${_svnmod} --config-dir ./ Which looks to me t

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

2013-12-30 Thread James Tappin
On 29 December 2013 20:53, Alan W. Irwin wrote: > > @James: To help guide Andrew's decision, very roughly how long (days, > months, or years?) do you estimate it will be before the > gnudatalanguage-cvs version (with the adjustment for our C++ > plstream::wid API breakage) gets officially release

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

2013-12-29 Thread James Tappin
3 18:21, Alan W. Irwin wrote: > 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,

[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