From xemacs-m  Mon Mar  3 16:10:49 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA22053
	for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 16:10:46 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa17214;
          3 Mar 97 17:11 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA25352; Mon, 3 Mar 1997 17:11:13 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA12116; Mon, 3 Mar 1997 17:11:12 -0500
Date: Mon, 3 Mar 1997 17:11:12 -0500
Message-Id: <199703032211.RAA12116@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@anthem.cnri.reston.va.us>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: b96 failure
References: <199703032025.PAA04168@verve.canada.sun.com>
	<m2wwroekfm.fsf@altair.xemacs.org>
Reply-To: bwarsaw@python.org
X-Attribution: BAW
X-Oblique-Strategy: Detour
X-Url: http://www.python.org/~bwarsaw


>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

    sb> I think I screwed this up.

    sb> Bat puckey.  This has Chuck's changes intermixed.  You need to
    sb> set a file creation mask on the call to open() (Add |0666 to
    sb> the open flags).

After applying this patch, I get...

-------------------- snip snip --------------------
gcc -c -Demacs -DHAVE_CONFIG_H  -I.        -I/depot/gnu/src/xemacs-19.15-b96/src           -I/depot/gnu/include -I/depot/sundry/include  -I/usr/openwin/include -I/usr/openwin/include/desktop -I/usr/openwin/include/desktop              -I/usr/dt/include  -I/depot/gnu/src/xemacs-19.15-b96/src/../lwlib    -g -O  /depot/gnu/src/xemacs-19.15-b96/src/alloc.c
/depot/gnu/src/xemacs-19.15-b96/src/alloc.c: In function `PURESIZE_h':
/depot/gnu/src/xemacs-19.15-b96/src/alloc.c:2591: `RAW_PURESIZE' undeclared (first use this function)
/depot/gnu/src/xemacs-19.15-b96/src/alloc.c:2591: (Each undeclared identifier is reported only once
/depot/gnu/src/xemacs-19.15-b96/src/alloc.c:2591: for each function it appears in.)
make[1]: *** [alloc.o] Error 1
make[1]: Leaving directory `/depot/gnu/src/xemacs-19.15-b96/SPARC/src'
make: *** [src] Error 2
(2)@anthem[/depot/gnu/src/xemacs-19.15-b96/SPARC:548]% 
-------------------- snip snip --------------------

:-(

-Barry

