Updated from CVS.
Executive Fail Summary:
syntax.obj : error LNK2001: unresolved external symbol _word_boundary_p
syntax.obj : error LNK2001: unresolved external symbol _CHAR_ASCII_P
..\src\temacs.exe : fatal error LNK1120: 2 unresolved externals
Gorey details:
XEmacs Build Report as generated with
M-x build-report RET
by build-report-version $Revision: 1.1.1.1 $ follows:
Contents of e:\export\home\tmp\21.2\xemacs\Installation:
(Output from most recent run of ./configure)
OS: Windows_NT
XEmacs 21.2-b17 \"Chiyoda\" configured for `i586-pc-win32'.
Building XEmacs in \"e:\\export\\home\\tmp\\21.2\\xemacs\\nt\".
Using compiler \"cl -nologo -W3 -O2 -G5\".
Installing XEmacs in \"c:\\Program Files\\XEmacs\\XEmacs-21.2-b17\".
Package path is \"~\\.xemacs;;c:\\Program Files\\XEmacs\\site-packages;c:\\Program
Files\\XEmacs\\xemacs-packages\".
Compiling in support for Microsoft Windows native GUI.
Compiling in support for XPM images.
Compiling in support for GIF images.
Compiling in support for PNG images.
Compiling in support for TIFF images.
Compiling in support for JPEG images.
Compiling in support for X-Face message headers.
Compiling in support for toolbars.
Compiling in support for dialogs.
Compiling in support for native sounds.
Compiling in fast dired implementation.
Using minimal tagbits.
Using indexed lrecord implementation.
Using union type for Lisp object storage.
Contents of
e:\export\home\tmp\21.2\xemacs\nt\xemacs-make-install.err
keeping lines matching
"^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+"
and then deleting lines matching
"confl.*with.*auto-inlining"
cd e:\export\home\tmp\21.2\xemacs\nt\
nmake /f xemacs.mak HAVE_XPM="1" HAVE_PNG="1" HAVE_TIFF="1"
HAVE_JPEG="1" HAVE_XFACE="1" USE_UNION_TYPE="1"
GUNG_HO="1"
COMPFACE_DIR="e:\\export\\home\\tmp\\libs4xemacs\\compface"
JPEG_DIR="e:\\export\\home\\tmp\\libs4xemacs\\jpeg-6b"
TIFF_DIR="e:\\export\\home\\tmp\\libs4xemacs\\tiff-v3.4"
ZLIB_DIR="e:\\export\\home\\tmp\\libs4xemacs\\zlib"
PNG_DIR="e:\\export\\home\\tmp\\libs4xemacs\\libpng-1.0.2"
XPM_DIR="e:\\export\\home\\tmp\\libs4xemacs\\xpm-3.4k" install
Compilation started at Wed Jun 23 12:56:27 1999
Installing XEmacs in \"c:\\Program Files\\XEmacs\\XEmacs-21.2-b17\".
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
..\lib-src/pop.c(925) : warning C4013: 'close' undefined; assuming extern
returning int
..\lib-src\run.c(68) : warning C4101: 'j' : unreferenced local variable
..\lib-src\run.c(160) : warning C4101: 'tmp' : unreferenced local variable
..\src\event-msw.c(1962) : warning C4244: 'function' : conversion from 'long
' to 'unsigned short ', possible loss of data
..\src\event-msw.c(1973) : warning C4244: 'function' : conversion from 'long
' to 'unsigned short ', possible loss of data
..\src\event-msw.c(1962) : warning C4761: integral size mismatch in argument; conversion
supplied
..\src\event-msw.c(1973) : warning C4761: integral size mismatch in argument; conversion
supplied
..\src\glyphs-msw.c(2316) : warning C4133: ':' : incompatible types - from
'struct HICON__ *' to 'struct HBITMAP__ *'
..\src\glyphs-msw.c(2518) : warning C4101: 'parent' : unreferenced local variable
E:\Program Files\Microsoft Visual Studio\VC98\include\direct.h(132) : warning C4030: first
formal parameter list longer than the second list
..\src\gif_io.c(118) : warning C4013: 'close' undefined; assuming extern returning
int
..\src\alloc.c(1540) : warning C4244: '=' : conversion from 'long ' to
'unsigned short ', possible loss of data
..\src\data.c(777) : warning C4244: '=' : conversion from 'unsigned long '
to 'unsigned char ', possible loss of data
..\src\editfns.c(859) : warning C4013: 'getcwd' undefined; assuming extern
returning int
..\src\editfns.c(859) : warning C4047: '=' : 'char *' differs in levels of
indirection from 'int '
..\src\filemode.c(82) : warning C4761: integral size mismatch in argument; conversion
supplied
..\src\filemode.c(83) : warning C4761: integral size mismatch in argument; conversion
supplied
..\src\filemode.c(84) : warning C4761: integral size mismatch in argument; conversion
supplied
..\src\glyphs-eimage.c(923) : warning C4244: '=' : conversion from 'long '
to 'unsigned short ', possible loss of data
..\src\glyphs-eimage.c(924) : warning C4244: '=' : conversion from 'long '
to 'unsigned short ', possible loss of data
..\src\glyphs-eimage.c(925) : warning C4244: '=' : conversion from 'long '
to 'unsigned short ', possible loss of data
..\src\keymap.c(1058) : warning C4244: '=' : conversion from 'long ' to
'unsigned char ', possible loss of data
..\src\keymap.c(2073) : warning C4244: '=' : conversion from 'long ' to
'unsigned char ', possible loss of data
..\src\line-number.c(296) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
..\src\nt.c(1612) : warning C4113: 'void (__cdecl *)()' differs in parameter lists
from 'void (__cdecl *)(int )'
..\src\ntproc.c(752) : warning C4244: '=' : conversion from 'long ' to
'char ', possible loss of data
..\src\regex.c(2391) : warning C4244: '=' : conversion from 'long ' to
'char ', possible loss of data
..\src\syntax.c(379) : warning C4013: 'CHAR_ASCII_P' undefined; assuming extern
returning int
..\src\unexnt.c(265) : warning C4028: formal parameter 2 different from declaration
syntax.obj : error LNK2001: unresolved external symbol _word_boundary_p
syntax.obj : error LNK2001: unresolved external symbol _CHAR_ASCII_P
..\src\temacs.exe : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Compilation exited abnormally with code 2 at Wed Jun 23 13:03:59
--
Adrian Aichner Teradyne GmbH, European Design Center
Integra Test Division Telephone +49/89/41861(0)-208
Dingolfinger Strasse 2 Fax +49/89/41861-217 (What is a Fax?)
D-81673 MUENCHEN E-mail adrian.aichner(a)teradyne.com