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
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
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
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
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