FS#1102 - ircii-pana has trouble building with gcc 3.4

Attached to Project: Arch Linux
Opened by Jason Chu (jason) - Saturday, 10 July 2004, 18:10 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

gcc -I. -I/root/build/src/BitchX/include -I../include -I. -I./include -march=i586 -O2 -pipe -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:710: 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:710: 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'
make[1]: *** [term.o] Error 1
This task depends upon

Closed by  Judd Vinet (judd)
Monday, 12 July 2004, 00:11 GMT
Reason for closing:  Fixed

Loading...