This is a test build on Cygwin with the post 21.5.8 GC patches
applied. The CVS update was done between 8:00 and 12:00 UTC on
Monday. The build report filter takes out the relevant error message
frm the compilation of eval.c:
eval.c:446: macro `DEFINE_BASIC_LRECORD_IMPLEMENTATION' used with only
9 args
It appears that the second use of this macro was not added to eval.c
for the kkcc case. The patch is obvious if you understand dumping
well enough to know if this lrecord is dumpable.
XEmacs Build Report generated by emacs-version
21.5 (beta7) "broccoflower" XEmacs Lucid
with system-configuration
i686-pc-cygwin
follows:
Contents of /cygdrive/c/Xemacsdevel/xemacs-21.5/Installation:
(Output from most recent run of ./configure)
uname -a: CYGWIN_NT-5.0 DBUSH1-MOBL 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
./configure '--pdump' '--use-kkcc'
XEmacs 21.5-b8 "broccoli" configured for `i686-pc-cygwin'.
Compilation / Installation:
Source code location: /cygdrive/c/Xemacsdevel/xemacs-21.5
Installation prefix: /usr/local
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler: gcc -I/usr/lib/../include/noX
-I/usr/lib/../include/noX -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the Microsoft window system.
Using MS-Windows menubars.
Using MS-Windows scrollbars.
Using MS-Windows dialog boxes.
Using MS-Windows native widgets.
Compiling in support for Drag'n'Drop (EXPERIMENTAL).
- Drag'n'Drop prototype: msw.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for GNU DBM.
Compiling in support for LDAP.
Internationalization:
Mail:
Compiling in support for POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC algorithms.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Contents of /cygdrive/c/Xemacsdevel/xemacs-21.5/beta.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\|^Formatting:\|(100%) tests successful"
cd ./lib-src && make all
/cygdrive/c/Xemacsdevel/xemacs-21.5/lib-src/make-docfile.c:498: warning: declaration of
`buf' shadows global declaration
/cygdrive/c/Xemacsdevel/xemacs-21.5/lib-src/make-docfile.c:499: warning: declaration of
`buf' shadows global declaration
cd ./src && make all
make[1]: *** [eval.o] Error 1
make: *** [src] Error 2