Xref: utzoo comp.emacs:7702 gnu.emacs.bug:1604 comp.unix.i386:2813 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!att!dptg!mtune!dwp From: dwp@mtune.ATT.COM (David Preisler) Newsgroups: comp.emacs,gnu.emacs.bug,comp.unix.i386 Subject: Re: Help building GNU emacs 18.55 Summary: 'find' unknown header files Message-ID: <302@mtune.ATT.COM> Date: 7 Feb 90 00:56:44 GMT References: <186@nimbus3.UUCP> Organization: AT&T BL Middletown/Lincroft NJ USA Lines: 31 In article <186@nimbus3.UUCP>, djs@nimbus3.UUCP (Doug) writes: > I've been trying to build GNU emacs 18.55 on an AT&T 6386 running > System V/386 Release 3.2.2. In config.h I used m-intel386.h and > s-usg5-3.h. In s-usg5-3.h, I defined HAVE_PTYS and SYSV_PTYS since > the system seems to have them. > > During the build, the compile dies in sysdep.c because > the include file does not exist. > I commented out the include line as suggested by > a comment in sysdep.c. After doing that, the compile dies because > it does not know the size of a struct named tchar. > > ... > -- > Doug Scofea Email: osu-cis!nimbus3!djs Phone:(614) 794-2853 To find out what include file the structure is defined in you might try: find /usr/include -print -exec grep tchar {} \; | more If it does not succeed, you don't have the header file needed. thanks, David William Preisler System Administrator AT&T Bell Laboratories Email: att!mtune!dwp 200 Laurel Avenue Middletown, NJ 07748 Phone: (201) 957-2594