From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Schottstaedt Newsgroups: gmane.lisp.guile.devel Subject: OSX 10.4 and CVS Guile Date: Wed, 20 Jul 2005 04:10:48 -0700 Message-ID: <42DE3138.6040303@ccrma> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121867059 2713 80.91.229.2 (20 Jul 2005 13:44:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2005 13:44:19 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 20 15:44:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DvErC-0008Dd-K3 for guile-devel@m.gmane.org; Wed, 20 Jul 2005 15:43:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvEtE-0000O2-VH for guile-devel@m.gmane.org; Wed, 20 Jul 2005 09:45:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DvChy-0005CG-Kn for guile-devel@gnu.org; Wed, 20 Jul 2005 07:25:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DvCho-000559-W6 for guile-devel@gnu.org; Wed, 20 Jul 2005 07:25:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvChm-0004ki-QP for guile-devel@gnu.org; Wed, 20 Jul 2005 07:25:38 -0400 Original-Received: from [171.67.16.123] (helo=smtp1.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DvCcr-0004K1-HB for guile-devel@gnu.org; Wed, 20 Jul 2005 07:20:33 -0400 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j6KBAntt021701 for ; Wed, 20 Jul 2005 04:10:49 -0700 Original-Received: from ccrma (cmn13.stanford.edu [171.64.197.162]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id j6KBAni01585 for ; Wed, 20 Jul 2005 04:10:49 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20041004 X-Accept-Language: en-us, en Original-To: guile-devel@gnu.org X-Mailman-Approved-At: Wed, 20 Jul 2005 09:45:33 -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:5169 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:5169 On OSX 10.4 the CVS Guile hits: eval.c:2657: error: 'PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function) make[2]: *** [libguile_la-eval.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 /usr/include/pthread.h on this system does not define this identifier. Then (configured --without-threads): gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -no-cpp-precomp -I/Users/bil/test/include -Wall -Wmissing-prototypes -Werror -c posix.c -MT posix.lo -MD -MP -MF .deps/posix.TPlo -fno-common -DPIC -o .libs/posix.o In file included from /usr/include/netinet/in.h:78, from /usr/include/netdb.h:86, from posix.c:122: /usr/include/sys/socket.h:99: error: two or more data types in declaration specifiers make[2]: *** [posix.lo] Error 1 As far as I can tell, socklen_t is defined in both netdb.h and socket.h (included by netinet/in.h), but both are protected by #ifndef __SOCKLEN_T. Not sure why this is happening. In Fedora Core 4 (gcc 4.0), the CVS Guile hits: cc1: warnings being treated as errors numbers.c: In function 'scm_is_unsigned_integer': numbers.c:5711: warning: control may reach end of non-void function '__gmpz_get_ui' being inlined make[2]: *** [libguile_la-numbers.lo] Error 1 I forgot to check which version of gmp this is. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel