lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] unable to build with NLS under freebsd


From: PBM .
Subject: Re: [Lynx-dev] unable to build with NLS under freebsd
Date: Wed, 23 May 2007 10:48:50 +0200

On 5/23/07, Thomas Dickey <address@hidden> wrote:
On Tue, May 22, 2007 at 01:05:49PM +0200, PBM . wrote:
> On 5/22/07, Thomas Dickey <address@hidden> wrote:
> >On Mon, May 21, 2007 at 07:02:00PM +0200, PBM . wrote:
> >> Build always return with error code 1 and message about undeclared
> >> 'unicode_entities' in function HTMLGetEntityUCValue
> >
> >That is declared in entities.h, which is in src/chrtrans (if there's
> >an error message about that, there would be other problems before that
> >point).
...
> Here is full script session of lynx 2.8.6 build with --enable-nls
> Last lynx working with nls is 2.8.4(freebsd)

Perhaps there's an entities.h in /usr/local/include

I see that I've got that "-I" option before the ones for the build tree.
But that ordering hasn't changed (in src/makefile.in) for about ten years.

Given that it's gcc, you should be able to

        cd src
        make LYCharSets.i

and inspect LYCharSets.i to see where "entities.h" is included from.

--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

entities.h exist in /usr/local/include after I rename entities.h to
entititesCRAP.h lynx build fine, so maybe ordering in makefile.in need
a change.
entities.h is installed from gd which is graphic library and it is
needed for some nice tools like advi.




reply via email to

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