lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx2.8.7dev.13 - Patch and unsolved problems


From: Gisle Vanem
Subject: Re: [Lynx-dev] lynx2.8.7dev.13 - Patch and unsolved problems
Date: Thu, 05 Feb 2009 12:14:19 +0100

"Doug Kaufman" <address@hidden> wrote:

config.hin: I had previously made the (erroneous) claim that mingw did
not have gettimeofday. What was happening was that gettimeofday was not
getting prototyped because,

AFAICR, MingW didn't have gettimeofday() until a few versions back.
I think it was added in v3.10 (approx. a year ago).
src/LYCurses.c: The screen clearing code for DJGPP and mingw was not
working. The DJGPP code had been ifdef'd for "not PDCURSES", so wasn't
being picked up. The MINGW code was not being picked up since it was in
a section ifdef'd for "not _WIN_CC".

Okay, but what about MSVC with PDCurses? Seems you patch doesn't include
this combo.

src/LYIcon.rc: a new file for compiling the lynx icon into the
executable for MINGW. This can be ignored if not desired.

Cool! But you didn't send the LYicon.rc and lynx.ico files. Please
send me them to me privately so I can test them.

+LYIcon$o:
+ windres -i LYIcon.rc -o LYIcon$o -O coff

IMHO, a resource file should be named LYIon.res (it's not an object
file).

--gv





reply via email to

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