X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=qK8WXsaeZnS8LEDvvIrcY09aMwJOYG9GMjAwIVAxycQ xl7EDSQPHwFC9U3EWAYXQbZvaxoP5Qupt4pSvYUxd0nSAddP4+Te8KEBjZmEu1YT l7WULCvyqK+fxENKVqabnGBDipkOamw5KuSQIwC+tGzaTXblBydr4FWs7lM2d9aE = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=u5rMTZc/ZJxijp0qL6igTSA/IL0=; b=Ie+1YYhaYTW6T+Jvu YBnWG69SR4dG+C/QYjorhWF8CVsyyVGsxEMBsB6CtqyHPllEphQ5qhI1GP8XrUpo Y9tCRYsBTe5HpOi2Dhf/61g32bnNj6IsQvMizs77zMSFOF6TD3Yk2ORfsdc1FOKD lT81xZdEVByKVYcOFyMXoO2Sa8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_50,HELO_MISC_IP,KHOP_DYNAMIC,KHOP_THREADED,RCVD_IN_BRBL_LASTEXT,RCVD_IN_PBL,RCVD_IN_SEMBLACK,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.3.2 X-HELO: moutng.kundenserver.de Message-ID: <5234D9B5.7070003@towo.net> Date: Sat, 14 Sep 2013 23:48:37 +0200 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Tools can't find ncurses References: <20130915001548 DOT 1868 AT binki> In-Reply-To: <20130915001548.1868@binki> X-TagToolbar-Keys: D20130914234837466 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 14.09.2013 17:15, schrieb wynfield AT gmail DOT com: > VERS: orpie-1.5.1. > > ./configure --with-ncurses > > > checking for working ncurses... no > configure: error: Cannot find a curses library. Perhaps you failed to install an ncurses development package? The files you quoted are the runtime libraries. "ncurses development package" addresses /usr/lib/ncurses.h which is usually included during build. Use setup to install ncurses-devel. > But I do have ncurses as the result from cygcheck shows below: > ls /bin/*ncurses* > /bin/cygncurses++-10.dll /bin/cygncurses7.dll /bin/ncurses6-config > /bin/cygncurses++-8.dll /bin/cygncurses-8.dll /bin/ncursesw5-config > /bin/cygncurses++-9.dll /bin/cygncurses-9.dll /bin/ncursesw6-config > /bin/cygncurses++w-10.dll /bin/cygncursesw-10.dll > /bin/cygncurses-10.dll /bin/ncurses5-config > > and cygcheck displays: > x86/libncurses-devel/libncurses-devel-5.7-18 > x86/libncurses10/libncurses10-5.7-18 > x86/libncurses7/libncurses7-5.3-4 > x86/libncurses7/libncurses7-5.3-4-src > x86/libncurses8/libncurses8-5.5-10 > x86/libncurses8/libncurses8-5.5-10-src > x86/libncurses9/libncurses9-5.7-16 > x86/libncurses9/libncurses9-5.7-16-src > x86/libncursesw-devel/libncursesw-devel-5.7-18 > x86/libncursesw10/libncursesw10-5.7-18 > > I realize that there is an Orpie already in cygwin's repository, but I need to build it, as I am adding new functionality to it and want to extend it. > > If anyone knows why the build tools/scripts can not find the ncurses library and how I can patch it, please let know. > > Regards > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple