From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Tuexen Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_mutex_lock and scm_mutex_unlock Date: Sun, 23 Oct 2005 17:40:19 +0200 Message-ID: <0670f7f98de893c735f61c3d27eb60c9@lurchi.franken.de> References: <87fyqss9h1.fsf@uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130082135 9853 80.91.229.2 (23 Oct 2005 15:42:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 15:42:15 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 23 17:42:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EThyi-0002cW-Ri for guile-devel@m.gmane.org; Sun, 23 Oct 2005 17:41:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EThyh-0007zp-Oo for guile-devel@m.gmane.org; Sun, 23 Oct 2005 11:41:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EThyT-0007zI-39 for guile-devel@gnu.org; Sun, 23 Oct 2005 11:41:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EThyP-0007yo-Pb for guile-devel@gnu.org; Sun, 23 Oct 2005 11:41:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EThyP-0007yj-7b for guile-devel@gnu.org; Sun, 23 Oct 2005 11:41:25 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EThyP-00015k-5T for guile-devel@gnu.org; Sun, 23 Oct 2005 11:41:25 -0400 Original-Received: from [192.168.1.17] (p508F6C63.dip.t-dialin.net [80.143.108.99]) by ilsa.franken.de (Postfix) with ESMTP id 2B495245DA; Sun, 23 Oct 2005 17:41:21 +0200 (CEST) (KNF account authenticated via SMTP-AUTH) In-Reply-To: <87fyqss9h1.fsf@uni-dortmund.de> Original-To: Marius Vollmer X-Mailer: Apple Mail (2.623) 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:5344 Archived-At: Hi Marius, thanks, that works. It now stops at eval.c:2658: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared =20= here (not in a function) Any idea, how to fix that? I'm trying to compile it on Mac OS X 10.3.9. Best regards Michael On Oct 23, 2005, at 14:28 Uhr, Marius Vollmer wrote: > 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-=20 > core.unstable.tar.gz > > > --=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