From xemacs-m  Mon Aug  4 07:30:38 1997
Received: from wr.com.au (wr.com.au [203.12.42.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA06823;
	Mon, 4 Aug 1997 07:30:35 -0500 (CDT)
Received: from ishtar (dialup05.wr.com.au) by wr.com.au (5.x/SMI-SVR4-1.0)
	id AA02790; Mon, 4 Aug 1997 22:24:09 +1000
Message-Id: <3.0.32.19970804223136.0092ea40@wr.com.au>
X-Sender: davidh@wr.com.au
X-Mailer: Windows Eudora Pro Version 3.0 (32)
Date: Mon, 04 Aug 1997 22:31:39 +1000
To: SL Baur <steve@xemacs.org>, xemacs-beta@xemacs.org
From: David Hobley <davidh@wr.com.au>
Subject: Re: Build report for 20.3b16 on NT-4.0.
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

I have just downloaded b16 and am making patches for it. PATH_PREFIX has
been defined now and the version.sh concept is a good one. I need to escape
the " for the xemacs_codename - will that cause a problem under Unix ?

I will test out the runtime as soon as I have dumped the elcs again.

I will provide patches shortly.

Cheers,
david

At 15:05 3/08/97 -0700, SL Baur wrote:
>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.
>
>
>

