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: [Patch] --with-threads on MinGW Date: Fri, 15 Dec 2006 11:24:25 +1100 Message-ID: <87wt4ugg5i.fsf@zip.com.au> References: <457316BF.6090003@web.de> <87veks33jf.fsf@zip.com.au> <457490A5.80601@web.de> <878xhbnyfo.fsf@zip.com.au> <4581CC59.7020408@web.de> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166142326 28268 80.91.229.10 (15 Dec 2006 00:25:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2006 00:25:26 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 15 01:25:24 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gv0t8-0008Ed-R0 for guile-bugs@m.gmane.org; Fri, 15 Dec 2006 01:25:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gv0t8-00011V-AZ for guile-bugs@m.gmane.org; Thu, 14 Dec 2006 19:25:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gv0sV-0000SC-Gh for bug-guile@gnu.org; Thu, 14 Dec 2006 19:24:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gv0sT-0000Pw-D2 for bug-guile@gnu.org; Thu, 14 Dec 2006 19:24:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gv0sT-0000Pc-3y for bug-guile@gnu.org; Thu, 14 Dec 2006 19:24:41 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gv0sS-00034V-Su for bug-guile@gnu.org; Thu, 14 Dec 2006 19:24:41 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 930D411926C; Fri, 15 Dec 2006 11:24:36 +1100 (EST) Original-Received: from localhost (ppp24C8.dyn.pacific.net.au [61.8.36.200]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 463CE27437; Fri, 15 Dec 2006 11:24:37 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1Gv0sD-0002zu-Us; Fri, 15 Dec 2006 11:24:25 +1100 Original-To: Nils Durner In-Reply-To: <4581CC59.7020408@web.de> (Nils Durner's message of "Thu, 14 Dec 2006 23:12:41 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:3433 Archived-At: Nils Durner writes: > > However, pthread.h has to be included somewhere to have > timespec declared. > Otherwise, building fails with > > threads.c: In function `scm_timed_wait_condition_variable': > threads.c:1264: error: storage size of 'waittime' isn't known It should come from pthread-threads.h, which is included by threads.h for SCM_USE_PTHREAD_THREADS. Can you check if that happens. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile