bug-texinfo
[Top][All Lists]
Advanced

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

Re: compiling on ULTRIX


From: Thomas Esser
Subject: Re: compiling on ULTRIX
Date: Sat, 6 Nov 2004 23:36:10 +0100
User-agent: Mutt/1.5.6i

On Sat, Nov 06, 2004 at 05:26:16PM -0500, Karl Berry wrote:
>     (2) missing #ifdef HAVE_LC_MESSAGES ?
>         gcc ... -c makeinfo.c
>         makeinfo.c: In function `main':
>         makeinfo.c:530: `LC_MESSAGES' undeclared (first use in this function)
> 
> If Ultrix does not even have LC_MESSAGES, you might as well configure
> with --disable-nls.  I haven't worked on an Ultrix system in 10 years,
> so if something better is needed, you'll have to send me patches.

Bernhard had written some longer (german) text to me from which I conclude
that it is sufficient to protect the use of LC_MESSAGES:

#ifdef HAVE_LC_MESSAGES
  setlocale (LC_MESSAGES, "");
#endif

Thomas




reply via email to

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