lynx-dev
[Top][All Lists]
Advanced

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

Re: --enable-vertrace (Was Re: mailing-list problem (Was Re: lynx-dev Wh


From: Thomas Dickey
Subject: Re: --enable-vertrace (Was Re: mailing-list problem (Was Re: lynx-dev What happened to MINGW patch? (fwd)))
Date: Sun, 8 Feb 2004 15:26:01 -0500 (EST)

On Sat, 7 Feb 2004, [ISO-8859-1] Frédéric L. W. Meunier wrote:

> On Sat, 7 Feb 2004, Thomas Dickey wrote:
>
> > On Sat, 7 Feb 2004, [ISO-8859-1] Frédéric L. W. Meunier wrote:
> >
> > > On Thu, 5 Feb 2004, Thomas Dickey wrote:
> > > > It would have to be expressed differently.  The configure script is
> > > > actually making a text substitution in the lynx_cfg.h file - not
> > > > adding a -D option to the makefile.  The usual approach to that is
> > > > to add a chunk to userdefs.h, e.g.,
> > > >         #if defined(USE_VERTRACE) && !defined(LY_TRACELINE)
> > > >         #define LY_TRACELINE __LINE__
> > > >         #endif
> > > >
> > > > Then your makefile could define USE_VERTRACE.
> Check http://www.pervalidus.net/cygwin/download/Borland/ .
> Maybe I missed something.

I see now - the chunk has to go in HTUtils.h before the ifdef for
LY_TRACELINE, since userdefs.h is included at the end of HTUtils.h

Doing that works (for me).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

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


reply via email to

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