lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev pre.1 LYCurses.h broken on OS390


From: pg
Subject: Re: lynx-dev pre.1 LYCurses.h broken on OS390
Date: Sat, 1 Apr 2000 14:28:39 -0700 (MST)

In a recent note, T.E.Dickey said:

> Date: Sat, 1 Apr 100 13:18:48 -0500 (EST)
> >  
> >     +#ifndef getbkgd 
> >     +#define getbkgd(win) ((win)->_bkgd) 
> >     +#endif 
> ok - then I'll have to ifdef this 
> 
> #if defined(PDCURSES) || defined(NCURSES_VERSION)
> #endif
>  
Indeed.  Wrapping the two lines you supplied about the three lines I quoted
relieves the problem.  I never woulda thunk it.

It's interesting that the point of the error in LYOptions.c is:

    #if defined(HAVE_GETBKGD)/* not defined in ncurses 1.8.7 */
        wbkgd(form_window, getbkgd(stdscr));
        wbkgdset(form_window, getbkgd(stdscr));
    #endif

It seems sligntly contradictory that if LYCurses.h guarantees the availability
of getbkgd(), configure provides a macro to test its availability.

Thanks,
gil
-- 
StorageTek
INFORMATION made POWERFUL

reply via email to

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