From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Todd Newsgroups: gmane.lisp.guile.bugs Subject: Re: patch to build guile CVS on Mac OS X Date: Tue, 6 Jan 2004 17:30:18 -0600 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <20040106233018.GA10133@Richard-Todds-Computer.local> References: <20040106101709.GA27012@Richard-Todds-Computer.local> <87brpg8yv8.fsf@zip.com.au> Reply-To: Richard Todd NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0960656699==" X-Trace: sea.gmane.org 1073432475 23803 80.91.224.253 (6 Jan 2004 23:41:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 23:41:15 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 07 00:41:08 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ae0ou-0007ah-00 for ; Wed, 07 Jan 2004 00:41:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ae1kj-00070u-Oc for guile-bugs@m.gmane.org; Tue, 06 Jan 2004 19:40:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ae1d3-0004tN-Jj for bug-guile@gnu.org; Tue, 06 Jan 2004 19:32:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ae1cW-0004i5-NV for bug-guile@gnu.org; Tue, 06 Jan 2004 19:32:55 -0500 Original-Received: from [66.171.154.62] (helo=Richard-Todds-Computer.local) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ae1bx-0004Xp-F5 for bug-guile@gnu.org; Tue, 06 Jan 2004 19:31:49 -0500 Original-Received: by Richard-Todds-Computer.local (Postfix, from userid 501) id C1E6B82888; Tue, 6 Jan 2004 17:30:18 -0600 (CST) Original-To: Kevin Ryde In-Reply-To: <87brpg8yv8.fsf@zip.com.au> User-Agent: Mutt/1.4i X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1068 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1068 --===============0960656699== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 07, 2004 at 09:02:19AM +1000, Kevin Ryde wrote: > Richard Todd writes: > > > > +#ifdef __APPLE__ > > +#define SCM_MUTEX_MAXSIZE (12 * sizeof (long)) >=20 > Hmm, I guess if that's what it takes. >=20 > For reference, how many bytes is the underlying actual mutex? Both normal and recursive mutexes are showing up as 44 bytes. Either it was the late night, or caution, but I upped it to 48 bytes. I guess I could have gotten by on 11*sizeof(long). > No, I think it should be increased for all systems. I think it'll be > too hard to keep the conditionals right going forward otherwise. (The > same size needs to be maintained for binary compatibility.) I thought you might prefer that, but I was trying to make the smallest chan= ges to other architectures as possible, and let you make that call. Thanks for looking these over. > PS. Matters like this relating only to the development code can be > raised on the guile-devel list. Got it, thanks. Richard --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/+0UKa9lhNGIqsRIRAjPuAKChh7Pc2X7MDkSasTV0iJG/Lss45wCgpi5V yqAjel4xpmHhB5MUxwi0kEI= =MJIt -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- --===============0960656699== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile --===============0960656699==--