|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-05-03 18:18:17
|
Am 03.05.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. |