This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: NCurses + acs_map


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]