dear users compiling bitchx from source gives me this error: && gmake 'local_dir=/root' 'INSTALL_IRC=/usr/local/bin/BitchX' 'IRCLIB=/usr/local/lib/bx' 'CC=gcc' 'CFLAGS=-g -O2 -Wall' 'HELPDIR=/usr/local/lib/bx/help' 'INSTALL_WSERV=/usr/local/lib/bx/wserv' 'IRCPATH=~/.BitchX:~/.BitchX/plugins:.:/usr/local/lib/bx/plugins:/usr/local/lib/bx/script:/usr/local/lib/bx' 'TRANSLATION_PATH=/usr/local/lib/bx/translation' 'LDFLAGS=' 'LIBS=-lncurses -lm -lcrypt -lresolv' 'LN=ln -s' 'RM=rm -f' 'TCL_SRCS=' 'TCL_OBJS=' 'CD_PLAY=' 'CD_SRCS=' 'CD_OBJS=' 'TCL_LIBS=' 'PLUGINDIR=/usr/local/lib/bx/plugins' '_VERSION_=BitchX' 'VERSION=BitchX-1.1-final' 'INSTALL_DATA=/usr/bin/install -c -m 644''INSTALL_SCRIPT=/usr/local/lib/bx/script' 'EXEEXT=' 'SHLIB_CFLAGS=' 'SHLIB_SUFFIX=.so' all gmake[1]: Entering directory `/root/BitchX/source' gcc -I. -I/root/BitchX/include -I../include -I. -I./include -g -O2 -Wall -c ./term.c ./term.c:95: error: conflicting types for 'tparm' ./term.c:95: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/include/ncurses.h:717: error: previous declaration of 'tparm' was here ./term.c:95: error: conflicting types for 'tparm' ./term.c:95: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/include/ncurses.h:717: error: previous declaration of 'tparm' was here ./term.c: In function `term_init': ./term.c:870: warning: passing arg 1 of `tigetnum' discards qualifiers from pointer target type ./term.c:875: warning: passing arg 1 of `tigetflag' discards qualifiers from pointer target type ./term.c:882: warning: passing arg 1 of `tigetstr' discards qualifiers from pointer target type ./term.c:880: warning: unused variable `tmp' gmake[1]: *** [term.o] Error 1 gmake[1]: Leaving directory `/root/BitchX/source' gmake: *** [BitchX] Error 2 I have EVERYTHING installed so it's not a dep problem. Moreover i always compiled bx well in the last 2 fedora versions. Any help would be appreciated thank you