From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.7.91 has been released. Date: Sat, 18 Feb 2006 23:45:32 +0000 (UTC) Organization: LilyPond development Message-ID: References: <87y80gyxrq.fsf@zagadka.de> <878xsdzk1z.fsf@zagadka.de> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140306372 19473 80.91.229.2 (18 Feb 2006 23:46:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 23:46:12 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 19 00:46:11 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FAbmD-0006I7-Gd for guile-devel@m.gmane.org; Sun, 19 Feb 2006 00:46:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAbmC-0002SR-O7 for guile-devel@m.gmane.org; Sat, 18 Feb 2006 18:46:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAbm3-0002RX-Fp for guile-devel@gnu.org; Sat, 18 Feb 2006 18:45:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAbly-0002QR-95 for guile-devel@gnu.org; Sat, 18 Feb 2006 18:45:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAbly-0002QO-6J for guile-devel@gnu.org; Sat, 18 Feb 2006 18:45:54 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FAbre-0000UL-Bb for guile-devel@gnu.org; Sat, 18 Feb 2006 18:51:46 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FAbls-0006CC-Ch for guile-devel@gnu.org; Sun, 19 Feb 2006 00:45:48 +0100 Original-Received: from muurbloem.xs4all.nl ([213.84.26.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 00:45:48 +0100 Original-Received: from hanwen by muurbloem.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 00:45:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: guile-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: muurbloem.xs4all.nl X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Originator: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) 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:5729 Archived-At: In article <878xsdzk1z.fsf@zagadka.de>, Marius Vollmer wrote: >Michael Tuexen writes: > >> the check for socklen_t fails incorrectly because socklen_t is >> defined in /sys/socket.h on Mac OS X, and on BSD systems in general. > >What happens after the check fails? Will Guile compile correctly >anyway? > >(I tried 1.7.90 on a friends Powerbook. It compiled, but the >testsuite didn't run.) I get an error, i686-freebsd4-gcc -DHAVE_CONFIG_H -I. -I/home/hanwen/vc/gub/target/freebsd/src/guile-1.7.91/libguile -I.. -I.. -I/home/hanwen/vc/gub/target/freebsd/src/guile-1.7.91 -g -O2 -Wall -Wmissing-prototypes -MT posix.lo -MD -MP -MF .deps/posix.Tpo -c /home/hanwen/vc/gub/target/freebsd/src/guile-1.7.91/libguile/posix.c -fPIC -DPIC -o .libs/posix.o In file included from /home/hanwen/vc/gub/target/freebsd/src/guile-1.7.91/libguile/posix.c:122: /home/hanwen/vc/gub/target/freebsd/system//usr/include/netdb.h:204: error: two or more data types in declaration specifiers (crosscompile on linux/x86 to to freebsd 4.10/x86.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel