Re: Missing definitions in termios.h

2005-09-08 Thread Corinna Vinschen
On Sep 8 14:05, Alex Kholodenko wrote: > > On Sep 5 13:10, Alex Kholodenko wrote: > > > 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) > > > p

Re: Missing definitions in termios.h

2005-09-08 Thread Alex Kholodenko
> On Sep 5 13:10, Alex Kholodenko wrote: > > 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

Re: Missing definitions in termios.h

2005-09-05 Thread Corinna Vinschen
On Sep 5 13:10, Alex Kholodenko wrote: > 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) >

Missing definitions in termios.h

2005-09-05 Thread Alex Kholodenko
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 th