[comp.sys.dec] X11R4 on Decstation 5000

dsmith@ece.arizona.edu (Doug Smith) (01/29/91)

Greetings,

I am trying to build X11R4 on a Decstation 5000 running Ultrix 4.1. I am
running
into trouble in the makedepend part of the build in the server code.
Here are
the errors I'm encountering:

depending in ./server/ddx/dec/mfbpmax...
../../../.././util/makedepend/makedepend:  init.c: cannot find include
file "machine/pmreg.h"
../../../.././util/makedepend/makedepend:  cannot open
"machine/pmreg.h"

Other include files not found in makedepending the servers:

machine/pmioctl.h
machine/dc7085cons.h

If you can point me in the right direction, please drop me a line.

Thanks.

--Doug Smith
  Systems Programmer and Grad. Student
  Electrical and Computer Engineering
  University of Arizona

jensen@wrl.dec.com (Paul Jensen) (01/30/91)

The problem is that under ULTRIX 4.x these files migrated from
/usr/include/machine to /usr/include/io/tc.  There are a number
of ways to get around this.  Being lazy, I just created a "machine"
directory in .../mfbpmax, which I populated with symbolic links
to /usr/include/io/tc/*.h.  Whatever you do, you will also need to
do the same in .../cfbpmax.

--
					/Paul Jensen
					 Digital Equipment Corp.
					 Palo Alto, CA