Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-03-18 Thread Vincent MAGNIN
Hi Alan, I can also today report that gtk-fortran / PLplot is running OK on these virtual machines: - Gentoo 201808 KDE: gfortran 7.3.0, PLplot 5.14 built with CMake, - Manjaro 18.0.2: gfortran 8.2.1, PLplot 5.14 built with CMake, - openSUSE 15.0: gfortran 7.3.1, PLplot 5.13. It is great th

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-03-15 Thread Alan W. Irwin
Hi Vincent: On 2019-03-15 09:55+0100 Vincent MAGNIN wrote: Hi Alan, I have finally successfully build gtk-fortran & PLplot>=5.13, as you can see on this screenshot: https://github.com/vmagnin/gtk-fortran/blob/gtk3/screenshots/hl_plplot8e_MSYS2_Windows7.png Nice screenshot, and excellent n

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-03-15 Thread Vincent MAGNIN
Hi Alan, I have finally successfully build gtk-fortran & PLplot>=5.13, as you can see on this screenshot: https://github.com/vmagnin/gtk-fortran/blob/gtk3/screenshots/hl_plplot8e_MSYS2_Windows7.png But I used a workaround. Instead of using find_package(plplot), we use pkg-config, which gives

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-03-05 Thread Alan W. Irwin
On 2019-03-04 10:16+0100 Vincent MAGNIN wrote: 2) I have downloaded PLplot 5.14.0 from SourceForge, built it and installed it (see attached files): $ mkdir build_pl && cd build_pl $ cmake ../plplot-5.14.0 >& cmake.out $ make VERBOSE=1 >& make.out $ make VERBOSE=1 install >& make_install.out $

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-03-05 Thread Vincent MAGNIN
Hi Alan, I have made some progress concerning PLplot & gtk-fortran: Le 04/03/2019 à 22:05, Alan W. Irwin a écrit : This is just a comment in passing about the installation prefix you have chosen by default here.  Instead, I suggest you specify the cmake option -DCMAKE_INSTALL_PREFIX=.  The pref

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-03-04 Thread Alan W. Irwin
Hi Vincent: It sounds from your remarks below that you are making good progress. More below in context. On 2019-03-04 10:16+0100 Vincent MAGNIN wrote: Hi Alan and Ole, thank you for your answers. Understanding a problem is half the solution. This is the report of my last efforts: 1) I hav

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing... (fwd)

2019-02-27 Thread Alan W. Irwin
. Irwin Subject: Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing... Hi Alan, Vincent, (Alan, please Cc to Vincent, and/or to the list) On 27.02.19 02:37, Alan W. Irwin wrote: On 2019-02-26 14:54+0100 Vincent MAGNIN wrote: I have tried some examples and successfully

Re: [Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-02-26 Thread Alan W. Irwin
On 2019-02-26 14:54+0100 Vincent MAGNIN wrote: Hi Alan, this is a report of my progress toward interfacing gtk-fortran and PLplot 5.14: 1) I finally installed in a virtual machine a Debian Sid (unstable) because if offers the PLplot 5.14 packages. 2) I have installed the following package

[Plplot-general] Working on PLplot 5.14 and gtk-fortran interfacing...

2019-02-26 Thread Vincent MAGNIN
Hi Alan, this is a report of my progress toward interfacing gtk-fortran and PLplot 5.14: 1) I finally installed in a virtual machine a Debian Sid (unstable) because if offers the PLplot 5.14 packages. 2) I have installed the following packages for gtk-fortran and PLplot: # apt install git