[gnu.emacs] Installing GNU18.52 on PC running 386/ix

jma:jma@jma.UUCP (jma:jma) (02/25/89)

I am having difficultly installing GNU emacs 18.52 on a Compaq 386/20
running Interactive Systems Inc. version of Unix, SVR3.2, i.e.,386/ix.

When I run make, I get an error that the structures tchar and old_tchar 
can not be found. Greping confirms this fact.

What is the correct solution?

Thanks,

John

-- 
John Amason                     e-mail: uunet!jma!jma
Landmark Graphics Corp.         phone: (713) 579-4749
333 Cypress Run, Suite 100
Houston, Texas  77094

james@bigtex.cactus.org (James Van Artsdalen) (02/28/89)

In <112@jma.UUCP>, jma:jma@jma.UUCP (jma:jma) wrote:
> I am having difficultly installing GNU emacs 18.52 on a Compaq 386/20
> running Interactive Systems Inc. version of Unix, SVR3.2, i.e.,386/ix.

Add the following stuff just after the #undef of TIOCGETC for Xenix:

#ifdef USG5
#ifdef TIOCGETC
#undef TIOCGETC
#include <sys/sioctl.h>
#endif
#endif

My assumption is that no USG5 system has TIOCGETC defined unless it's
SysVr3.2.  I haven't had the time try 18.53 yet.  For reference,
TIOCGWINSZ and TIOCGETC are defined in termio.h in SysVr3.2.
-- 
James R. Van Artsdalen          james@bigtex.cactus.org   "Live Free or Die"
DCC Corporation     9505 Arboretum Blvd Austin TX 78759         512-338-8789