Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: error in sunCG3.c Message-ID: <9001060537.AA09821@expo.lcs.mit.edu> Date: 6 Jan 90 05:37:19 GMT References: <9001060116.AA26239@NMSU.Edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 18 Sun 3's don't ever have CG3 displays, they only exist on 386i and sun4 machines. Thus, the CG3 does not even have header files under sunOS 3.5 on your sun 3/60. To temporarily avoid the problem, hack the sources as follows: Trivial fix: Remove sunCG3.o from the Imakefile Remove the CG3 related lines from sunInit.c (i.e. lines which contain 'CG3' in them). remake the Makefile (make Makefile; make depend) remake the directory (make) Keith Packard MIT X Consortium