lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] djgpp compile errors


From: Thomas Dickey
Subject: Re: [Lynx-dev] djgpp compile errors
Date: Tue, 30 Dec 2014 20:10:47 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

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 <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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