X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <68DC5D2BAA4B4BCE8AA0BD3730104D24@paikea> References: <68DC5D2BAA4B4BCE8AA0BD3730104D24 AT paikea> Date: Wed, 19 May 2010 15:04:50 +0900 Message-ID: Subject: Re: NCurses and Cygwin From: rushojp To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 user AT localhost /usr/include $ for h in curses.h eti.h form.h menu.h ncurses.h panel.h term.h unctrl.h ; do > ln -s ncurses/$h $h ;done I think libncurses-devel package should have these symlink files. http://www.rpmseek.com/rpm-pl/libncurses-devel.html?hl=com&cs=libncurses-devel:PN:0:0:0:0:0 2010/5/18, Luis Vital : > Hi, > > I just installed NCurses under Cygwin. > Looking at the file list after the instalation I see that I have: > > /usr/include/curses.h > /usr/include/ncurses.h > etc. > > and > > /usr/include/ncurses/curses.h > /usr/include/ncurses/ncurses.h > etc. > > If I compile using #include I got errors but if I > compile using #include "ncurses/ncurses.h" I don't get errors and the > programs work fine. > > Nevertheless all the examples use #include so this should > work fine. > > Does anyone know why this is happening? Thanks in advance. > Best regards, > > Luis Vital -- 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