I still think the MingW32 version of lynx is the most robust and
most complete Windows version of lynx.  But, subsequent releases of
lynx source cause the makelynx.bat to misfire.  So, anyone using
makelynx.bat had better be ready to run down the latest #ifdef
tweaks.

Here are a few from the recent lynx releases:

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

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

Still not resolved:

C:\tools\gcc\lynx2-8-4\src>gcc -s -o lynx
*.o -L..\WWW\Library\Implementation -l
www -lpdcurses -lpanel -lwsock32 -luser32
lyopti~1.o(.text+0x5ba9):lyopti~1.c: undefined reference to
`gen_options'



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to