Message111085
issue9079a.diff doesn't compile on Windows - timeval isn't defined. You'd have to include Winsock2.h [0]. Adding something like the following within the HAVE_FTIME block would work...
#ifdef MS_WINDOWS
#include <Winsock2.h>
#endif
I don't currently have time to dig deeper into this stuff, but test_queue hangs. Running the suite without test_queue leaves 31 other failures and something hangs in the background so the test never completes. That was all done with issue9079a.diff applied, plus my winsock include.
[0] http://msdn.microsoft.com/en-us/library/ms740560(VS.85).aspx |
|
| Date |
User |
Action |
Args |
| 2010-07-21 16:33:55 | brian.curtin | set | recipients:
+ brian.curtin, tim.peters, georg.brandl, rhettinger, mark.dickinson, belopolsky, pitrou, tim.golden, rnk |
| 2010-07-21 16:33:54 | brian.curtin | set | messageid: <[email protected]> |
| 2010-07-21 16:33:52 | brian.curtin | link | issue9079 messages |
| 2010-07-21 16:33:51 | brian.curtin | create | |
|