Re: libguile-1.8.5 fails to compile under mingw+msys

2009-01-23 Thread Neil Jerram
2009/1/23 Ludovic Courtès : > Hello! > > Neil Jerram writes: > >> I finally got round to fixing this; please see >> http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=d6818567553aafdbbbca327d4a1b1289a6816858. > > Your fix is OK, but I think it's a bug in pthread-w32 to rely on > non-prefix

Re: libguile-1.8.5 fails to compile under mingw+msys

2009-01-23 Thread Ludovic Courtès
Hello! Neil Jerram writes: > I finally got round to fixing this; please see > http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=d6818567553aafdbbbca327d4a1b1289a6816858. Your fix is OK, but I think it's a bug in pthread-w32 to rely on non-prefixed `HAVE_' macros (`gen-scmconfig' does a

Re: libguile-1.8.5 fails to compile under mingw+msys

2009-01-22 Thread Neil Jerram
Hi again Carlo, 2008/7/22 carlo.bramix : > Hello. > > Into pthread.h of pthread-win32 package there is this code: > > #ifndef HAVE_STRUCT_TIMESPEC > #define HAVE_STRUCT_TIMESPEC 1 > struct timespec { >long tv_sec; >long tv_nsec; > }; > #endif /* HAVE_STRUCT_TIMESPEC */ > > When con

Re: libguile-1.8.5 fails to compile under mingw+msys

2008-07-21 Thread Neil Jerram
Hi Carlo, Thanks for your email... 2008/7/18 carlo.bramix <[EMAIL PROTECTED]>: > Hello, > I got the sources of libguile-1.8.5 and I tried to compile them under > mingw+msys. > The compilation failed because of this error: > > ../../guile-1.8.5/libguile/threads.c: In function > `scm_timed_wait_c

libguile-1.8.5 fails to compile under mingw+msys

2008-07-18 Thread carlo.bramix
Hello, I got the sources of libguile-1.8.5 and I tried to compile them under mingw+msys. The compilation failed because of this error: ../../guile-1.8.5/libguile/threads.c: In function `scm_timed_wait_condition_variable': ../../guile-1.8.5/libguile/threads.c:1277: error: storage size of 'waittim