Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-25 Thread Arjen Markus
Nesbitt Sent: Thursday, August 24, 2023 10:43 PM To: Arjen Markus Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler Caution: This message was sent from outside of Deltares. Please do not click links or open attachments unless you

Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-24 Thread Arjen Markus
Hi Jeremy, My apologies for not reacting sooner (me being one of the maintainers of PLplot), but at the very least you were able to solve your problem yourself. Could you specify the problems you met with the Intel oneAPI ifx compiler? Intel intends to phase out the classic one at some point

Re: [Plplot-devel] setlocale

2023-06-02 Thread Arjen Markus
Hi Hazen, Phil, If the setting and restoring of the locale takes so much time, then would it be an option to use this only on the plot functions that might actually be affected by the locale? I have only glanced at the code and I have no idea how much work it would be. That would preserve the

Re: [Plplot-devel] bug in notpointinpolygon

2023-05-12 Thread Arjen Markus
Hi Phil, Thanks for analysing this. In the past I have seen awkward fills as well. The code is rather tricky and it seems you have uncovered yet another case where things may go wrong. The test suite should be able to capture if anything breaks with your change. So, if that is not the case,

Re: [Plplot-devel] [PATCH] drivers/wingdi: Fix compiling in 64-bit Windows system

2023-04-03 Thread Arjen Markus
Hi, Thanks for this patch. I will apply it. Is GCLP_HCURSOR also available under 32-bits? Regards, Arjen -Original Message- From: Biswapriyo Nath Sent: 28 March 2023 08:06 To: plplot-devel@lists.sourceforge.net Subject: [Plplot-devel] [PATCH] drivers/wingdi: Fix compiling in 64-bit

Re: [Plplot-devel] Deprecated operator in the Octave binding

2023-01-10 Thread Arjen Markus
es.nl" as an attachment. * Arjen Markus [2022-12-29 13:32]: > I am currently trying to incorporate the patches you sent, but I am running > into a problem with Octave. Here is the start of a whole series of error > messages: > > [ 16%] Swig compile plplot_octave.i for oc

Re: [Plplot-devel] Deprecated operator in the Octave binding

2023-01-10 Thread Arjen Markus
I have more luck with MinGW-w64/MSYS2: SWIG 4.1.1 and Octave 7.3.0. I will try those then. Regards, Arjen -Original Message- From: Arjen Markus Sent: 10 January 2023 15:44 To: Rafael Laboissière ; PLplot development list Subject: RE: [Plplot-devel] Deprecated operator in the Octave

Re: [Plplot-devel] Run Octave non-interactive tests with the --no-gui option

2023-01-08 Thread Arjen Markus
Hi Rafael, Thanks for this update. I will try and test the Octave and SWIG versions you mentioned today or within the next few days. (I am currently limited to Windows-based environments - Cygwin and MinGW, as well as basic Windows - so I may not have access to these versions. But wewill see.)

Re: [Plplot-devel] Deprecated operator in the Octave binding

2022-12-29 Thread Arjen Markus
Hi Rafael, I am currently trying to incorporate the patches you sent, but I am running into a problem with Octave. Here is the start of a whole series of error messages: [ 16%] Swig compile plplot_octave.i for octave [ 16%] Built target plplot_octave_swig_compilation [ 17%] Building CXX object

Re: [Plplot-devel] Build a static version of libplplotada

2022-12-19 Thread Arjen Markus
December 2022 11:55 To: Arjen Markus Cc: Rafael Laboissière ; PLplot development list Subject: Re: [Plplot-devel] Build a static version of libplplotada Caution: This message was sent from outside of Deltares. Please do not click links or open attachments unless you recognize the source of this email

Re: [Plplot-devel] Build a static version of libplplotada

