From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [ntp:hackers/Guile devel] ntp-dev changes Date: Mon, 17 Apr 2006 08:34:35 +1000 Message-ID: <878xq5f8uc.fsf@zip.com.au> References: <20060413200537.1D78D39B52@ntp1.ntp.isc.org> <444113CE.1030306@gnu.org> <200604151725.k3FHPGg0020631@deneb.dwf.com> <44413015.4000809@gnu.org> <200604152237.k3FMbWoQ024530@deneb.dwf.com> <44426C0F.8000600@gnu.org> <444272AB.3070703@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145226894 16711 80.91.229.2 (16 Apr 2006 22:34:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Apr 2006 22:34:54 +0000 (UTC) Cc: Harlan Stenn , Reg Clemens , mdjurfeldt@gmail.com, guile-devel@gnu.org, neil@ossau.uklinux.net Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Apr 17 00:34:52 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 1FVFpS-0007sg-1r for guile-devel@m.gmane.org; Mon, 17 Apr 2006 00:34:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVFpR-0006KM-H0 for guile-devel@m.gmane.org; Sun, 16 Apr 2006 18:34:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVFpM-0006I1-8k for guile-devel@gnu.org; Sun, 16 Apr 2006 18:34:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVFpL-0006HL-LZ for guile-devel@gnu.org; Sun, 16 Apr 2006 18:34:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVFpL-0006HG-J3 for guile-devel@gnu.org; Sun, 16 Apr 2006 18:34:43 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVFpp-0004Zr-DH; Sun, 16 Apr 2006 18:35:13 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (Postfix) with ESMTP id CA04C32BC2A; Mon, 17 Apr 2006 08:34:39 +1000 (EST) Original-Received: from localhost (ppp2D0D.dyn.pacific.net.au [61.8.45.13]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k3GMYb1H032660; Mon, 17 Apr 2006 08:34:37 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1FVFpD-0001qp-00; Mon, 17 Apr 2006 08:34:35 +1000 Original-To: bkorb@gnu.org Mail-Copies-To: never In-Reply-To: <444272AB.3070703@gnu.org> (Bruce Korb's message of "Sun, 16 Apr 2006 09:36:59 -0700") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:5872 Archived-At: Bruce Korb writes: > > Anyway, for me it builds with GCC 3.x and fails with 4.x, but looks > like it should fail no matter what the compiler. What gives? Guile in main.c doesn't look at the structure fields so doesn't need the actual definition. gcc 3 was happy to throw around pointers to an undefined struct (I think that was traditional among cc's too), but gcc 4 has got strict :-(. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel