From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: cvs compile error Date: Tue, 25 May 2004 11:18:06 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16563.3918.589104.610334@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085476661 10642 80.91.224.253 (25 May 2004 09:17:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 May 2004 09:17:41 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 25 11:17:29 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 1BSY3t-00075d-00 for ; Tue, 25 May 2004 11:17:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSY1r-000402-QM for guile-devel@m.gmane.org; Tue, 25 May 2004 05:15:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSY1c-0003zZ-4S for guile-devel@gnu.org; Tue, 25 May 2004 05:15:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSY16-0003u6-5c for guile-devel@gnu.org; Tue, 25 May 2004 05:15:07 -0400 Original-Received: from [213.84.26.127] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BSY15-0003tf-Bv for guile-devel@gnu.org; Tue, 25 May 2004 05:14:35 -0400 Original-Received: from localhost.localdomain.byrd.xs4all.nl (byrd [127.0.0.1]) by localhost.localdomain (8.12.11/8.12.11) with ESMTP id i4P9I6Jv022167 for ; Tue, 25 May 2004 11:18:06 +0200 Original-To: guile-devel@gnu.org X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: hanwen@xs4all.nl X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3756 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3756 X-Mailer: VM 7.14 under Emacs 21.3.1 Reply-To: hanwen@xs4all.nl FCC: ~/persoonlijk/Mail/sent CVS doesn't compile for me: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libguile-ltdl -g3 -ggdb -DSCM_DEBUG_CELL_ACCESSES=1 -O2 -Wall -Wmissing-prototypes -Werror -MT eval.lo -MD -MP -MF .deps/eval.Tpo -c eval.c -fPIC -DPIC -o .libs/eval.o eval.c: In function `scm_ilookup': eval.c:2437: warning: use of compound expressions as lvalues is deprecated eval.c:2438: warning: use of compound expressions as lvalues is deprecated eval.c: In function `scm_lookupcar1': eval.c:2537: warning: use of compound expressions as lvalues is deprecated eval.c:2547: warning: use of compound expressions as lvalues is deprecated eval.c:2552: warning: use of compound expressions as lvalues is deprecated eval.c:2563: warning: use of compound expressions as lvalues is deprecated eval.c:2611: warning: use of compound expressions as lvalues is deprecated eval.c:2623: warning: use of compound expressions as lvalues is deprecated eval.c: In function `scm_eval_args': eval.c:2669: warning: use of compound expressions as lvalues is deprecated eval.c: In function `ceval': eval.c:3367: warning: use of compound expressions as lvalues is deprecated eval.c:3373: warning: use of compound expressions as lvalues is deprecated eval.c: In function `scm_nconc2last': eval.c:4457: warning: use of compound expressions as lvalues is deprecated eval.c: In function `scm_map': eval.c:5222: warning: use of compound expressions as lvalues is deprecated eval.c:5241: warning: use of compound expressions as lvalues is deprecated eval.c:5262: warning: use of compound expressions as lvalues is deprecated In file included from eval.c:5738: eval.c: In function `deval_args': eval.c:2877: warning: use of compound expressions as lvalues is deprecated eval.c: In function `deval': eval.c:3367: warning: use of compound expressions as lvalues is deprecated eval.c:3373: warning: use of compound expressions as lvalues is deprecated eval.c:4155: warning: use of compound expressions as lvalues is deprecated make[2]: *** [eval.lo] Fout 1 make[2]: Leaving directory `/home/hanwen/usr/src/savannah/official-guile/guile/guile-core/libguile' make[1]: *** [all-recursive] Fout 1 make[1]: Leaving directory `/home/hanwen/usr/src/savannah/official-guile/guile/guile-core' make: *** [all] Fout 2 -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel