I successfully built the latest 21.5 CVS under winXP (native win32
build). Minor glitches :
- line 361 in src/lread.c :
EXTERNAL_LIST_LOOP_2 (acons, Vload_suppress_alist) { }
should be included in a pair of { ... } by itself, since it is declaring
variables and there is code appearing before (C++ would allow this, but
I'm compiling this as C code)/
- easy-mmode is required somewhere in lisp/dumped-lisp.el
Also: lisp/easy-mmode and lisp/regex-opt are shadowing the ones in
xemacs-packages/lisp/xemacs-base now.
--
Fabrice
Show replies by date