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: GCC 3.4 fails to build eval.c when --disable-deprecated is used Date: Sun, 25 Apr 2004 13:13:49 +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 1082891885 10165 80.91.224.253 (25 Apr 2004 11:18:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2004 11:18:05 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Apr 25 13:17:59 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 1BHhe3-0006Ml-00 for ; Sun, 25 Apr 2004 13:17:59 +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 1BHhd5-0000QD-J8 for guile-bugs@m.gmane.org; Sun, 25 Apr 2004 07:16:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHhbu-0008Dt-Uj for bug-guile@gnu.org; Sun, 25 Apr 2004 07:15:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHhal-0007Mc-FA for bug-guile@gnu.org; Sun, 25 Apr 2004 07:15:07 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.30) id 1BHha4-0006nK-2L for bug-guile@gnu.org; Sun, 25 Apr 2004 07:13:52 -0400 Original-Received: (qmail 756 invoked by uid 65534); 25 Apr 2004 11:13:50 -0000 Original-Received: from pD95E98F0.dip.t-dialin.net (EHLO [192.168.1.15]) (217.94.152.240) by mail.gmx.net (mp005) with SMTP; 25 Apr 2004 13:13:50 +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:1333 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1333 [Sorry, it seems that my new MUA doesn't complain when sending a message without subject.] 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. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile