From xemacs-m  Sun Aug  3 17:02:28 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA28544
	for <xemacs-beta@xemacs.org>; Sun, 3 Aug 1997 17:02:27 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id PAA12309;
	Sun, 3 Aug 1997 15:05:28 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Build report for 20.3b16 on NT-4.0.
References: <199708031954.PAA08708@ob1.tbi.com>
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: jmorey@tbi.com's message of "Sun, 3 Aug 1997 15:54:27 -0400 (EDT)"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Aug 1997 15:05:28 -0700
Message-ID: <m2wwm27wif.fsf@altair.xemacs.org>
Lines: 28
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta17) - "Bucharest"

John Morey <jmorey@tbi.com> writes:

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

>   ../src/emacs.c(2368) : error C2065: 'PATH_PREFIX' : undeclared identifier


> After deleting the reference to PATH_PREFIX emacs.c and the rest of
> XEmacs built fine.  I now have a running XEmacs on WinNT :)

Not really.  Without PATH_PREFIX defined other things could be broken.
This symbol is declared in src/paths.h and #included by emacs.c.  Why
are you not seeing it?

(The bottom of src/paths.h in my current build):

#define PATH_PREFIX "/usr/local"
/* #define PATH_LOADSEARCH "/usr/local/lib/xemacs-20.3-b17/lisp" */
/* #define PATH_EXEC "/usr/local/lib/xemacs-20.3-b17/i586-pc-linux" */
/* #define PATH_DATA "/usr/local/lib/xemacs-20.3-b17/etc" */
/* #define PATH_LOCK "/usr/local/lib/xemacs/lock" */
/* #define PATH_INFO "/usr/local/lib/xemacs-20.3-b17/info" */

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

The version information is in version.sh.  Since make uses the same
assignment syntax as sh, perhaps xemacs.mak can `include' this file to 
get the version number & codename.

