Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-26 Thread Alan W. Irwin
On 2014-05-26 09:12- Arjen Markus wrote: > Hi Alan, > > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > >> So in the Windows case the code is executing exactly as designed, but if you >> are concerned about the possible inconsistency that can result if yo

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-26 Thread Arjen Markus
Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > So in the Windows case the code is executing exactly as designed, but if you > are concerned about the possible inconsistency that can result if you use the > wrong PATH as in case 2 above, then you cou

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-25 Thread Alan W. Irwin
On 2014-05-25 10:41- Arjen Markus wrote: > Hi Alan, > >> There is still one issue, however, in the results you report. You state for >> the build-tree case that the drivers are being loaded from the install tree. >> Are you sure? Because there is nothing in the above messages that confirm

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-25 Thread Arjen Markus
Hi Alan, > There is still one issue, however, in the results you report. You state for > the build-tree case that the drivers are being loaded from the install tree. > Are you sure? Because there is nothing in the above messages that confirms > or denies that and that result is obviously not

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-23 Thread Alan W. Irwin
Hi Arjen: Thanks for those test results. More below. On 2014-05-23 14:18- Arjen Markus wrote: > Hi Alan, > > Here is the output from the command "./x00c -dev psc -debug -o test.ps" (well > the first part, related to the various files), built on Cygwin 64 bits: > > plLoadDriver: Device not

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-23 Thread Arjen Markus
[mailto:ir...@beluga.phys.uvic.ca] Sent: Wednesday, May 21, 2014 1:04 AM To: Arjen Markus; PLplot development list Subject: Re: [Plplot-devel] revision 13125 needs Cygwin testing On 2014-05-20 12:21-0700 Alan W. Irwin wrote: > Hi Arjen: > > Please test revision 13125 on Cygwin. > > That

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-21 Thread Arjen Markus
...@beluga.phys.uvic.ca] Sent: Wednesday, May 21, 2014 1:04 AM To: Arjen Markus; PLplot development list Subject: Re: [Plplot-devel] revision 13125 needs Cygwin testing On 2014-05-20 12:21-0700 Alan W. Irwin wrote: > Hi Arjen: > > Please test revision 13125 on Cygwin. > > That revision changes

Re: [Plplot-devel] revision 13125 needs Cygwin testing

2014-05-20 Thread Alan W. Irwin
On 2014-05-20 12:21-0700 Alan W. Irwin wrote: > Hi Arjen: > > Please test revision 13125 on Cygwin. > > That revision changes a -debug printf specifier for size_t from %zu > (the c99 standard) to %lu for the Microsoft case as specified by the > Microsoft documentation of how size_t values must be

[Plplot-devel] revision 13125 needs Cygwin testing

2014-05-20 Thread Alan W. Irwin
Hi Arjen: Please test revision 13125 on Cygwin. That revision changes a -debug printf specifier for size_t from %zu (the c99 standard) to %lu for the Microsoft case as specified by the Microsoft documentation of how size_t values must be formatted (since they don't support %zu). This change fixe