NCurses + acs_map

Charles Wilson cwilson@ece.gatech.edu
Wed Nov 28 10:27:00 GMT 2001


Igor Bujna wrote:

> Hi,
> i found problem when i compiled program with ncurses.
> This problem is whith acs_map.
> This is error-fix :
> on line 141 in /usr/include/ncurse/curses.h:
> ----------------This is patch--------------------------------------
> 140c140
> < #if BROKEN_LINKER
> ---
>  > #if BROKEN_LINKER || defined(__CYGWIN__)
> --------------------------------------------------------


known bug, wrong fix.  The right answer is to get the PUBLIC headers 
that are installed with ncurses to include the #define BROKEN_LINKER 
directive.  Currently, that directive only appears in the private, 
uninstalled headers when building ncurses...working on it...

--Chuck



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list