On Tue, Dec 30, 2014 at 03:16:41PM +0000, Gisle Vanem wrote:
> While compiling the last Lynx using djgpp 2.04 and gcc 4.8.4,
> I'm getting:
> 
> LYForms.c: In function 'form_getstr':
> LYForms.c:424:36: error: 'FieldEditor' has no member named 'efWide'
>       if (!(edit->efBufInUse >= edit->efWide &&
>                                     ^
> LYForms.c:425:22: error: 'FieldEditor' has no member named 'efWide'
>      LastTFPos >= edit->efWide - edit->efPanMargin)) {
>                       ^
> LYForms.c:427:31: error: 'FieldEditor' has no member named 'efWide'
>    if (edit->efBufInUse >= edit->efWide)
> 
> Presumably 'efWide' should be 'efWidth'?

That sounds right - I should have caught that, but the INACTIVE_INPUT_STYLE_VH
symbol wasn't in any of my configurations.  (I routinely compile with several
including cross-compiling to MinGW - djgpp hasn't been visited recently...).

> After these changes, the djgpp/Watt-32 version of Lynx works
> fine. I'm amazed!

thanks - I'll merge these in.

-- 
Thomas E. Dickey <[email protected]>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature

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

Reply via email to