Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!pawl21.pawl.rpi.edu!damour From: damour@pawl21.pawl.rpi.edu (Kevin Thomas Damour) Newsgroups: comp.unix.aux Subject: Re: X11R4 with patch 1 on A/UX: can't get server to work Keywords: X11R4, A/UX, gcc Message-ID: <{24B^*@rpi.edu> Date: 5 Feb 90 19:37:28 GMT Distribution: na Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 45 Hello, In response to barad@dauphine.ee.tulane.edu # This is not so bad if I don't have xcalc to use. What is more # important is that the server doesn't work properly as shown when I # startup using the command line: # # xinit -- /usr/bin/X11/XmacII -logo -v -screen 1 -depth 8 # # What happens is the following: # # Getting interface configuration: Can't assign requested address # # Fatal server bug! # ioctl I_STR VIDEO_MAP_SLOT failed # XIO: fatal IO error 32 (Broken pipe) on X server "#@" # after 0 requests (0 known processed) with 0 events remaining. # The connection was probably broken by a server shutdown or KillClient. # # Can anyone help out here? Should I not use gcc? This is the gcc I # picked up already made from apple.com. Any help is appreciated. I also had this problem. After posting a message I received: ## From peters@ginsu.apple.com Mon Jan 22 22:59:18 1990 ## Subject: Re: Question about X11R4 and A/UX ## In-Reply-To: Your message of Mon, 22 Jan 90 11:48:00 -0500. ## <9001221648.AA00949@sub.pawl.rpi.edu> ## Date: Mon, 22 Jan 90 17:37:38 -0800 ## Status: R ## ## You must run fixincludes -- the gcc preprocessor otherwise mangles ## various constants used in ioctl calls. Alternatively, compile the ## server/ddx/mac and server/os/4.2bsd directories using the stock A/UX ## C compiler. I downloaded fixincludes, from a local machine, and ran the script. It created several header files. After re-compiling X11R4, everything worked fine. (But xcalc was still broken - sorry) Hope this clears up your server problems also. Kevin Damour RPI, Troy NY damour@pawl.rpi.edu