From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.devel Subject: CVS build warning Date: Wed, 31 Mar 2004 19:58:31 +0200 Organization: Jan at Appel Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87vfkkrj94.fsf@peder.flower> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080756587 15229 80.91.224.253 (31 Mar 2004 18:09:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2004 18:09:47 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 31 20:09:38 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 1B8k9i-0006qp-00 for ; Wed, 31 Mar 2004 20:09:38 +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 1B8k8f-0008GM-4O for guile-devel@m.gmane.org; Wed, 31 Mar 2004 13:08:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8k84-0008FN-RN for guile-devel@gnu.org; Wed, 31 Mar 2004 13:07:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8k7U-00082D-Ij for guile-devel@gnu.org; Wed, 31 Mar 2004 13:07:51 -0500 Original-Received: from [80.126.34.178] (helo=peder.flower) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8jzJ-0005RN-HY for guile-devel@gnu.org; Wed, 31 Mar 2004 12:58:53 -0500 Original-Received: from localhost.localdomain ([127.0.0.1] helo=peder.flower ident=janneke) by peder.flower with esmtp (Exim 3.36 #1 (Debian)) id 1B8jyy-0003We-00; Wed, 31 Mar 2004 19:58:32 +0200 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) 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:3580 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3580 but with the default -Werror flag it breaks the build. I'm sorry that I don't know the right fix, a simple cast or SCM2PTR or something? Greetings, Jan. make[2]: Entering directory `/var/fred/cvs/savannah/guile/guile-core/libguile' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libguile-ltdl -g -O2 -DSCM_DEBUG_CELL_ACCESSES=1 -Wall -Wmissing-prototypes -Werror -MT guile.o -MD -MP -MF ".deps/guile.Tpo" \ -c -o guile.o `test -f 'guile.c' || echo './'`guile.c; \ then mv -f ".deps/guile.Tpo" ".deps/guile.Po"; \ else rm -f ".deps/guile.Tpo"; exit 1; \ fi In file included from ../libguile.h:132, from guile.c:32: ../libguile/inline.h: In function `scm_cell': ../libguile/inline.h:101: warning: comparison between pointer and integer make[2]: *** [guile.o] Error 1 make[2]: Leaving directory `/var/fred/cvs/savannah/guile/guile-core/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/fred/cvs/savannah/guile/guile-core' make: *** [all] Error 2 19:51:37 janneke@peder:~/cvs/savannah/guile/guile-core $ gcc --version gcc (GCC) 3.3.3 (Debian 20040321) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel