Hi,
* pancake <pancake_AT_youterm.com> [2009-10-09 16:19]:
> pancake_AT_suntinel:~$ ggrep -re TIOCNOTTY /usr/include/
> /usr/include/sys/ttold.h:#define TIOCNOTTY (tIOC|113)
> /* void tty association */
> /usr/include/sys/termios.h:#define TIOCNOTTY (tIOC|113)
> /* void tty association */
>
> missing include?
>
> didnt check yet..but sys/termios.h is not included from havefork.c
Yep. Thanks. The
#include <sys/termios.h>
in havefork.h did it. I just didn't have the patience to do the `grep`,
after I spent ages to figure out that another error was due to the fact
that I can't link statically here... I had to change the `-dn` to `-dy` in
the LDFLAGS. (In case someone is experiencing the same problem,) Attached
patch worked for me.
cheers
-- stanio_Received on Tue Oct 20 2009 - 10:29:20 UTC
This archive was generated by hypermail 2.2.0 : Tue Oct 20 2009 - 10:36:02 UTC