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: Re: cvs compile error Date: Wed, 26 May 2004 23:19:25 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16565.2525.857416.624099@localhost.localdomain> References: <16563.3918.589104.610334@localhost.localdomain> <40B5031B.3050205@dirk-herrmanns-seiten.de> Reply-To: hanwen@xs4all.nl 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 1085640813 26527 80.91.224.253 (27 May 2004 06:53:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 06:53:33 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 27 08:53:11 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 1BTElK-0003P7-00 for ; Thu, 27 May 2004 08:53:11 +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 1BTEgn-0003NB-K6 for guile-devel@m.gmane.org; Thu, 27 May 2004 02:48:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTEgf-0003Ml-N3 for guile-devel@gnu.org; Thu, 27 May 2004 02:48:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTEMP-0008F9-DX for guile-devel@gnu.org; Thu, 27 May 2004 02:27:59 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BT8kC-0000ot-9s for guile-devel@gnu.org; Wed, 26 May 2004 20:27:36 -0400 Original-Received: from [213.84.26.127] (helo=localhost.localdomain) by mx20.gnu.org with esmtp (Exim 4.34) id 1BT5nV-00047d-IB for guile-devel@gnu.org; Wed, 26 May 2004 17:18:55 -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 i4QLJPZf014916; Wed, 26 May 2004 23:19:25 +0200 Original-To: Dirk Herrmann In-Reply-To: <40B5031B.3050205@dirk-herrmanns-seiten.de> X-Mailer: VM 7.14 under Emacs 21.3.1 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:3765 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3765 dirk@dirk-herrmanns-seiten.de writes: > Han-Wen Nienhuys wrote: > > > 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 > > Hmm, works for me, with exactly those options. I am using: > gcc (GCC) 3.3.1 (SuSE Linux) > > What version of gcc are you using? Ah, I'm running with -DSCM_DEBUG_CELL_ACCESSES=1. The culprit is &SCM_VALIDATE_CELL ((x), SCM_GC_CELL_OBJECT ((x), (n))) I fixed this in CVS. -- 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