lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev MingW32 still flying with latest version


From: vtailor
Subject: lynx-dev MingW32 still flying with latest version
Date: Wed, 17 Oct 2001 20:19:01 -0400

To make the makelynx.bat work, you have to remember that makelynx.bat is
a Dos batch file that generates a config.h file to get around the
limitations of Dos batch scripts.
========================================================================
C:\commprog\winnet\lynx>lynx --version
Lynx Version 2.8.5dev.3 (06 Oct 2001)

Copyrights held by the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License.
See http://lynx.browser.org/ and the online help for more information.

Compiled at (Oct 17 2001 20:12:51).
======================================================================

In userdefs.h, change all

#ifndef HAVE_CONFIG_H

to

#if defined(__MINGW32__)  || !defined(HAVE_CONFIG_H)

In LYUtils.c, change


#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__)

to

#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__) || 
defined(__MINGW32__)

====================================================================

Or, leave it as an exercise to the unwary to deter them from using
MingW32.   I like leaving written records of these implicit design
decisions.

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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