This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SWI Prolog will not fix their software for Cygwin


Terrence Brannon wrote:
> Subject:
> [Bug 429] term.h on Cygwin not existent. no warning during configure
> From:
> bugzilla-daemon@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]