On Sun, 5 Dec 1999, Klaus Weide wrote:
> On Sun, 5 Dec 1999, Vlad Harchev wrote:
>
> >
> > LYEditmap.c can't be compiled if EXP_ALT_BINDINGS is not defined. I assume
> > it's defined by configure automatically (I may be wrong), but the fact is -
> > lynx can't be compiled on DOS if EXP_ALT_BINDINGS is not defined. Defining it
> > in LYEditmap.c solves the problem :)
> >
> > Seems this should be fixed, otherwise all makefiles for DOS supplied
> > with lynx will fail compiling that file.
>
> Where exactly does it fail?
I don't remember exactly (as I remember, some macro like LKC_TO_LEC_M1 is
undefined and some variable too.
You can see why it fails by undefining EXP_ALT_BINDINGS in LYEditmap.c and
recompiling.
> Klaus
>
Best regards,
-Vlad