APPROVE COMMIT 21.5
Matthew O. Persico wrote:
Bootstrapping from temacs...
Updating autoloads for directory d:\src\xemacs\xemacs-21.5.8\lisp...
Finding truename: Unknown error, d:\src\xemacs\xemacs-21.5.8\lisp\auto-autoloads
.el
xemacs exiting
.
NMAKE: fatal error U1077:
'"D:\src\xemacs\xemacs-21.5.8\nt\..\lib-src\i"' : ret
urn code '0xffffffff'
Stop.
When you look at D:\src\xemacs\xemacs-21.5.8\nt\..\lib-src\i* you get
...
The error is misleading - i.exe just acts as a pipe to display the
output of stdout/stderr on the console and is just reporting the earlier
error to nmake. The real error is a side effect of this change:
2002-07-08 Mike Sperber <mike(a)xemacs.org>
* text.h: Only include wchar.h if we have it; define wcslen
prototype if we don't.
Jonathan.
Changelog for src:
2002-07-29 Jonathan Harris <jonathan(a)xemacs.org>
* s/win32-native.h: Define HAVE_WCHAR_H for native windows build.
Index: src/s/win32-native.h
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/s/win32-native.h,v
retrieving revision 1.2
diff -u -r1.2 win32-native.h
--- src/s/win32-native.h 2002/03/13 08:53:23 1.2
+++ src/s/win32-native.h 2002/07/29 20:56:40
@@ -40,6 +40,9 @@
/* Define process implementation */
#define HAVE_WIN32_PROCESSES
+/* Wide characters are supported */
+#define HAVE_WCHAR_H
+
/* These two are used in etags.c. */
#define popen _popen
#define pclose _pclose
--
Jonathan Harris | jhar(a)tardis.ed.ac.uk
London, England | Jonathan.Harris(a)symbian.com