was trying to make a couple irc clients, and have
been getting a lot of pointer/define errors:...(lots of these preceed)
./term.c:1810: warning: passing arg 3 of `tputs' from incompatible pointer type
make[1]: *** [term.o] Error 1
make: *** [BitchX] Error 2
____________________
...(a lot of these preceed)
./../include/output.h:22: illegal function definition, found `)'
./../include/output.h:23: syntax error, found `+'
./../include/output.h:23: illegal function definition, found `)'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
vars.c: In function `init_variables':
vars.c:309: `DEFAULT_NOTIFY_HANDLER' undeclared (first use in this function)
vars.c:309: (Each undeclared identifier is reported only once
vars.c:309: for each function it appears in.)
make[1]: *** [vars.o] Error 1
make: *** [epic] Error 2