From xemacs-m  Sun Aug  3 14:54:29 1997
Received: from ob1.tbi.com (ob1.tbi.com [206.5.81.3])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA27063
	for <xemacs-beta@xemacs.org>; Sun, 3 Aug 1997 14:54:28 -0500 (CDT)
Received: from EWOK.tbi.com (ewok.tbi.com [206.5.81.63]) by ob1.tbi.com with SMTP (8.7.6/8.7.3) id PAA08708 for <xemacs-beta@xemacs.org>; Sun, 3 Aug 1997 15:54:27 -0400 (EDT)
Date: Sun, 3 Aug 1997 15:54:27 -0400 (EDT)
Message-Id: <199708031954.PAA08708@ob1.tbi.com>
X-Mailer: emacs 19.34.4 (via feedmail 3 I) 
From: jmorey@tbi.com (John Morey)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Build report for 20.3b16 on NT-4.0.


I tried building 20.3b16 on NT-4.0 but it failed with the following error:

          cl -nologo -ML -w -Od -Zi -c -Id:/development/X11R6.3/xc/exports/include
   -I../nt/inc -I../src -I../lwlib -Ic:/usr/msdev/include -D_DEBUG -DWIN32 -D_WIN3
  2 -DWIN32_LEAN_AND_MEAN  -D_NTSDK -D_M_IX86 -D_X86_ -Demacs -DHAVE_CONFIG_H -D_M
  SC_VER=999  -DEMACS_MAJOR_VERSION=20  -DEMACS_MINOR_VERSION=3  -DXEMACS_CODENAME
  =\"Stockholm\" ../src/emacs.c /Foobj/emacs.obj
  emacs.c
  ../src/emacs.c(2368) : error C2065: 'PATH_PREFIX' : undeclared identifier
  ../src/emacs.c(2368) : error C2143: syntax error : missing ')' before 'string'
  ../src/emacs.c(2368) : error C2059: syntax error : ')'
  NMAKE : fatal error U1077: 'cl' : return code '0x2'
  stop

After deleting the reference to PATH_PREFIX emacs.c and the rest of
XEmacs built fine.  I now have a running XEmacs on WinNT :) Now need to
work on my X key mapping so that it will be useable....

--
| John Morey                |            jmorey@tbi.com |
| Software Architect        |      Voice:(770) 937-7895 |
| Technology Builders, Inc. |        Fax:(770) 937-7901 |
| Atlanta, GA               |        http://www.tbi.com |

P.S.  The nt makefile still hase the codename as Stockholm.

