Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!iuvax!pur-ee!uiucdcs!uiucdcsm!grogers From: grogers@uiucdcsm.cs.uiuc.edu Newsgroups: comp.windows.x Subject: Re: X11, RT, apa16 bug/help! Message-ID: <26900021@uiucdcsm> Date: Sun, 29-Nov-87 18:36:00 EST Article-I.D.: uiucdcsm.26900021 Posted: Sun Nov 29 18:36:00 1987 Date-Received: Wed, 2-Dec-87 22:59:24 EST References: <6052@jade.BERKELEY.EDU> Lines: 7 Nf-ID: #R:jade.BERKELEY.EDU:6052:uiucdcsm:26900021:000:467 Nf-From: uiucdcsm.cs.uiuc.edu!grogers Nov 29 17:36:00 1987 The RT's hc compiler has a few bugs, one of which you are experiencing. What you need to do is find every place where a pointer to a structure is being incremented or decremented and dereferenced all at once and break these into separate steps. So, look for a++->x, a--->x, ++a->x, --a->x and change these to a++; a->x, etc. When I first installed X11 I had the same problem you are having and this fixed it up. Also, don't forget to run server/ddx/ibm/RTSETUP.