lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.2dev.26


From: Leonid Pauzner
Subject: Re: lynx-dev lynx2.8.2dev.26
Date: Sun, 16 May 1999 04:50:22 +0400 (MSD)

7-May-99 05:17 address@hidden wrote:
>>
>> 5-May-99 21:01 address@hidden wrote:
>> > 1999-05-05 (2.8.2dev.26 - 2.8.2pre.1)
>>
>> > * modify generated src/makefile to omit include from intl directory if it 
>> > is
>> >   not used.  This in turn required fixing a redefinition of gettext on 
>> > Solaris
>> >   when using cc, since the locale.h file includes Sun's libintl.h file 
>> > which
>> >   prototypes gettext.  Successfully built/ran using Sun's msgfmt utility, 
>> > (had
>> >   to manually add -lintl to src/makefile) though the generated message 
>> > objects
>> >   are incompatible, resulting in a core dump if not reinstalled 
>> > (unnecessary
>> >   include reported by LP) -TD
>>
>>
>> What I got on my Linux system, no gettext enabled

>> gcc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/home/pauzner/.lynx/share/locale\" -I. 
>> -I.. -
>> Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation  -O2 
>> -DLINU
>> X  -c ./LYShowInfo.c

> good

Seems I will not use LOCALEDIR in any case, why it was inserted?

>From LYMain.c:

    /* Set the text message domain.  */
#ifdef HAVE_LIBINTL_H
#ifndef __DJGPP__
    bindtextdomain ("lynx", LOCALEDIR);
#endif /* !__DJGPP__ */
    textdomain ("lynx");
#endif /* HAVE_LIBINTL_H */



>>


> --
> Thomas E. Dickey
> address@hidden
> http://www.clark.net/pub/dickey




reply via email to

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