lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] [Patch] Lynx won't compile against zlib 1.2.5.1


From: Thomas Dickey
Subject: Re: [Lynx-dev] [Patch] Lynx won't compile against zlib 1.2.5.1
Date: Sat, 17 Sep 2011 08:16:21 -0400 (EDT)

On Fri, 16 Sep 2011, Nikos Chantziaras wrote:

Trying to build Lynx with zlib 1.2.5.1 results in build errors, due to the 'ON' macro of zlib, which conflicts with the one in LYUtils.h. Here's a bug report about it on Gentoo's tracker:

 https://bugs.gentoo.org/show_bug.cgi?id=383113

A patch that fixes the problem by renaming Lynx's ON and OFF macros to LON and LOFF:

 https://383113.bugs.gentoo.org/attachment.cgi?id=286575

ON/OFF are on the other hand unnecessary in lynx altogether - making them
TRUE/FALSE would be simpler (similar to BOOL vs BOOLEAN, but different
since the latter are typed).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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