lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Latest development lynx compiles out of the box with MingW32


From: vtailor
Subject: lynx-dev Latest development lynx compiles out of the box with MingW32
Date: Fri, 04 May 2001 09:27:58 -0400

This is just to report that the latest development lynx compiles
out of the box with MingW32.  lynx_rand() is not yet defined in the
source code, so I replaced it with a call on rand().  And, the following
two MingW32 patches, that I submitted earlier to this group, are needed:

Latest minor text changes in lynx source to make it work with makelynx.bat
and with mingw32.  (Note the batch file can, in theory, be modified to work
with other compilers.)

Line 275 in userdefs.h:

#if !defined( HAVE_CONFIG_H) || defined(__MINGW32__)  
#ifndef LYNX_CFG_FILE
#ifdef DOSPATH
#define LYNX_CFG_FILE "./lynx.cfg"
#else
#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"

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

Line 18 in LYGlobalDefs.h:

/* #ifdef HAVE_CONFIG_H */
#if defined(HAVE_CONFIG_H) && !defined(__MINGW32__)
#include <LYHelp.h>
#else


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

reply via email to

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