[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev Minor changes in latest lynx for MingW32 and makelynx.bat
From: |
Victor Schneider |
Subject: |
lynx-dev Minor changes in latest lynx for MingW32 and makelynx.bat |
Date: |
Tue, 20 Mar 2001 17:17:04 -0500 |
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 address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- lynx-dev Minor changes in latest lynx for MingW32 and makelynx.bat,
Victor Schneider <=