guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release Guile, now ;-) [was:] Re: GC rewrite, first version.


From: Rob Browning
Subject: Re: Release Guile, now ;-) [was:] Re: GC rewrite, first version.
Date: Fri, 02 Aug 2002 09:36:38 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu)

Sergey Poznyakoff <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]