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: Frédéric L . W . Meunier
Subject: Re: --enable-vertrace (Was Re: mailing-list problem (Was Re: lynx-dev What happened to MINGW patch? (fwd)))
Date: Sat, 7 Feb 2004 20:14:48 -0200

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:
> >
> > > On Thu, 5 Feb 2004, [ISO-8859-1] Frédéric L. W. Meunier wrote:
> > >
> > > > BTW, to not write another e-mail.
> > > >
> > > > Thomas or anyone. How do I set --enable-vertrace in
> > > > makefile.bcb ? I tried adding -DLY_TRACELINE __LINE__ but it
> > > > complained.
> > >
> > > 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.
> >
> > It doesn't seem to work.
> >
> > I added it to the end of userdefs.h before "#endif /*
> > USERDEFS_H */" and a "-DUSE_VERTRACE \" in makefile.bcb.
>
> I'll experiment with that when I'm testing on windows2000 (am not sure
> why it wouldn't work w/o trying it, too).

Check http://www.pervalidus.net/cygwin/download/Borland/ .
Maybe I missed something.

And maybe I added some options that don't do anything, like
DEXP_CHARSET_CHOICE EXP_LOCALE_CHARSET. I think I added all
available options that are supposed to make it compile.

-- 
How to contact me - http://www.pervalidus.net/contact.html

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


reply via email to

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