2022-12-18 Thread Arjen Markus
Hi Rafael, I am looking into the patches and suggestions you sent. This is specific to Debian, you say, so the new code is to be run on Debian only. What would be an appropriate check that we are running on this platform? (I have no experience with building the Ada package or with Ada at all,

Re: [Plplot-devel] Build a static version of libplplotada

2022-12-15 Thread Arjen Markus
Hi Rafael, Thanks for the patches. I will try and apply them in the coming few days. I have not seen any other replies and was away myself, so my reply is a trifle late. Regards, Arjen -Original Message- From: Rafael Laboissière Sent: 08 December 2022 12:10 To: PLplot development

Re: [Plplot-devel] CMake fails to detect NaN for Fortran

2022-11-30 Thread Arjen Markus
Hi Rafael, I overlooked the patch you attached. This is certainly a workaround, but the function isnan (in the guise of myisnan) is called by a single example only. Like I stated, most compilers support the ieee_is_nan standard function nowadays, so I suggest we clean this up more thoroughly.

Re: [Plplot-devel] CMake fails to detect NaN for Fortran

2022-11-30 Thread Arjen Markus
Hi Rafael, Hm, that means that the compiler detects the problem at compile time. As compilers get better all the time, shortcuts like these will fail from time to time. I would have to investigate what the best way is to solve this. (Most compilers support the standard function ieee_is_nan()

Re: [Plplot-devel] Native build problems when cross-compiling PLplot

2022-02-24 Thread Arjen Markus
Hi Sebastian, Alan informed me about earlier experiences with cross-compilation. I copy his answer below: === Hi Arjen: Andrew Ross got cross-compilation to work (with some limitations) back in 2009. I suggest if you haven't done so already you review that mailing list thread (which you can

Re: [Plplot-devel] Cross-compilation of PLplot

2022-02-24 Thread Arjen Markus
Hi Alan, Thanks for this information - I will look up these pages (and forward this information to Sebastian ). Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 23 February 2022 21:50 To: Arjen Markus Cc: PLplot development list Subject: Re: [Plplot-devel] Cross

[Plplot-devel] Cross-compilation of PLplot

2022-02-22 Thread Arjen Markus
Hi, Sebastian Ehlert asked me about cross-compilation of PLplot for different platforms as part of cond-forge/plplot-feedstock. He found out that this needs to be done in two steps, one to build the auxiliary programs for use on the native platform and the second for the actual

Re: [Plplot-devel] D language support topic

2019-09-03 Thread Arjen Markus
clear. The D bindings are turned on but then CMake tells me something went wrong during the last stage, writing the actual makefiles. Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 02 September 2019 12:27 To: Arjen Markus Cc: Takeshi Enomoto ; PLplot development list

Re: [Plplot-devel] D language support topic

2019-09-02 Thread Arjen Markus
Hi Alan, I will have a look at this - I have built CMake before, that should not be a problem . I have no experience, however, with the D compiler you mention. Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 01 September 2019 01:40 To: Takeshi Enomoto ; Arjen Markus

Re: [Plplot-devel] CMake problem with hyphen in path

2019-07-15 Thread Arjen Markus
Hi Alan, Phil, -Original Message- From: Alan W. Irwin Sent: 13 July 2019 21:15 To: Phil Rosenberg Cc: PLplot development list Subject: Re: [Plplot-devel] CMake problem with hyphen in path On 2019-07-13 08:05- Phil Rosenberg wrote: > Hi Alan > You may be right. > I tried

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-22 Thread Arjen Markus
Hi Alan, See my answers below. Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 21 May 2019 22:12 To: Arjen Markus Cc: 'Phil Rosenberg' ; PLplot development list Subject: RE: Testing of the next PLplot release On 2019-05-21 07:05- Arjen Markus wrote: >>> A

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-21 Thread Arjen Markus
Hi Alan, I have added my responses and findings below. Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 17 May 2019 23:21 To: Arjen Markus Cc: 'Phil Rosenberg' ; PLplot development list Subject: RE: Testing of the next PLplot release Hi Arjen: See my review of your

Re: [Plplot-devel] 5.14.0 release status

2018-12-03 Thread Arjen Markus
Hi Alan -Original Message- From: Alan W. Irwin Sent: zondag 2 december 2018 03:35 To: Arjen Markus ; PLplot development list Subject: Re: [Plplot-devel] 5.14.0 release status The current status of the PLplot-5.14.0 release process is as follows: The PLplot development freeze

Re: [Plplot-devel] Intermittent Ada example build failures are now back again (SOLVED by gnat-8)

2018-09-17 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > > By the way, it is a bit of a concern for the Cygwin rolling release that the > CMake, > gcc, and gnat versions are getting pretty far behind what is available with > MinGW- > w64/MSYS2, but, of

Re: [Plplot-devel] Intermittent Ada example build failures are now back again (SOLVED by gnat-8)

2018-09-14 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > To Jerry and Arjen: > > On Sunday (just before commit 7ec926fae) I discovered that my installs of > gdc-7 > and gnat-7 were probably not good choices because although I had both gcc-7 > and > gcc-8

Re: [Plplot-devel] Recent bump of CMake minimum version

2018-09-10 Thread Arjen Markus
Hi Alan, Thanks for this warning - I will have to see then how the building of CMake goes ... Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > Sent: Sunday, September 09, 2018 1:19 PM > To: Arjen Markus; PLplot development li

Re: [Plplot-devel] Installed version of PLplot working again!

2018-08-28 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > Sent: Monday, August 27, 2018 3:26 AM > To: PLplot development list > Subject: [Plplot-devel] Installed version of PLplot working again! > > As of commit e298aa70a, the installed version of PLplot

Re: [Plplot-devel] Status of our octave binding and examples for version 4.4.0 of octave

2018-08-14 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > Sent: Monday, August 13, 2018 9:56 PM > To: Arjen Markus > Cc: Orion Poplawski; PLplot development list > Subject: RE: Status of our octave binding and examples for version

Re: [Plplot-devel] Status of our octave binding and examples for version 4.4.0 of octave

2018-08-13 Thread Arjen Markus
Hi Alan, > However, I hope those comments (such as the possibility mentioned above of > building an octave MinGW-w64/MSYS2 package for yourself using the pacman > packaging information at > ) > are still of some use to

Re: [Plplot-devel] Status of our octave binding and examples for version 4.4.0 of octave

2018-08-09 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > Sent: Thursday, August 09, 2018 1:07 AM > > Thanks for that confirmation on Cygwin. That is the first time in a long > time (if > ever?) that octave has worked on that platform for us which I

Re: [Plplot-devel] Status of our octave binding and examples for version 4.4.0 of octave

2018-08-07 Thread Arjen Markus
) but its status is completely unclear to me. As is how it should be installed (pacman does not recognise it) Regards, Arjen > -Original Message- > From: Arjen Markus [mailto:arjen.mar...@deltares.nl] > Sent: Monday, August 06, 2018 2:33 PM > To: Alan W. Irwin; Orion Poplawski

Re: [Plplot-devel] Status of our octave binding and examples for version 4.4.0 of octave

2018-08-06 Thread Arjen Markus
Hi Alan, I am back from my holiday, so I should have the opportunity to test the new binding. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:alan.w.irwin1...@gmail.com] > Sent: Thursday, August 02, 2018 12:40 AM > To: Orion Poplawski; Arjen Markus

