On Thu, 2002-04-25 at 19:04, Mike Fabian wrote:
[...]
The patch to the Makefile of the xslide package is probably not
correct but only a workaround.
I'm wondering what would be The Right Way here. Maybe require
regexp-opt and friends where needed in xslide*.el, possibly inside
eval-when-compile or the patch below. Or if it should be fixed in
xslide at all. Suggestions welcome. Steve?
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).
Yes, that's how it works here.
But on a system which didn't yet have the packages installed,
building of the packages didn't work.
[...]
--- 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
[liece patch snipped]
--
Ville Skyttä
ville.skytta(a)xemacs.org