> /usr/src/lib/libterm/tputs.c:69: conflicting types for `tputs' > /usr/include/curses.h:338: previous declaration of `tputs' <curses.h> lives in lib/libcurses and does get into /usr/include until you do `make install' in in there. As a workaround, copy this header file to /usr/include/curses.h by hand. -pk