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]

Missing definitions in termios.h


While compiling some project I've got following errors:

picport.cc:63: `TIOCM_RTS' undeclared (first use this function)
picport.cc:67: `TIOCM_DTR' undeclared (first use this function)
picport.cc:70: `TIOCMSET' undeclared (first use this function)
picport.cc:101: `TIOCCBRK' undeclared (first use this function)
picport.cc:103: `TIOCMGET' undeclared (first use this function)
picport.cc:110: `TIOCM_CTS' undeclared (first use this function)
picport.cc:196: `TIOCSBRK' undeclared (first use this function)

All this are definitions from termios.h that definitely where in this file 
before.
What can be done?



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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