[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bep] BEP synched with Emacspeak-14.0



おはようございます。

On 10 Jun 2001 06:59:20 +0900,
Koichi INOUE <inoue@...> wrote:

> 今までCVSを使っていた人は、今手元にある作業ディレクトリをバックアップし
> て、新しく取得した方がいいでしょう。

コンパイルしてます。が、Emacs21環境ではコンパイルできませんでした。
Makefileを修正したんですけど、どうしましょうかぁ。

Index: Makefile
===================================================================
RCS file: /home/inoue/CVSROOT/emacspeak/lisp/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2001/06/09 21:03:20	1.5
+++ Makefile	2001/06/09 22:19:47
@@ -45,7 +45,7 @@
 # How to run in batch mode
 BATCH = -batch -q -no-site-file
 # How to compile 
-COMPILE = -eval "(setq byte-compile-dynamic t)" -e bcf-and-exit
+COMPILE = -eval "(setq byte-compile-dynamic t)" -eval "(setq recursive-load-depth-limit nil)" -e bcf-and-exit
 %.elc:  %.el
 	$(EMACS) $(BATCH)  -l ./emacspeak-load-path.el -l ./bep-bcf-j.el $(COMPILE) $<
 

--- Sei Ken