Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.1.20020106150037.00a8a060@pop.erols.com> X-Sender: prapp AT pop DOT erols DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 06 Jan 2002 15:09:40 -0500 To: cygwin AT sources DOT redhat DOT com From: prapp Subject: struggling with ncurses dll Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed (I apologize to Chuck for emailing him directly -- I just read instructions saying to send to this email list, not to Chuck.) Abstract: I'm trying to compile a unix program making pretty simple use of curses. It is working sporadically, and only with static linking I think, and I'm getting "auto-import" warnings, so I'd like to understand how to make this work with the dll (partly so I don't need to pass arguments to configure, because every time I forget to do that, I waste a lot of time). I seem to have incorrect includes, but I'm pretty inexperienced, and only have been using the setup tool -- is the answer to fetch newer includes manually ? Or am I just missing something in the setup tool ? Details: setup.exe says I have libncurses5: 5.2-1 libncurses6: 5.2-2 ncurses: 5.2-7 I have /usr/doc/Cygwin/ncurses-5.2.README which leads me to believe I ought to have /usr/include/ncurses/include/ncurses_dll.h but I do not have this file (ncurses/include/ncurses_dll.h) which may be the root of my problem ? my /usr/include/ncurses/include/ncurses.h says this: curses.h.in,v 1.96 2000/09/16 16:11:01 I just went thru a lot of reinstalling via the setup tool a couple days ago, when I was reading a web page about the splitting up of the curses stuff into three packages I think, and it gave instructions wherein I installed one piece first, then something else, then reinstalled the first one -- I don't recall exactly, but I finally uninstalled all the curses stuff via the setup tool, and just walked thru the instructions. -- 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/