lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Compile problem on SunOS 4.1.4/ncurses 1.9.8a (getbkgd miss


From: T.E.Dickey
Subject: Re: LYNX-DEV Compile problem on SunOS 4.1.4/ncurses 1.9.8a (getbkgd missing)
Date: Tue, 8 Apr 1997 20:55:36 -0400 (EDT)

> 
> The compilation of the current development code ended with:
> 
> ld: Undefined symbol
>    _getbkgd
this is becoming an FAQ.  You are running ncurses 1.9.9e (or before), which
has two interrelated bugs:

        + text foreground/background colors aren't combined properly

        + getbkgd is misspelled 'wgetbkgd'

> It comes from lines around 533 of LYForms.c, and it's only in the
> development code (i.e., not in pure 2-7-1):
> 
> #ifdef NCURSES
>     LYsubwindow(form_window);
>     wbkgd(form_window, getbkgd(stdscr));
> #endif
I'd been test-building only with ncurses 4.0 + patches (will do some test
builds with ncurses 1.9.9e to ensure that it builds)
 
-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; 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]