From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Tuexen Newsgroups: gmane.lisp.guile.devel Subject: Guile on Mac OS X Date: Sun, 4 Aug 2002 14:34:40 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <8BC43CA6-A7A6-11D6-900A-0030654C1AB6@lurchi.franken.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (Apple Message framework v543) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1028464478 4738 127.0.0.1 (4 Aug 2002 12:34:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2002 12:34:38 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17bKaj-0001EJ-00 for ; Sun, 04 Aug 2002 14:34:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bKbC-0006iF-00; Sun, 04 Aug 2002 08:35:06 -0400 Original-Received: from ilsa.franken.de ([193.175.24.42]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bKav-0006hQ-00 for ; Sun, 04 Aug 2002 08:34:49 -0400 Original-Received: from Powerbook.local. (pD9E4F5BF.dip.t-dialin.net [217.228.245.191]) by ilsa.franken.de (Postfix) with ESMTP id 4F366245C5 for ; Sun, 4 Aug 2002 14:34:47 +0200 (CEST) Original-To: guile-devel@gnu.org X-Mailer: Apple Mail (2.543) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:962 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:962 Dear all, I found three problems when building guile 1.5.6 on Mac OS X. 1. In gc_os_dep.c line 242 I had to use __APPLE__. Could anyone fix this for upcoming releases? 2. The configure does not detect the sleep/usleep declarations. They are available but are not detected. So there is a type conflict in scmsigs.c. Does anyone knows why the configure script fails to detect the declarions? 3. I have to use manually --disable-shared for the configure script and must set CFLAGS=-no-cpp-precomp. Could someone put in the platform specific gcc flag in the configure.in file. Thank you very much for your support. Best regards Michael -- Michael.Tuexen@micmac.franken.de _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel