On 5/23/07, Thomas Dickey <[EMAIL PROTECTED]> wrote:
On Tue, May 22, 2007 at 01:05:49PM +0200, PBM . wrote:
> On 5/22/07, Thomas Dickey <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
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.


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to