Re: [Plplot-devel] -h command-line issue on Cygwin

2018-01-08 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Hi Arjen: > > Since both x01c and x01f have special command-line parsing, I suggest the > first > thing you should do is try other C and Fortran examples (e.g., x00c or x00f) > to see > if the

Re: [Plplot-devel] Command-line parsing improvements for both C and Fortran

2018-01-07 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Saturday, January 06, 2018 3:30 AM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: Command-line parsing improvements for both C and Fortran > > On 201

Re: [Plplot-devel] Command-line parsing improvements for both C and Fortran

2018-01-05 Thread Arjen Markus
of max_cstring_length, but of course this is merely the location where it is noted something is wrong, not necessarily the cause. Regards, Arjen From: Arjen Markus Sent: Friday, January 05, 2018 9:10 AM To: 'Alan W. Irwin' Cc: PLplot development list Subject: RE: Command-line parsing improvements for both C

Re: [Plplot-devel] Command-line parsing improvements for both C and Fortran

2018-01-05 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Furthermore, I would appreciate you following the parsing testing advice in > README.release section 2.7.2 to discover which parts of this API work for > gfortran > with version > 4.9.2 (e.g.,

Re: [Plplot-devel] Command-line parsing improvements for both C and Fortran

2018-01-03 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > This commit completes my parsing API changes in bindings/fortran/*.f90 and my > changes to examples/fortran/x01f.f90 to test all of these parsing API's. I > would > appreciate your review of my

Re: [Plplot-devel] Command-line parsing improvements for both C and Fortran

2017-12-27 Thread Arjen Markus
yours ;) - I respond before having seen it.) Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, December 26, 2017 9:16 AM > To: Arjen Markus; PLplot development list > Subject: Command-line parsing improvem

Re: [Plplot-devel] Possible fix for the test_ada project on Cygwin (NO LONGER RELEVANT)

2017-11-07 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, November 07, 2017 11:20 PM > > Hi Arjen: > > To clean up some preliminary stuff, please don't set GNAT_LIB unless > absolutely > necessary. Specifying that variable is a workaround

Re: [Plplot-devel] Possible fix for the test_ada project on Cygwin (NO LONGER RELEVANT)

2017-11-07 Thread Arjen Markus
Hi Alan, I got an odd error while running the comprehensive test script for Ada - see the attached tarball. The good news is that it was a crash in running the program, not an interruption of the build process. Regards, Arjen > -Original Message- > From: Alan W. Irwin

Re: [Plplot-devel] Possible fix for the test_ada project on Cygwin (NO LONGER RELEVANT)

2017-11-07 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Friday, November 03, 2017 8:37 PM > When you get a chance please commit this change on a local topic branch using > "git am" and try it out on Cygwin using > >

Re: [Plplot-devel] Possible fix for the test_ada project on Cygwin

2017-10-31 Thread Arjen Markus
> -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, October 30, 2017 7:33 PM > To: Arjen Markus; PLplot development list > Subject: Possible fix for the test_ada project on Cygwin > > Hi Arjen (returning this discussion to

Re: [Plplot-devel] [plplot:bugs] #189 Using WIN32 Macro instead of _WIN32

2017-10-10 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, October 10, 2017 1:36 PM > > My understanding is non-POSIX Cygwin is a thing of the past, i.e., you have > the > POSIX version where no variant of WIN32 is #defined. But to be

Re: [Plplot-devel] [plplot:bugs] #189 Using WIN32 Macro instead of _WIN32

2017-10-10 Thread Arjen Markus
cc.gnu.org/onlinedocs/gcc-3.2/cpp/System-specific-Predefined-Macros.html#System-specific%20Predefined%20Macros. I guess that only adds to the confusion :(. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, Oc

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-05 Thread Arjen Markus
lto:ir...@beluga.phys.uvic.ca] > Sent: Thursday, October 05, 2017 5:10 AM > To: Phil Rosenberg; Jim Dishaw; Arjen Markus; PLplot development list > Subject: Re: wingcc and wingdi build bugs > > On 2017-10-05 00:57+0100 Phil Rosenberg wrote: > > > The my cmake command and it

[Plplot-devel] Update of the Wiki: obsolete information?

2017-10-03 Thread Arjen Markus
Hi Alan, others, I have updated the Wiki page on the status of PLplot for the Windows platforms. I noticed however that we list information about the Borland and Open Watcom compilers, as well as the CGM device. I have not seen any mention of the two compilers or of the CGM device for many

Re: [Plplot-devel] Missing pyqtconfig module issue should now be fixed

2017-09-06 Thread Arjen Markus
Hi Alan, I can confirm that it works: D:\plplot-svn\build-mingw-alt>cmake ..\plplot-git -G "MSYS Makefiles" -DBUILD_TEST=ON -DCMAKE_CXX_FLAGS="-fabi-version=8" ... -- WARNING: PLPLOT_USE_QT5 is OFF so setting ENABLE_pyqt5 to OFF -- pyqt: SIP_EXECUTABLE = C:/msys64/mingw64/bin/sip.exe

Re: [Plplot-devel] Missing pyqtconfig module issue should now be fixed

2017-09-06 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, September 05, 2017 8:07 PM > > > To settle this question of the various names for the various > > combinations of Python2 versus Python3 and Qt4 versus Qt5, on > > MinGW-w64/MSYS2

Re: [Plplot-devel] Missing pyqtconfig module issue should now be fixed

2017-09-04 Thread Arjen Markus
Hi Alan, See below. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Sunday, September 03, 2017 4:47 AM > To: Arjen Markus; PLplot development list > Subject: Missing pyqtconfig module issue should now be fix

Re: [Plplot-devel] Is it time to remove our old fortran and our old Tcl bindings and examples?

2017-08-29 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, August 29, 2017 6:00 AM > To: Arjen Markus; PLplot development list > Subject: Is it time to remove our old fortran and our old Tcl bindings and > examples? > &

Re: [Plplot-devel] On-going Windows testing, and our Wiki summary of it

2017-08-28 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, August 28, 2017 10:05 AM > Hi Arjen: > > Could you please take a look at > > where I have recently added a

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-22 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, August 21, 2017 9:04 PM > > By the way, we had absolutely clear weather this morning for looking at the > partial > solar eclipse that was visible from here and which reached ~90 per

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-21 Thread Arjen Markus
Hi Alan, I have uploaded the full contents of the examples directory, as you requested. It was your earlier estimate of 62 MB that prompted me to limit it to merely the PostScript files ;). Anyway, I agree: the remaining issues with the various Windows-based platforms can be examined

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-15 Thread Arjen Markus
Hi Alan, Okay, a bit more grumpiness: I expand the path to get access to git in the comprehensive tests, but then CMake fails: -- Looking for gdi32 header and library -- Looking for gdi32 header and library - found CMake Error at cmake/modules/FindwxWidgets.cmake:933 (message):

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-15 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Friday, August 11, 2017 6:33 PM > > Once you perform (1), (2'), and (3), I should have two report tarballs to > look at as > well as one ~62MB tarball collection of plot file results, and

Re: [Plplot-devel] Planning for the release of 5.13.0 - findings regarding Cygwin

2017-08-14 Thread Arjen Markus
11:27 AM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [Plplot-devel] Planning for the release of 5.13.0 - findings > regarding > Cygwin > > On 2017-08-14 08:19- Arjen Markus wrote: > > > It looks as if some component is missing - as it still didn't w

Re: [Plplot-devel] Planning for the release of 5.13.0 - findings regarding Cygwin

2017-08-14 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, August 14, 2017 10:16 AM > > This 2.8 versus 3.0 issue is something we need to look into. For the moment > > I will > just continue with 3.0 only. > > I don't really understand the

Re: [Plplot-devel] Planning for the release of 5.13.0 - findings regarding Cygwin

2017-08-14 Thread Arjen Markus
Hi Alan, As promised: I have found that currently wxWidgets is not acknowledged by PLplot on my laptop and I had a look at the report to find out why, because in previous tests I did have it. Here is the situation: -In december last year, the build did include wxWidgets, as witnessed

Re: [Plplot-devel] Finding the sip system directory and sip command flags for PyQt4 and PyQt5

2017-08-11 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Thursday, August 10, 2017 11:19 PM ... > * The PyQt4 case > >In this case we currently depend on the pyqtconfig Python module to >find the sip system directory and sip command flags,

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-08 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, August 08, 2017 11:46 AM > > So if you use make -j8 (or so) and ctest -j8 for your comprehensive test it > will really > go ~4 times faster because those -j options will utilize your

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-08 Thread Arjen Markus
Hi Alan, See below. > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, August 08, 2017 1:59 AM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [Plplot-devel] Planning for the release of 5.13.0 > >

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-04 Thread Arjen Markus
August 03, 2017 8:56 PM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [Plplot-devel] Planning for the release of 5.13.0 > > On 2017-08-02 19:36- Arjen Markus wrote: > > >> -Original Message- > >> From: Alan W. Irwin [mailto:ir...@belug

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-03 Thread Arjen Markus
Hi Alan, I thought that perhaps it was due to the number of arguments, but even that does not seem to be the case: all: gcc -o x x.c -DX0-0 -DX1=1 ... -DX199=199 will produce an executable x.exe without any problems. Regards, Arjen From: Arjen Markus [mailto:arjen.mar

Re: [Plplot-devel] Planning for the release of 5.13.0

2017-08-02 Thread Arjen Markus
Hi Alan, See below - we are no closer to a solution, sigh. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, August 01, 2017 9:57 AM > ... > 1. If you get good results in the Cygwin case, but not the > MinGW-w64/MSYS2

Re: [Plplot-devel] Planning for the release of 5.13.0 --Cygwin Ada issue

2017-08-01 Thread Arjen Markus
Hi Alan, See below in context. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, August 01, 2017 5:02 AM > To: Arjen Markus > Cc: PLplot development list > Subject: Planning for the release of 5.13.0

Re: [Plplot-devel] The wxwidgets version you use for MSVC - solved (not quite though)

2017-07-12 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, July 12, 2017 3:21 AM > > By the way, this is really good news that MSVC found this issue and you > reported it > because previously I was having trouble figuring out why that code

Re: [Plplot-devel] The wxwidgets version you use for MSVC - solved (not quite though)

2017-07-11 Thread Arjen Markus
Hi Alan, Phil, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, July 10, 2017 11:36 PM > > Anyhow, I now think you have had all the input you need from Phil and me to > fix or > work around this wxwidgets linking issue you have discovered, and

Re: [Plplot-devel] The wxwidgets version you use for MSVC

2017-07-11 Thread Arjen Markus
t; To: Arjen Markus; Phil Rosenberg; plplot-devel@lists.sourceforge.net > Subject: Re: [Plplot-devel] The wxwidgets version you use for MSVC > > On 2017-07-10 11:20-0700 Alan W. Irwin wrote: > > > On 2017-07-10 11:05- Arjen Markus wrote: > > > > [...] > >> A

Re: [Plplot-devel] The wxwidgets version you use for MSVC

2017-07-10 Thread Arjen Markus
> -Original Message- > From: Phil Rosenberg [mailto:p.d.rosenb...@gmail.com] > Sent: Monday, July 10, 2017 12:31 PM > To: Arjen Markus; Alan W. Irwin; plplot-devel@lists.sourceforge.net > Subject: Re: The wxwidgets version you use for MSVC > > Last email of speculation > >

Re: [Plplot-devel] The wxwidgets version you use for MSVC

2017-07-10 Thread Arjen Markus
Hi Phil, Quite the same - see my earlier reply. Regards, Arjen > -Original Message- > From: Phil Rosenberg [mailto:p.d.rosenb...@gmail.com] > Sent: Monday, July 10, 2017 12:02 PM > To: Arjen Markus; plplot-devel@lists.sourceforge.net > Cc: Alan W. Irwi

Re: [Plplot-devel] The wxwidgets version you use for MSVC

2017-07-10 Thread Arjen Markus
Hi Phil, > -Original Message- > From: Phil Rosenberg [mailto:p.d.rosenb...@gmail.com] > Sent: Monday, July 10, 2017 11:49 AM > To: Arjen Markus; plplot-devel@lists.sourceforge.net > Cc: Alan W. Irwin > Subject: Re: The wxwidgets version you use for MSVC > > Hi

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-07-06 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, July 05, 2017 8:38 PM > @Arjen: > > Glad you solved the find issue. Please commit your fix to > cmake/modules/FindwxWidgets.cmake > Will do - I will have to clean up the file a

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-07-05 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, July 04, 2017 11:08 PM > > I would advise concentrating on debugging the results of each relevant find > command (e.g., find_library, find_path, find_file, and possibly >

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-07-05 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, July 04, 2017 12:30 AM > > To answer your question above, now that you have had this success, I would > appreciate you doing the following: > > 1. Run (all on one line rather than

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-07-04 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, July 04, 2017 12:30 AM > > Hi Arjen: > > Congratulations on this success after a number of iterations between us. It > is a > great feeling to not have this uncertainty hanging over

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-07-03 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Saturday, July 01, 2017 11:08 PM > > Hi Arjen: > > After reviewing the code, I spotted a fundamental error in the Windows > variant of > the three-semaphores case which is that code used

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-29 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 28, 2017 9:44 PM > > > I am now looking forward to your -fabi-version=8 wxwidgets results for > MinGW-w64/MSYS2 as well as your wxwidgets results for MSVC. > I added the option

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-29 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 28, 2017 9:44 PM > > Yes, you are certainly correct to be concerned about that issue; I assume the > same > ABI incompatibility issues occur on the MSVC side of things as

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-28 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 28, 2017 9:48 AM > > > In the heat of the moment I forgot to say something that I will say now. It > was a > huge milestone to get the PLplot components of wxwidgets building

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-28 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 28, 2017 3:01 AM > > Hi Arjen: > > > When faced with a fatal error like that, google is your friend. It was getting late, my laptop's battery was nearing its limit and I

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-27 Thread Arjen Markus
Hi Alan, I could say "I have good news and bad news". First of all, with this latest version I can indeed build the wxWidgets driver without complaints, using the 64-bits version of MinGW-w64/MSYS2, but when I run an example I get: [cid:image001.png@01D2EF82.D7F76F70] I guess this means

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-27 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, June 27, 2017 9:12 AM > > However, (see commit message for details) I ran into one other build issue > concerning the declaration of rand_s which is implemented in >

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-27 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, June 27, 2017 1:06 AM > To: Arjen Markus; PLplot development list; Phil Rosenberg; Pedro Vicente > Subject: RE: [Plplot-devel] Problem with wxWidgets under

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-23 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Friday, June 23, 2017 1:04 PM > > Hi Arjen: > > Thanks very much for that quick turnaround. > You're welcome :) > > I get compile errors as can be seen in the attached tarball (output > from

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-23 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 21, 2017 3:02 AM > > To Arjen and Phil: > > I have now made these 4 additional wxwidgets-related commits: > > 2bc0626 IPC for wxwidgets: Reenable the PL_WXWIDGETS_IPC3 option >

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-21 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 21, 2017 3:02 AM > > To Arjen and Phil: > > I have now made these 4 additional wxwidgets-related commits: > > 2bc0626 IPC for wxwidgets: Reenable the PL_WXWIDGETS_IPC3 option >

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, Ah, this came in after I had finished writing up my adventures. I will have a closer look later to see what needs to be done. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, June 20, 2017 8:37 PM ... > To

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, I just concluded a rather unsuccessful session to get the wxWidgets driver to build: Step 1: I changed the line #ifdef WIN32 in wxwidgets_comms.h to: #if defined(WIN32) && !defined(__MINGW32__) The macro __MINGW32__ is defined on MinGW-w64/MSYS2 32-bits and 64-bits. Step

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, June 20, 2017 12:12 PM > > In general, many small focussed commits (each with a good commit message) are > better than one massive commit. So please go ahead and commit your change

[Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi everyone, I made a small adjustment to the FindwxWidgets.cmake file so that it would properly recognise the installation of wxWidgets under MinGW-w64/MSYS2. CMake was happy with it, but when I tried building PLplot, I got a compiler error: Scanning dependencies of target wxwidgets [

Re: [Plplot-devel] PyQt4 on MinGw-w64/MSYS2 - pyqtconfig

2017-06-05 Thread Arjen Markus
Hi Alan, Hazen, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Friday, June 02, 2017 9:08 PM > > Correction: wherever I said "packfile" above should be replaced with > "pkgfile". > (Sorry about that!) Furthermore, if you look at >

[Plplot-devel] PyQt4 on MinGw-w64/MSYS2 - pyqtconfig

2017-06-02 Thread Arjen Markus
Hi everyone, I have a simple question regarding PyQt4 on MinGW-w64/MSYS2. I have installed the package but when I run Cmake to build PLplot, I get the message that pyqtconfig is missing - is this something I need to install separately? If so, how? (I have a version for Cygwin, but I do not

Re: [Plplot-devel] Space in full pathname issues

2017-05-15 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Friday, May 12, 2017 9:44 PM > > To keep this organized, here is a summary of what you have discovered so far: > > (1) You have an infinite loop for any version of a "spaced" install prefix >

Re: [Plplot-devel] Space in full pathname issues

2017-05-12 Thread Arjen Markus
Hi Alan, See my remarks in context. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, May 09, 2017 10:10 PM > To: Arjen Markus > Cc: PLplot development list > Subject: Re: [Plplot-devel] Space in fu

Re: [Plplot-devel] Space in full pathname issues

2017-05-09 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, May 08, 2017 7:18 PM > > Assuming the form I suggested on Cygwin > > cmake "-CMAKE_INSTALL_PREFIX=d:/plplot-src/install with spaces" > > does work there, please check that same

Re: [Plplot-devel] Space in full pathname issues

2017-05-09 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, May 09, 2017 9:50 AM > > Hi Arjen: > > The diff executable from the MinGW-w64/MSYS2 Unix tools should "just work" if > run from a bash script (as in comprehensive testing, ctest, >

Re: [Plplot-devel] Space in full pathname issues

2017-05-09 Thread Arjen Markus
Hi Alan, I will be using this message to answer the other two as well ;). See below. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, May 08, 2017 7:18 PM > To: Arjen Markus > Cc: Chris Marshall; PLp

Re: [Plplot-devel] Space in full pathname issues

2017-05-08 Thread Arjen Markus
Hi Alan, Chris, Just repeated the build experiment for "bare" Windows: -CMake, make and make install all work with a destination directory whose name contains spaces -However, nmake on the installed examples produces an error message: Microsoft (R) Program Maintenance

Re: [Plplot-devel] Space in full pathname issues

2017-05-08 Thread Arjen Markus
Hi Alan, Chris, I tried the same thing with MinGW-w64/MSYS2. This succeeded in so far, that: -CMake produced a full report and makefiles -make succeeded -make install succeeded as well -making the examples worked, except for Java - the path to the Java

Re: [Plplot-devel] Space in full pathname issues

2017-05-08 Thread Arjen Markus
Hi Alan, Chris, Here are my first experiences with directories containing spaces in their names. See below in context. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Friday, May 05, 2017 10:40 PM > To: Arjen M

  1   2   3   4   5   6   7   8   9   10   >