From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: Release Guile, now ;-) [was:] Re: GC rewrite, first version. Date: Fri, 02 Aug 2002 09:36:38 -0500 Sender: guile-devel-admin@gnu.org Message-ID: <87n0s572fd.fsf@raven.i.defaultvalue.org> References: <200208020609.g7269Hb21312@Mirddin.farlep.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028299000 30488 127.0.0.1 (2 Aug 2002 14:36:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2002 14:36:40 +0000 (UTC) Cc: rm@fabula.de, Han-Wen Nienhuys , Dirk Herrmann , guile-devel@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17adXi-0007vd-00 for ; Fri, 02 Aug 2002 16:36:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17adY8-0008Vb-00; Fri, 02 Aug 2002 10:37:04 -0400 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17adXo-0008V1-00 for ; Fri, 02 Aug 2002 10:36:44 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 5D59DAB0E; Fri, 2 Aug 2002 09:36:43 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 6F9489D9; Fri, 2 Aug 2002 09:36:38 -0500 (CDT) Original-To: Sergey Poznyakoff In-Reply-To: <200208020609.g7269Hb21312@Mirddin.farlep.net> (Sergey Poznyakoff's message of "Fri, 02 Aug 2002 09:09:17 +0300") Original-Lines: 28 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:930 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:930 Sergey Poznyakoff writes: > Yes, they were. It's not the libguile/scmconfig.h itself that causes > the problem, it's primarily the PACKAGE_.* defines that cause it. They > appeared recently. I guess if you remove them or just move them to > some private header, the problem will be solved. Another solution > would be to protect each PACKAGE_ define by an #ifdef, e.g.: > > #ifndef PACKAGE_STRING > /* Define to the full name and version of this package. */ > # define PACKAGE_STRING "" > #endif > > then any application could easily override them in its config.h Yeah, but these shouldn't even be there. For now, can you tell which defines are the real trouble makers? Are there others than PACKAGE_STRING? I'm wondering if we can just fix the major offenders for now and then fix it *right* for 1.6.2. Thanks -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel