[comp.windows.x] xterm main.c blows up

kaleb@thyme.jpl.nasa.gov (Kaleb Keithley ) (10/03/90)

X11R4 patched through fix-18.  DecStation 3100, Ultrix 4.0.  
xterm main.c blows up on line 823.

#ifndef lint
static char rcs_id[] = "$XConsortium: main.c,v 1.145 90/01/11 14:22:31 jim Exp $
";
#endif  /* lint */

[...]

#else   /* USE_SYSV_TERMIO */
        fileno(stderr) = i;
#endif  /* USE_SYSV_TERMIO */

ccom: Error: main.c, line 823: illegal lhs of assignment operator
             ((int)(((&_iob[2]))->_file)) = i;
---------------------------------------------^

Since this works on our Suns, I'm at a loss to know why it doesn't work
on the DEC.

Anyone have any suggestions?

advaTHANKSnce

-- 
Kaleb Keithley                      Jet Propulsion Labs
kaleb@thyme.jpl.nasa.gov

Stirring up trouble again.