lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV scrollok and lynx_force_repaint


From: Foteos Macrides
Subject: Re: LYNX-DEV scrollok and lynx_force_repaint
Date: Thu, 06 Nov 1997 20:07:48 -0500 (EST)

"T.E.Dickey" <address@hidden> wrote:
>I encountered this on AIX, investigated & found it was due (on that
>system) to an incorrectly ifdef'd partial definition for <stdarg.h>
>which was embedded in <stdio.h> - a similar problem was reported for
>Ultrix.  If this is the case for OSF/1, then editing system headers is
>the only way to fix it.

and "John E. Davis" <address@hidden> wrote:
>   I assume that va_start is defined when stdarg.h is included in
>slang.h.  However, that should only define it once which means that
>stdarg.h file is being included from somewhere else and it is not
>protected against multiple includes.  There may be nothing that can be
>done about if short of editing the system headers if the if the system
>headers are at fault.

        Good news!  This simple mod in LYCurses.h appears to have done
the trick:

[...]
#ifdef va_start
#undef va_start
#endif /* va_start */
#include <slang.h>
[...]


        Now non-privileged users on those platforms can build Lynx
for themselves without worrying that it might blow up. :)

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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