Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: R3 on Sun-4/260 running SYS4-3.2 Message-ID: <8811141659.AA10869@EXPO.LCS.MIT.EDU> Date: 14 Nov 88 16:59:42 GMT References: <38@eplrx7.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 22 You might try the following patch in util/imake.includes/Sun.macros: *** /tmp/,RCSt1a10834 Mon Nov 14 11:57:56 1988 --- util/imake.includes/Sun.macros Mon Nov 14 11:57:23 1988 *************** *** 65,71 **** #endif /* define this as you like for server compilation */ ! #if SunOSPlatform && OSMajorVersion >= 4 #define ServerDefines SunWindowsDefines -DINCLUDE_ALLOCA_H #else #define ServerDefines SunWindowsDefines --- 65,71 ---- #endif /* define this as you like for server compilation */ ! #if SunOSPlatform && (OSMajorVersion >= 4 || defined(sparc)) #define ServerDefines SunWindowsDefines -DINCLUDE_ALLOCA_H #else #define ServerDefines SunWindowsDefines