From xemacs-m  Sun Sep 14 22:27:39 1997
Received: from thor.inlink.com (ultra.inlink.com [206.196.96.100])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA00320
	for <xemacs-beta@xemacs.org>; Sun, 14 Sep 1997 22:27:38 -0500 (CDT)
Received: from vertigo (awhill.inlink.com [206.196.97.146]) by thor.inlink.com (8.8.0/V8) with SMTP id WAA17366 for <xemacs-beta@xemacs.org>; Sun, 14 Sep 1997 22:27:34 -0500 (CDT)
Message-Id: <199709150327.WAA17366@thor.inlink.com>
From: "August Hill" <awhill@inlink.com>
To: "XEmacs Beta" <xemacs-beta@xemacs.org>
Subject: [failed] 20.3b20 for NT
Date: Sun, 14 Sep 1997 22:27:17 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.71.1008.3
X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3

 Did the nmake -f xemacs.mak and got the following:

[lots snipped]


        "..\src\temacs.exe -batch -l make-docfile.el -o ..\lib-src\DOC -d
..\src -i ..\site-packages "


temacs can only be run in -batch mode.
NMAKE : fatal error U1077: '"..\src\temacs.exe -batch -l make-docfile.el -o
..\l
ib-src\DOC -d ..\src -i ..\site-packages "' : return code '0xffffffff'
Stop.

===

For some reason temacs thinks it's not in batch mode.  The other thing that
I'm wondering about is the line in xemacs.mak that is issuing this command.
The line reads:

$(DOC): $(OUTDIR)\make-docfile.exe
    !"$(TEMACS) -batch -l make-docfile.el -o $(DOC) -d $(TEMACS_SRC) -i
$(XEMACS
)\site-packages $(DOC_SRC)"

The macro DOC_SRC isn't defined, but DOC_SRCS is.


Thoughts?

August


