From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nils Durner Newsgroups: gmane.lisp.guile.bugs Subject: Re: [Patch] --with-threads on MinGW Date: Thu, 14 Dec 2006 23:12:41 +0100 Message-ID: <4581CC59.7020408@web.de> References: <457316BF.6090003@web.de> <87veks33jf.fsf@zip.com.au> <457490A5.80601@web.de> <878xhbnyfo.fsf@zip.com.au> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166134474 6246 80.91.229.10 (14 Dec 2006 22:14:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 22:14:34 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 14 23:14:34 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 1GuyqW-0000Uc-Vr for guile-bugs@m.gmane.org; Thu, 14 Dec 2006 23:14:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuyqW-0003hx-5a for guile-bugs@m.gmane.org; Thu, 14 Dec 2006 17:14:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuyqS-0003hk-IM for bug-guile@gnu.org; Thu, 14 Dec 2006 17:14:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuyqS-0003hY-52 for bug-guile@gnu.org; Thu, 14 Dec 2006 17:14:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuyqS-0003hV-30 for bug-guile@gnu.org; Thu, 14 Dec 2006 17:14:28 -0500 Original-Received: from [84.57.179.110] (helo=enterprise) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GuyqO-0001fI-RM for bug-guile@gnu.org; Thu, 14 Dec 2006 17:14:28 -0500 Original-Received: from [192.168.0.3] (dell [192.168.0.3]) by enterprise (Postfix) with ESMTP id 12BDCDC43 for ; Thu, 14 Dec 2006 23:08:07 +0100 (CET) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: bug-guile@gnu.org In-Reply-To: <878xhbnyfo.fsf@zip.com.au> X-Enigmail-Version: 0.94.0.0 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:3432 Archived-At: > I made the change below to go via a union to pick out some info. Does > it look about right? Yes, looks good. 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 Best, Nils Durner _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile