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: <3A43D061.38FFCD2F@ece.gatech.edu> Date: Fri, 22 Dec 2000 17:06:25 -0500 From: Charles Wilson X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeffrey Frasure CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: error trying to compile BitchX References: <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20001221001309 DOT 009eb470 AT mail DOT hobbybox DOT org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Since BitchX is looking for BOTH terminfo (ncurses) AND termcap, you probably should use the termcap.h file from the ncurses package to avoid conflicts. Do mv /usr/include/termcap.h /usr/include/termcap.h.old cp /usr/include/termcapn.h /usr/include/termcap.h --Chuck Jeffrey Frasure wrote: > > hey, > > I've been trying to compile BitchX via cygwin 116 and i am havign the worst > luck. > > these are the errors i am getting > > make[1]: Entering directory `/home/jeff/BitchX/source' > gcc -g -O2 -Wall -I./../include -I/home/jeff/BitchX/include -c alias.c > In file included from ../include/ircterm.h:42, > from alias.c:34: > ../include/gui.h:42: warning: `COLOR_HIGHLIGHT' redefined > /usr/include/w32api/winuser.h:710: warning: this is the location of the > previous > definition > In file included from ../include/irc_std.h:63, > from ../include/irc.h:116, > from alias.c:12: > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/../../../../include/ncurses.h:733: > conf > licting types for `tparm' > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/../../../../include/termcap.h:49: > previ > ous declaration of `tparm' > expr2.c:1749: warning: `matheval' defined but not used > make[1]: *** [alias.o] Error 1 > make[1]: Leaving directory `/home/jeff/BitchX/source' > make: *** [BitchX] Error 2 > > any help will be greatly appreciated. > > Jeff > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple