error trying to compile BitchX

Charles Wilson cwilson@ece.gatech.edu
Fri Dec 22 14:03:00 GMT 2000


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



More information about the Cygwin mailing list