public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* error trying to compile BitchX
       [not found] <20001221034647.26222.qmail@web118.yahoomail.com>
@ 2000-12-20 21:17 ` Jeffrey Frasure
  2000-12-22 14:03   ` Charles Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Frasure @ 2000-12-20 21:17 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: error trying to compile BitchX
  2000-12-20 21:17 ` error trying to compile BitchX Jeffrey Frasure
@ 2000-12-22 14:03   ` Charles Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Wilson @ 2000-12-22 14:03 UTC (permalink / raw)
  To: Jeffrey Frasure; +Cc: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-22 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20001221034647.26222.qmail@web118.yahoomail.com>
2000-12-20 21:17 ` error trying to compile BitchX Jeffrey Frasure
2000-12-22 14:03   ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).