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: Need help with R4 Xsun on Sun 3/260 with cgtwo Message-ID: <9001062237.AA14264@expo.lcs.mit.edu> Date: 6 Jan 90 22:37:42 GMT References: <390@ai.etl.army.mil> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 17 > No /dev/bw* devices are defined. > I am not running on top of Sun windows, so macro SUN_WINDOWS is undefined. > The release 3 server worked fine. > I compiled with version 1.36.1 of gcc. Every ioctl call in your distribution is not working because the person who installed gcc neglected to run fixincludes on the machine you're building R4 with. Run 'fixincludes' from the gcc distribution and rebuild the X distribution. You could search the entire X tree for users of ioctl and rebuild those files, but it is sufficient just to 'make clean; make' from the top level (if a bit slower). Keith Packard MIT X Consortium