From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_mutex_lock and scm_mutex_unlock Date: Sun, 23 Oct 2005 15:28:58 +0300 Message-ID: <87fyqss9h1.fsf@uni-dortmund.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130096593 17375 80.91.229.2 (23 Oct 2005 19:43:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 19:43:13 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 23 21:43:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETlif-0001sX-Bx for guile-devel@m.gmane.org; Sun, 23 Oct 2005 21:41:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETlie-0005BH-NV for guile-devel@m.gmane.org; Sun, 23 Oct 2005 15:41:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETfCV-0008I3-SY for guile-devel@gnu.org; Sun, 23 Oct 2005 08:43:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETfCQ-0008GW-8M for guile-devel@gnu.org; Sun, 23 Oct 2005 08:43:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETeyJ-0003DQ-CX for guile-devel@gnu.org; Sun, 23 Oct 2005 08:29:07 -0400 Original-Received: from [213.243.153.37] (helo=smtp1.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETeyJ-0006P6-5u for guile-devel@gnu.org; Sun, 23 Oct 2005 08:29:07 -0400 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp1.pp.htv.fi (Postfix) with SMTP id F32797FC9B for ; Sun, 23 Oct 2005 15:28:58 +0300 (EEST) Original-Received: (qmail 31215 invoked by uid 1000); 23 Oct 2005 12:28:58 -0000 Original-To: Michael Tuexen In-Reply-To: (Michael Tuexen's message of "Sat, 22 Oct 2005 17:07:00 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Mailman-Approved-At: Sun, 23 Oct 2005 15:41:21 -0400 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5345 Archived-At: Michael Tuexen writes: > I'm trying to compile guile-1.7.2 on Mac OS X 10.3.9. The compilation > breaks because scm_mutex_lock and scm_mutex_unlock are used in > libguile/arbiters.c but the compiler and I can not find a definition > of those functions. Where are they defined? That's a bug in guile 1.7.2 that has been fixed in CVS: 2005-03-18 Kevin Ryde * arbiters.c (FETCH_STORE) [generic C]: Should be scm_i_scm_pthread_mutex_lock/unlock now. Reported by Ludovic Court=E8s. You could try a recent 'unstable' snapshot: ftp://ftp.dt.e-technik.uni-dortmund.de/pub/guile/snapshots/guile-core.uns= table.tar.gz =20 --=20 GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel