From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: GCC 3.4 fails to build eval.c when --disable-deprecated is used Date: Sun, 02 May 2004 07:50:33 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87brl7byvq.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1083448416 5439 80.91.224.253 (1 May 2004 21:53:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 May 2004 21:53:36 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat May 01 23:53:30 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 1BK2QM-0004qe-00 for ; Sat, 01 May 2004 23:53:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BK2OV-00021r-De for guile-bugs@m.gmane.org; Sat, 01 May 2004 17:51:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BK2OQ-00021X-HU for bug-guile@gnu.org; Sat, 01 May 2004 17:51:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BK2Nt-0001wx-TD for bug-guile@gnu.org; Sat, 01 May 2004 17:51:29 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BK2Nt-0001wn-5j for bug-guile@gnu.org; Sat, 01 May 2004 17:50:57 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i41Los4u023167 for ; Sun, 2 May 2004 07:50:54 +1000 Original-Received: from localhost (ppp20A0.dyn.pacific.net.au [61.8.32.160]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i41LooHV006649 for ; Sun, 2 May 2004 07:50:52 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1BK2NW-0000LM-00; Sun, 02 May 2004 07:50:34 +1000 Original-To: bug-guile@gnu.org In-Reply-To: (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Sun, 25 Apr 2004 13:13:49 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 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:1381 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1381 Andreas V=F6gele writes: > > If Guile CVS is built with --disable-deprecated GCC 3.4 fails to build > eval.c. The problem is that the function scm_macroexp(), which is > used in line 1941 of eval.c, is not declared. The prototype is not > declared in eval.h if deprecated functions are disabled and the > function definition starts further below in line 2131. I solved this > problem locally by adding a forward declaration to eval.c. Thanks, I added that. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile