Terrence Brannon wrote: > Subject: > [Bug 429] term.h on Cygwin not existent. no warning during configure > From: > bugzilla-dae...@gollem.science.uva.nl
term.h is provided by ncurses, and is located in /usr/include/ncurses/. So, all you need to do (I think) is add -I/usr/include/ncurses to your CPPFLAGS, and (perhaps) link against -lncurses. -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple