Path: utzoo!attcan!uunet!decwrl!bacchus.pa.dec.com!wsl.dec.com!klee From: klee@wsl.dec.com (Ken Lee) Newsgroups: comp.windows.x Subject: Re: Problems with X11R4/Ultrix 4.0 on DECstation Message-ID: <1990Oct5.142128@wsl.dec.com> Date: 5 Oct 90 21:21:28 GMT References: <65635@bu.edu.bu.edu> Sender: news@wrl.dec.com (News) Reply-To: klee@wsl.dec.com Organization: DEC Western Software Laboratory Lines: 19 In article <65635@bu.edu.bu.edu>, oneill@bass.bu.edu (Brian V O'Neill) writes: |> I have been trying to compile X11R4 on a DECstation 3100 and a 5000 under |> Ultrix 4.0. I've almost completed it, but now I get an error when compiling |> main.c in clients/xterm: |> |> cc -c -O -Wf,-XNh2000 -Olimit 2000 -I../../. -DUTMP main.c |> ccom: Error: main.c, line 823: illegal lhs of assignment operator |> ((int)(((&_iob[2]))->_file)) = i; There are a couple of places where xterm says (for various instances of foo): fileno(stderr) = foo You should change these to: stderr->_file = foo -- Ken Lee DEC Western Software Laboratory, Palo Alto, Calif. Internet: klee@wsl.dec.com uucp: uunet!decwrl!klee