[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warnings during compilation of guile-1.8.2 and "FAIL: check-guile"
From: |
Kevin Ryde |
Subject: |
Re: warnings during compilation of guile-1.8.2 and "FAIL: check-guile" |
Date: |
Fri, 17 Aug 2007 09:38:49 +1000 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) |
"Storbeck, Frank" <address@hidden> writes:
>
> 1.
> == quote ===
> threads.c:525: warning: missing braces around initializer
That's supposed to be covered by SCM_NEED_BRACES_ON_PTHREAD_ONCE_INIT
which is tested by configure (see config.log) and set in
libguile/scmconfig.h, if you'd like to check if that test got the right
answer, and put it through.
(I believe the braces solaris demands are contrary to the posix standard
-- not that that helps anyone wanting it to work :-)