I had two small problems when building the XEmacs packages from CVS
with the tag 'xemacs-sumo-2002-03-29'.
To make it build I applied the following two small patches.
The patch to the Makefile of the xslide package is probably not
correct but only a workaround.
Probably building of the packages works if an older version
of the packages is already installed, then the files like "regexp-opt"
will probably be found (I didn't yet try that).
But on a system which didn't yet have the packages installed,
building of the packages didn't work.
Without the patch to liece, 'make install' failed
complaining about a missing liece-setup.elc
--- packages/xemacs-packages/xslide/Makefile.orig	2002-04-23 13:13:32.000000000 +0000
+++ packages/xemacs-packages/xslide/Makefile	2002-04-23 13:23:10.000000000 +0000
@@ -31,7 +31,7 @@
 EXTRA_SOURCES = CHANGELOG.TXT ChangeLog.upstream dot_emacs Makefile.upstream \
 	README.TXT xslide-initial.xsl
 
-PRELOADS = -l cus-face -l regexp-opt -l font-lock -l sendmail \
+PRELOADS =  -l cus-face -l ../xemacs-base/compile.el -l ../xemacs-base/regexp-opt.el -l
font-lock -l ../mail-lib/rfc822.el -l ../mail-lib/sendmail.el \
 	-l ./xslide-data.el -l ./xslide-abbrev.el -l ./xslide-font.el \
 	-l ./xslide-process.el -l ./xslide.el
 
--- packages/xemacs-packages/liece/lisp/liece-modules.el	2002-04-22 14:58:55.000000000
+0000
+++ packages/xemacs-packages/liece/lisp/liece-modules.el	2002-04-23 18:53:20.000000000
+0000
@@ -75,6 +75,7 @@
 (unless-broken ccl-usable
   (push 'liece-q-ccl liece-modules-to-compile))
 
+(push 'liece-setup liece-modules-to-compile)
 (setq liece-modules (cons 'liece-setup liece-modules-to-compile))
 
 (push 'queue-m liece-modules-to-compile)
-- 
Mike Fabian   <mfabian(a)suse.de>   
http://www.suse.de/~mfabian
睡眠不足はいい仕事の敵だ。