Path: utzoo!attcan!uunet!lll-winken!ncis.tis.llnl.gov!helios.ee.lbl.gov!pasteur!ucbvax!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: X11 R3 on RTs (again) Message-ID: <8905041402.AA03615@THANATOS.MIT.EDU> Date: 4 May 89 14:02:37 GMT References: <8905040515.AA12979@PIT-MANAGER.MIT.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 22 Date: Thu, 4 May 89 01:15:34 EDT From: Jonathan I. Kamens There are two possible solutions to the problem: 1. Get the new hc 2. Augment your Imakefile rules for RT's There is also a BandAidCompiler (see util/imake.includes/Rt.BAC) hack that is intended to be defined in Rt.macros if you're using a broken hc: + /* + * hc revision 1.4r won't compile parts of Xt and some clients. + */ + #if HCRevision == 14018 + #define BandAidCompiler "Rt.BAC" + #undef MacroFile + #define MacroFile Rt.macros $(IRULESRC)/Rt.BAC + #endif