|
From: Tatsuro M. <tma...@ya...> - 2015-05-06 10:55:11
|
--- Hans-Bernhard Bröker wrote: > Am 5.2015 um 19:20 schrieb sfeam: > > > The call to select() is inside a block marked #ifdef WXT_MULTITHREADED > > Maybe the new cygwin version now supports multithreading but the older > > one did not? > > Unlikely. The key problem is that the code has completely failed to > #include the necessary header for select(). It was only included > indirectly, by sheer happenstance. That's a bona fide bug, which just > happened not to trigger until now. Now, after a change to the header > files of cygwin, it does. > > I've checked in an improved fix already. > > > I confirmed the fix. Thanks. Tatsuro |