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.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]