Re: [64bit] cygwin-devel headers broken

2015-05-02 Thread Csaba Raduly
On Fri, May 1, 2015 at 9:29 PM, Michael Enright wrote: > When changing from compiler to compiler, even if it be just an OS > point version upgrade, implicit header inclusions go away all the > time. As a developer, I just shrug this off as one of the trade-offs > of choosing to develop in C or C++

Re: [64bit] cygwin-devel headers broken

2015-05-02 Thread Corinna Vinschen
On May 1 14:38, Eric Blake wrote: > On 05/01/2015 02:12 PM, Marco Atzeri wrote: > >>> It seems that sys/select.h is no longer implicitly included by some > >>> other header, I think probably sys/time.h. > > POSIX says: > > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html#

Re: [64bit] cygwin-devel headers broken

2015-05-01 Thread Eric Blake
On 05/01/2015 02:12 PM, Marco Atzeri wrote: >>> It seems that sys/select.h is no longer implicitly included by some >>> other header, I think probably sys/time.h. POSIX says: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html#tag_13_64 "Inclusion of the header may make vis

Re: [64bit] cygwin-devel headers broken

2015-05-01 Thread J. Offerman
Yes, xserver builds on Cygwin 2.0.1-1 now. It failed because of "select" being undeclared. On Fri, May 1, 2015 at 5:10 AM, Jon TURNEY wrote: > On 01/05/2015 06:03, Marco Atzeri wrote: >> >> On 4/30/2015 8:52 PM, Thomas Wolff wrote: >>> >>> There is a crash issue induced on cygwin-64 (not on -32)

Re: [64bit] cygwin-devel headers broken

2015-05-01 Thread Marco Atzeri
On 5/1/2015 7:58 PM, Thomas Wolff wrote: Am 01.05.2015 um 14:10 schrieb Jon TURNEY: On 01/05/2015 06:03, Marco Atzeri wrote: On 4/30/2015 8:52 PM, Thomas Wolff wrote: It seems that sys/select.h is no longer implicitly included by some other header, I think probably sys/time.h. Thanks for th

Re: [64bit] cygwin-devel headers broken

2015-05-01 Thread Michael Enright
When changing from compiler to compiler, even if it be just an OS point version upgrade, implicit header inclusions go away all the time. As a developer, I just shrug this off as one of the trade-offs of choosing to develop in C or C++, which lack proper module systems. On Fri, May 1, 2015 at 10:

Re: [64bit] cygwin-devel headers broken

2015-05-01 Thread Thomas Wolff
Am 01.05.2015 um 14:10 schrieb Jon TURNEY: On 01/05/2015 06:03, Marco Atzeri wrote: On 4/30/2015 8:52 PM, Thomas Wolff wrote: There is a crash issue induced on cygwin-64 (not on -32) after compilation with cygwin-devel 2.0.0 include files. I am recompiling my editor mined and it crashes, maybe

Re: [64bit] cygwin-devel headers broken

2015-05-01 Thread Jon TURNEY
On 01/05/2015 06:03, Marco Atzeri wrote: On 4/30/2015 8:52 PM, Thomas Wolff wrote: There is a crash issue induced on cygwin-64 (not on -32) after compilation with cygwin-devel 2.0.0 include files. I am recompiling my editor mined and it crashes, maybe immediately or after typing non-trivial inpu

Re: [64bit] cygwin-devel headers broken

2015-04-30 Thread Marco Atzeri
On 4/30/2015 8:52 PM, Thomas Wolff wrote: There is a crash issue induced on cygwin-64 (not on -32) after compilation with cygwin-devel 2.0.0 include files. I am recompiling my editor mined and it crashes, maybe immediately or after typing non-trivial input (like function keys, waiting for input

[64bit] cygwin-devel headers broken

2015-04-30 Thread Thomas Wolff
There is a crash issue induced on cygwin-64 (not on -32) after compilation with cygwin-devel 2.0.0 include files. I am recompiling my editor mined and it crashes, maybe immediately or after typing non-trivial input (like function keys, waiting for input with select()). It does not occur after reco