Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Hi Arjen: > > You are absolutely right to ask Wadud to try the above simplest possible > example > of importing a type from another module first. > > However, another potential issue here is that if

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Alan W. Irwin
On 2016-05-09 18:50- Arjen Markus wrote: > Hi Wadud, > > > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> >> Hi Wadud: >> >> Thanks very much for your build test of PLplot using the NAG Fortran >> compiler. >> >> ... > >> To investigate further why

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Arjen Markus
Hi Wadud, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Hi Wadud: > > Thanks very much for your build test of PLplot using the NAG Fortran compiler. > > ... > > To investigate further why the above logic unexpectedly cannot be compiled > with > the NA

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Alan W. Irwin
On 2016-05-09 15:09- Wadud Miah wrote: > The NAG Fortran compiler has picked up a compilation error which I am > struggling to understand: > > Error: > /home/wadud/builds/plplot-plplot/bindings/f95/included_plplot_real_interfaces.f90, > line 1112: Cannot IMPORT PLCGRID because it does not e

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Arjen Markus
Hi Wadud, Looking at the code, I deduce that your compiler takes all the names available to the directly encompassing scope, interface_plfcont, rather than the encompassing module. Regardless of whether that is correct behaviour, I think the fix is to add PLcGrid to the imports for interface_

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Arjen Markus
Hi Wadud, I will have a closer look at it. I have never had the opportunity to use your compiler, so maybe we have been "lucky" sofar. Regards, Arjen From: Wadud Miah [mailto:wadud.m...@nag.co.uk] Sent: Monday, May 09, 2016 5:10 PM To: Arjen Markus; Alan W. Irwin Cc: plplot-devel@lists

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Wadud Miah
Hi Arjen, The NAG Fortran compiler has picked up a compilation error which I am struggling to understand: Error: /home/wadud/builds/plplot-plplot/bindings/f95/included_plplot_real_interfaces.f90, line 1112: Cannot IMPORT PLCGRID because it does not exist in the host INTERFACE_PLFCONT d

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Wadud Miah
Hi Arjen, Apologies for this question as I am not very familiar with Git, but what is the Git command I use to clone PLplot which has the corrections? Is it just: git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot Regards, Wadud. From: Arjen Markus [mailto:arjen.mar...@deltares.nl]

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-09 Thread Arjen Markus
Hi Wadud, That is right. The last argument, plplot-plplot, is actually the name of the directory that will contain the source code and auxiliary data files. You will get an up-to-date repository that way. Regards, Arjen From: Wadud Miah [mailto:wadud.m...@nag.co.uk] Sent: Monday, May