Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3C04C7F3.8060708@maxi-tip.cz> Date: Wed, 28 Nov 2001 12:18:11 +0100 From: Igor Bujna Organization: =?ISO-8859-2?Q?S=E1zkov=E1=20kancel=E1=F8?= Maxi-tip a.s. User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: cs, en-us MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: NCurses + acs_map Content-Type: multipart/related; boundary="------------070308010608040506080600" X-Virus-Scanned: by AMaViS perl-11 --------------070308010608040506080600 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit 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__) -------------------------------------------------------- --------------070308010608040506080600--