[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Re: Borland #if (was: lynx2.8.3dev.6)
From: |
Gisle Vanem |
Subject: |
Re: lynx-dev Re: Borland #if (was: lynx2.8.3dev.6) |
Date: |
Thu, 19 Aug 1999 01:24:45 +0200 (CEST) |
On Wed, 18 Aug 1999, Webmaster Jim wrote:
:Changing line 16 from a #if to a #ifdef allowed the compile to work, but
:is the wrong fix, as several have pointed out. However, I don't know
:what the correct fix is for the "Expression syntax", nor if it is there
:or in the included "HTParse.h" that is conditional.
:
:#if WIN_EX
:#include <HTParse.h>
:#endif
This is quite obvious; Somewhere in the makefile change '-dWIN_EX'
to '-dWIN_EX=1'
Gisle V.