Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3C052CB1.3090706@ece.gatech.edu>
Date: Wed, 28 Nov 2001 13:28:01 -0500
From: Charles Wilson <cwilson@ece.gatech.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.bujna@maxi-tip.cz>
CC: cygwin@cygwin.com
Subject: Re: NCurses + acs_map
References: <3C04C7F3.8060708@maxi-tip.cz>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit

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/

