Can't compile pccl-20.el under XEmacs 20.4
Katsumi Yamaoka
yamaoka @ jpl.org
2000年 4月 24日 (月) 21:13:41 JST
XEmacs 20.4 で APEL 10.2 を make すると、以下のようなエラがー起きます。
Compiling pccl-20.el...
While compiling toplevel forms in file pccl-20.el:
!! error (("CCL: Invalid source program: (1 ((read r0) (loop (write-read-repeat r0))))"))
これは pccl-20.el の 34 行目にある
(define-ccl-program test-ccl-identity
'(1 ((read r0) (loop (write-read-repeat r0)))))
で起きており、他に 102 行目も駄目のようなんですが、問題はそういうこと
ではなくて、EMU-ELS で emu-modules に pccl-20 を含めてしまうのがいけな
いのではないでしょうか?
(cond
((featurep 'mule)
(cond
;; XEmacs 21 w/ mule.
((and (featurep 'xemacs)
(>= emacs-major-version 21))
'(pccl-20 pccl))
;; Emacs 20.
((>= emacs-major-version 20)
'(pccl-20 pccl))
(t
;; Mule 1.* and 2.*.
'(pccl-om pccl))))
(t
'(pccl)))
このあたりはよくわからないので報告だけです。ごめんなさい。
;; それに自分では XEmacs 20.4 は滅多に使いませんし。(^^;;)
--
Katsumi Yamaoka <yamaoka @ jpl.org>
More information about the APEL-ja
mailing list