Help building GNU emacs 18.55

Jack F. Vogel jackv at turnkey.gryphon.COM
Mon Feb 5 09:44:19 AEST 1990


In article <186 at nimbus3.UUCP> djs at nimbus3.UUCP (Doug) writes:
 
[....problems building emacs....]

>During the build, the compile dies in sysdep.c because
>the include file <sys/sioctl.h> 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.
 
Here you go, create the file <sys/sioctl.h> with the following content:

-----------------------------------------------------------------------

/*    suplimental  tty control character stuff     */

struct tchars {
        char    t_intrc;        /* interrupt */
        char    t_quitc;        /* quit */
        char    t_startc;       /* start output */
        char    t_stopc;        /* stop output */
        char    t_eofc;         /* end-of-file */
        char    t_brkc;         /* input delimiter (like nl) */
};
-----------------------------------------------------------------------

Should take care of your problem. Sorry, but I do not recall which file
it was that was supposed to be compiled without optimization, but I imagine
someone else out there will remember.

Disclaimer: These views are mine, not necessarily LCC or IBM's


-- 
Jack F. Vogel			jackv at seas.ucla.edu
AIX Technical Support	              - or -
Locus Computing Corp.		jackv at ifs.umich.edu



More information about the Comp.unix.i386 mailing list