From xemacs-m  Wed Sep 17 15:10:43 1997
Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA15809
	for <xemacs-beta@xemacs.org>; Wed, 17 Sep 1997 15:10:42 -0500 (CDT)
Received: from fleming by cdc.noaa.gov (SMI-8.6/SMI-SVR4)
	id OAA07923; Wed, 17 Sep 1997 14:10:24 -0600
Received: by fleming (SMI-8.6) id OAA09272; Wed, 17 Sep 1997 14:10:23 -0600
To: Martin Buchholz <mrb@Eng.Sun.COM>
Cc: XEmacs beta-list <xemacs-beta@xemacs.org>
Subject: Re: [Brooklyn]: Success under Solaris-2.5 / SUNWspro cc-4.2
References: <vkn2lb5387.fsf@cdc.noaa.gov> <199709171913.MAA04682@xemacs.eng.sun.com>
Organization: CIRES, University of Colorado
X-Attribution: mb
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Mark Borges <mdb@cdc.noaa.gov>
Date: 17 Sep 1997 14:10:23 -0600
In-Reply-To: Martin Buchholz's message of "Wed, 17 Sep 1997 12:13:29 -0700"
Message-ID: <vkhgbj4s7k.fsf@cdc.noaa.gov>
Lines: 40
X-Mailer: Gnus v5.4.66/XEmacs 19.16 - "Brooklyn"

>> On Wed, 17 Sep 1997 12:13:29 -0700,
>> Martin Buchholz(MB) wrote:
>>>>>> "mb" == Mark Borges <mdb@cdc.noaa.gov> writes:
MB> The following is a serious problem and HAS to be fixed.  When
MB> debugging such things in the past, I've hacked configure to make a
MB> copy of junk.c for further examination.  This is almost certainly a
MB> pre-processor problem.  Hopefully, the 20.3 configure rewrite will

lib-src/Makefile.in.in uses the `#' character for what appear to be
comments, beginning near line 121. Since this file apparently gets
processed by cpp, the resulting errors occur. Surrounding these
comments by /*...*/ "fixed" the problem, but no doubt it should be
looked at by someone who knows the config process better than I.

mb> creating lwlib/Makefile
mb> creating lib-src/Makefile
mb> "junk.c", line 122: undefined control
mb> "junk.c", line 123: undefined control
mb> "junk.c", line 124: undefined control
mb> "junk.c", line 125: undefined control
mb> "junk.c", line 126: undefined control
mb> "junk.c", line 127: undefined control
mb> "junk.c", line 128: undefined control
mb> "junk.c", line 129: undefined control
mb> "junk.c", line 130: undefined control
mb> "junk.c", line 131: undefined control
mb> "junk.c", line 132: undefined control
mb> "junk.c", line 133: undefined control
mb> "junk.c", line 134: undefined control
mb> "junk.c", line 135: undefined control
mb> "junk.c", line 139: undefined control
mb> "junk.c", line 140: undefined control
mb> "junk.c", line 141: undefined control
mb> "junk.c", line 142: undefined control
mb> "junk.c", line 143: undefined control
mb> "junk.c", line 144: undefined control
mb> creating dynodump/Makefile

-- 
  -mb-

