[comp.windows.x] Help, building X11R4 on Sun 3/60 4.1.1

hajadi@goofy.csd.sgi.com (Ivan Hajadi) (03/08/91)

i'm trying to build X11R4 from mit tape on Sun 3/60 running 4.1.1.
it always fails when trying to compile .../server/ddx/sun/sunCG6C.c,
it tries to include <sundev/cg6reg.h>.  the system and i can't find 
this file.  i have set up the config/sun.cf file with correct OS version
i.e. major OS number 4, and minor OS number 1.

can someone tell me what steps that i missed ?

thanks.

-- ivan


--
____________________________________________________________________
    Ivan M. Hajadi,  Silicon Graphics, Inc.,  hajadi@csd.sgi.com

mouse@lightning.mcrcim.mcgill.EDU (der Mouse) (03/09/91)

> i'm trying to build X11R4 from mit tape on Sun 3/60 running 4.1.1.
> it always fails when trying to compile .../server/ddx/sun/sunCG6C.c,
> it tries to include <sundev/cg6reg.h>.  the system and i can't find
> this file.

From the FAQ:

----------------------------------------------------------------------
Subject: 54)+ What are these problems compiling X11R4 on SunOS 4.1.1?

	Sun intentionally omitted <sundev/cg6reg.h> from SunOS 4.1.1. You can 
optimally copy the file from a machine running 4.1.0; or remove the #include 
from sunCG6C.c and replace it with the line 
	#define CG6_VADDR_COLOR   0x70016000

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

					der Mouse

			old: mcgill-vision!mouse
			new: mouse@larry.mcrcim.mcgill.edu