[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem compiling gnustep-base
From: |
Richard Frith-Macdonald |
Subject: |
Re: problem compiling gnustep-base |
Date: |
Mon, 19 Feb 2001 04:20:24 +0000 |
On Sunday, February 18, 2001, at 11:36 PM, Nicola Pero wrote:
> from /usr/include/langinfo.h:
>
> #if defined __USE_GNU || (defined __USE_XOPEN && !defined __USE_XOPEN2K)
> # define YESSTR __YESSTR
> #endif
>
> hmm, I assume you use glibc-2.1.3. The definition on glibc-2.2.2
> (Debian unstable) seems to be guarded by __USE_GNU. So probably
> gnustep-make configuratiuon should check for it and conditionally
> define it.
Can't see what to reasonably test for in the configure script - so
I just defined __USE_GNU in GSLocale.m