Re: stat-time.h vs. pthread-win32

2013-03-29 Thread Ludovic Courtès
Sorry, there was a thinko in the patch I posted: that doesn’t solve anything since the user’s gets included anyway. The root of the problem is that Guile’s ‘configure’ was defining HAVE_STRUCT_TIMESPEC, hence the problem: http://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=7e7c6f6a93

Re: stat-time.h vs. pthread-win32

2013-03-29 Thread Ludovic Courtès
Paul Eggert skribis: > That workaround looks OK to me. pthread-win32 > seems like it's in pretty bad shape, so hacks like > that appear to be necessary. Here’s a complete patch. Ludo’. >From 1147bf0f9efe58680f571b87907a741ce2d93a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A

Re: stat-time.h vs. pthread-win32

2013-03-28 Thread Paul Eggert
That workaround looks OK to me. pthread-win32 seems like it's in pretty bad shape, so hacks like that appear to be necessary.

stat-time.h vs. pthread-win32

2013-03-28 Thread Ludovic Courtès
Hi, time.in.h reads: --8<---cut here---start->8--- /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3). Or they define it with the wrong member names or define it in (e.g., FreeBSD circa 1997). Stock Mingw does not define it, but th