bug-gnustep
[Top][All Lists]
Advanced

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

Re: problem compiling gnustep-base


From: Adam Fedor
Subject: Re: problem compiling gnustep-base
Date: Mon, 19 Feb 2001 09:25:59 -0700

Richard Frith-Macdonald wrote:
> 
> 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
> _______________________________________________

Or we could just take YESSTR out. It's not actually part of OpenStep or
anything. I just threw it in because it was available (on Linux, at
least).



reply via email to

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