From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_V=F6gele?= Newsgroups: gmane.lisp.guile.bugs Subject: (no subject) Date: Sun, 25 Apr 2004 13:09:08 +0200 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082891465 9562 80.91.224.253 (25 Apr 2004 11:11:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2004 11:11:05 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Apr 25 13:11:00 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 1BHhXI-0006CP-00 for ; Sun, 25 Apr 2004 13:11:00 +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 1BHhWN-0002aV-7d for guile-bugs@m.gmane.org; Sun, 25 Apr 2004 07:10:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHhWD-0002WJ-3N for bug-guile@gnu.org; Sun, 25 Apr 2004 07:09:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHhVa-0001pU-NK for bug-guile@gnu.org; Sun, 25 Apr 2004 07:09:46 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.30) id 1BHhVZ-0001oR-Ew for bug-guile@gnu.org; Sun, 25 Apr 2004 07:09:13 -0400 Original-Received: (qmail 32110 invoked by uid 65534); 25 Apr 2004 11:09:10 -0000 Original-Received: from pD95E98F0.dip.t-dialin.net (EHLO [192.168.1.15]) (217.94.152.240) by mail.gmx.net (mp016) with SMTP; 25 Apr 2004 13:09:10 +0200 X-Authenticated: #14729429 Original-To: bug-guile@gnu.org X-Mailer: Apple Mail (2.613) 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:1331 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1331 If Guile CVS is built with --disable-deprecated GCC 3.4 fails to build eval.c. The problem is that the function scm_macroexp() is used in line 1941 of eval.c. 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. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile