Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!stanford.edu!cascade.stanford.edu!cascade!interran From: interran@lurch.Stanford.EDU (John Interrante) Newsgroups: comp.windows.interviews Subject: Re: making 3.0-beta Message-ID: Date: 19 Apr 91 17:30:31 GMT References: Sender: news@cascade.Stanford.EDU (USENET News System) Organization: Stanford University Lines: 37 In-Reply-To: fox@allegra.att.com's message of 18 Apr 91 14:24:31 GMT In article fox@allegra.att.com (David Fox) writes: The make CPU target doesn't work for me, because occurrences of "/**/" in src/config/InterViews/arch.c have changed to "XCOMM". I don't know what this means. Luckily I know what architecture I am compiling for. Oops. Here's a patch. *** iv/src/config/InterViews/template.save Thu Apr 11 23:59:33 1991 --- iv/src/config/InterViews/template Fri Apr 19 10:21:47 1991 *************** *** 1,11 **** /* - * From R5 Imake.tmpl. - */ - #ifndef XCOMM - #define XCOMM # - #endif - - /* * Identify the platform and CPU architecture. */ #include --- 1,4 ---- *** iv/src/config/InterViews/arch.c.save Thu Apr 11 23:56:26 1991 --- iv/src/config/InterViews/arch.c Fri Apr 19 10:22:36 1991 *************** *** 4,9 **** --- 4,10 ---- * MacroIncludeFile name of platform-wide .cf file to include */ + #define XCOMM # #define YES 1 #define NO 0