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: Thomas Dickey
Subject: Re: [Lynx-dev] unable to build with NLS under freebsd
Date: Tue, 22 May 2007 18:54:14 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

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