Re: Intermittent failures retrieving process exit codes

2013-11-13 Thread Tom Honermann
On 12/21/2012 01:30 AM, Tom Honermann wrote: I spent most of the week debugging this issue. This appears to be a defect in Windows. I can reproduce the issue without Cygwin. I can't rule out other third party kernel mode software possibly contributing to the issue. A simple change to Cygwin w

Re: something is wrong with cygwin's mirror checker

2013-11-13 Thread Wm. David Bentlage
On Wed, Nov 13, 2013 at 5:20 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote: > It is probably just a coincidence, but my usual mirror, > , has disappeared, not just from I got the following from the ANL mailing list. > Hello, > > The ANL Public Mirror Service

RE: something is wrong with cygwin's mirror checker

2013-11-13 Thread Buchbinder, Barry (NIH/NIAID) [E]
Christopher Faylor sent the following at Tuesday, November 12, 2013 1:30 PM >On Tue, Nov 12, 2013 at 01:08:37PM -0500, Christopher Faylor wrote: >>I don't know why but the mirror checker is screwed up. The last email I >>got from the system said that the mirrors were in good shape but >>http://cyg

x86_64-pc-cygwin directory

2013-11-13 Thread Wm. David Bentlage
Greetings, I've recently run setup-x86.exe on an AMD Operton machine running Windows Server 2003 to install in a directory /w/latest. (I installed more than just the baseline.) Setup created the following setup-x86.exe directories. Is that normal? What are they for? The files in the directori

Re: C++11 program link failure under GCC 4.8.2-1

2013-11-13 Thread Christopher Faylor
On Wed, Nov 13, 2013 at 04:19:15PM +0100, Corinna Vinschen wrote: >On Nov 13 09:01, Christopher Faylor wrote: >> On Wed, Nov 13, 2013 at 10:15:02AM +0100, Corinna Vinschen wrote: >> >On Nov 12 18:37, Ryan Johnson wrote: >> >> On 12/11/2013 5:30 PM, JonY wrote: >> >> >Right now, it is guarded by: >>

Latest Ghostscript 9.10 issue when using tiff output filter

2013-11-13 Thread Stefan Ziegler
Converting a PDF to tiff using Ghostscript results in an error. All tiff devices can't be used. I've used a fresh Cygwin with the latest Ghostsscript. Command used: gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=tiff24nc -sOutputFile=test.tiff test.pdf Error: Error writing data for field "BitsPerSample"

Re: C++11 program link failure under GCC 4.8.2-1

2013-11-13 Thread Corinna Vinschen
On Nov 13 09:01, Christopher Faylor wrote: > On Wed, Nov 13, 2013 at 10:15:02AM +0100, Corinna Vinschen wrote: > >On Nov 12 18:37, Ryan Johnson wrote: > >> On 12/11/2013 5:30 PM, JonY wrote: > >> >Right now, it is guarded by: > >> >#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) > >>

Re: C++11 program link failure under GCC 4.8.2-1

2013-11-13 Thread Christopher Faylor
On Wed, Nov 13, 2013 at 10:15:02AM +0100, Corinna Vinschen wrote: >On Nov 12 18:37, Ryan Johnson wrote: >> On 12/11/2013 5:30 PM, JonY wrote: >> >Right now, it is guarded by: >> >#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) >> > >> >Which means non-strict mode and C99 mode, snprin

Re: C++11 program link failure under GCC 4.8.2-1

2013-11-13 Thread Corinna Vinschen
On Nov 12 18:37, Ryan Johnson wrote: > On 12/11/2013 5:30 PM, JonY wrote: > >Right now, it is guarded by: > >#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) > > > >Which means non-strict mode and C99 mode, snprintf was not part of > >C++03. I guess (__cplusplus >= 201103L) needs to b