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 [EMAIL PROTECTED]

Reply via email to