[comp.windows.interviews] making 3.0-beta

fox@allegra.att.com (David Fox) (04/18/91)

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.

interran@lurch.Stanford.EDU (John Interrante) (04/20/91)

In article <FOX.91Apr18102431@abaco.tempo.att.com> 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 <InterViews/arch.c>
--- 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