[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

[MD:6301] Meadow-2.20 Revision 3615 で make all がエラーになる



新岡です。

cygwin 1.5.12 の環境です。
Meadow-2.20 Revision 3615 の make が `cus-start.elc' が
ないために lib-src で失敗します。
どちらが正しいのか、あるいは他の方法があるのかは、わかりませんが、
以下のどちらかの対応が必要でしたので、ご報告します。

1. lisp/makefile.meadow.w32-in の修正

Index: lisp/makefile.meadow.w32-in
===================================================================
--- lisp/makefile.meadow.w32-in (revision 3616)
+++ lisp/makefile.meadow.w32-in (working copy)
@@ -55,7 +55,6 @@

 DONTCOMPILE = \
        $(lisp)/cus-load.el \
-       $(lisp)/cus-start.el \
        $(lisp)/emacs-lisp/cl-specs.el \
        $(lisp)/eshell/esh-maint.el \
        $(lisp)/eshell/esh-groups.el \


2. Meadow-2.20 の今までの方法

Index: lib-src/makefile.meadow.w32-in
===================================================================
--- lib-src/makefile.meadow.w32-in      (revision 3616)
+++ lib-src/makefile.meadow.w32-in      (working copy)
@@ -180,7 +180,7 @@
        $(lispsource)buff-menu.elc \
        $(lispsource)button.elc \
        $(lispsource)emacs-lisp/byte-run.elc \
-       $(lispsource)cus-start.elc \
+       $(lispsource)cus-start.el \
        $(lispsource)custom.elc \
        $(lispsource)emacs-lisp/backquote.elc \
        $(lispsource)emacs-lisp/lisp-mode.elc \

--
Kenichi Niioka
niioka@xxxxxxxxxxxxxx