From xemacs-m  Thu Jan  2 19:19:35 1997
Received: from altair.xemacs.org (root@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA00610 for <xemacs-beta@xemacs.org>; Thu, 2 Jan 1997 19:19:35 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id QAA13260; Thu, 2 Jan 1997 16:32:21 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Cc: ben@666.com
Subject: Building without TTY support on v20
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 02 Jan 1997 16:32:20 -0800
Message-ID: <m2g20jd2ej.fsf@altair.xemacs.org>
Lines: 43
X-Mailer: Red Gnus v0.72/XEmacs 19.15

Another loose end ...

Building without TTY support, `configure ... --with-tty=no', bombs.
From a brief look over the problem area it appears to be pty code
called in setting up child subprocesses.

gcc -c -Demacs -DHAVE_CONFIG_H  -I. 	   -I/usr/src/xemacs-20.0/src -I/usr/src/xemacs-20.0/src/.      -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE  	     -I/usr/X11R6/include    	     -I/usr/src/xemacs-20.0/src/../lwlib    -m486 -g -O4 -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 sysdep.c
sysdep.c: In function `child_setup_tty':
sysdep.c:434: storage size of `s' isn't known
sysdep.c:439: `OPOST' undeclared (first use this function)
sysdep.c:439: (Each undeclared identifier is reported only once
sysdep.c:439: for each function it appears in.)
sysdep.c:440: `ONLCR' undeclared (first use this function)
sysdep.c:445: `ECHO' undeclared (first use this function)
sysdep.c:446: `ISIG' undeclared (first use this function)
sysdep.c:465: `ICANON' undeclared (first use this function)
sysdep.c:466: `VEOF' undeclared (first use this function)
sysdep.c:467: `VERASE' undeclared (first use this function)
sysdep.c:467: `CDISABLE' undeclared (first use this function)
sysdep.c:468: `VKILL' undeclared (first use this function)
sysdep.c:494: `VQUIT' undeclared (first use this function)
sysdep.c:495: `VINTR' undeclared (first use this function)
sysdep.c:498: `VEOL' undeclared (first use this function)
sysdep.c:509: `B9600' undeclared (first use this function)
sysdep.c: In function `emacs_get_tty':
sysdep.c:1326: `TIOCGETP' undeclared (first use this function)
sysdep.c:1326: dereferencing pointer to incomplete type
sysdep.c: In function `emacs_set_tty':
sysdep.c:1412: `TIOCSETP' undeclared (first use this function)
sysdep.c:1412: `TIOCSETN' undeclared (first use this function)
sysdep.c:1412: dereferencing pointer to incomplete type
sysdep.c: At top level:
sysdep.c:2580: parse error before `sys_do_signal'
sysdep.c:2580: parse error before `signal_handler_t'
sysdep.c: In function `sys_do_signal':
sysdep.c:2614: `action' undeclared (first use this function)
sysdep.c:2620: `signal_number' undeclared (first use this function)
sysdep.c:2621: warning: return makes integer from pointer without a cast
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

