From: wallace@beirut.berkeley.edu (Marc 'Merle' Wallace) Subject: Help: compiling mush 7.2.4 Date: 1 Apr 1993 07:14:14 GMT
Has anyone successfully compiled mush (Mail User's Shell) under Linux with
the curses options turned on? Perhaps I'm using the wrong -D options
(SYSV seemed to work the best).
I can't get "execute.c" to compile. It seems to die on the macros echo_on()
and echo_off(), which try to access the field "_tty.sg_flags".
Alas, _tty is a "termio" beast. These have no such members.
Perhaps it should be a "sgtty" beast, which *does* have an "sg_flags" member.
But then thousands of other errors come up.
Even worse, I can't make head(s) nor tail(s) of the tty-based include files
(/usr/include/linux/termios.h, /usr/include/sgtty.h). Sigh.
Any help/comments would be appreciated, via mail or usenet.
I'll also accept "me-too" email. Thanx in advance...
Merle