From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: warnings during compilation of guile-1.8.2 and "FAIL: check-guile" Date: Fri, 17 Aug 2007 09:38:49 +1000 Message-ID: <874pizgid2.fsf@zip.com.au> References: <20E79F362B5B894EBCBAB1E6001174318B5303@scomp0041.wurnet.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187307541 19052 80.91.229.12 (16 Aug 2007 23:39:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2007 23:39:01 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Aug 17 01:38:59 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ILova-0003VS-LB for guile-bugs@m.gmane.org; Fri, 17 Aug 2007 01:38:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILova-0004xX-6X for guile-bugs@m.gmane.org; Thu, 16 Aug 2007 19:38:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILovW-0004xS-Fc for bug-guile@gnu.org; Thu, 16 Aug 2007 19:38:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILovV-0004xG-1N for bug-guile@gnu.org; Thu, 16 Aug 2007 19:38:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILovU-0004xD-TV for bug-guile@gnu.org; Thu, 16 Aug 2007 19:38:52 -0400 Original-Received: from mailout2-7.pacific.net.au ([61.8.2.230] helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILovU-0003oy-EP for bug-guile@gnu.org; Thu, 16 Aug 2007 19:38:52 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 3FBCBC067D for ; Fri, 17 Aug 2007 09:38:37 +1000 (EST) Original-Received: from localhost (ppp2FC8.dyn.pacific.net.au [61.8.47.200]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id E28A98C2A for ; Fri, 17 Aug 2007 09:38:49 +1000 (EST) Original-Received: from gg by localhost with local (Exim 4.67) (envelope-from ) id 1ILovS-0001HR-21 for bug-guile@gnu.org; Fri, 17 Aug 2007 09:38:50 +1000 In-Reply-To: <20E79F362B5B894EBCBAB1E6001174318B5303@scomp0041.wurnet.nl> (Frank Storbeck's message of "Thu, 2 Aug 2007 09:29:14 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3563 Archived-At: "Storbeck, Frank" 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 :-) _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile