| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3C052CB1.3090706@ece.gatech.edu> |
| Date: | Wed, 28 Nov 2001 13:28:01 -0500 |
| From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 |
| X-Accept-Language: | en-us |
| MIME-Version: | 1.0 |
| To: | Igor Bujna <igor DOT bujna AT maxi-tip DOT cz> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: NCurses + acs_map |
| References: | <3C04C7F3 DOT 8060708 AT maxi-tip DOT cz> |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |