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

Re: configure x xemacs



On Mon, 28 Sep 2015 02:48:45 -0500,
Katsumi Yamaoka wrote:
> 
> This says that path-util.el(c) or pccl.el(c) aren't found in the
> load-path directories (see w3mhack.el).

--8<---------------cut here---------------start------------->8---
find -name 'pccl*.el'; find -name 'path-util.el'
./xemacs-packages/lisp/apel/pccl.el
./xemacs-packages/lisp/apel/pccl-20.el
./xemacs-packages/lisp/apel/path-util.el
--8<---------------cut here---------------end--------------->8---

After that I deinstalled mule apel package 4 compiling manually, an instructed
> 
> $ git clone https://git@xxxxxxxxxx/wanderlust/apel.git
> $ cd apel; make EMACS=xemacs

--8<---------------cut here---------------start------------->8---

~/downloads/apel-xemacs/apel $ make EMACS=xemacs
xemacs -batch -q -no-site-file -l APEL-MK -f compile-apel \
	NONE NONE NONE

Loading /home/aramirez/downloads/apel-xemacs/apel/APEL-CFG...
Loading /home/aramirez/downloads/apel-xemacs/apel/APEL-ELS...
Loading /home/aramirez/downloads/apel-xemacs/apel/EMU-ELS...

LISPDIR=/usr/share/xemacs/site-lisp/
VERSION_SPECIFIC_LISPDIR=/usr/share/xemacs/site-lisp/

Compiling /home/aramirez/downloads/apel-xemacs/apel/pccl-20.el...
Loading make-coding-system...
While compiling toplevel forms in file /home/aramirez/downloads/apel-xemacs/apel/pccl-20.el:
  !! Wrong number of arguments ((#<compiled-function (from "/usr/share/xemacs-21.5-b33/lisp/mule/make-coding-system.elc") (form name type &optional description props) "...(397)" [encode-failure-octet decode-program #:G51582 type unicode-map props (quote fixed-width) (quote eval-when-compile) eval-when-compile eval plist-get char-to-int ?~ gensym quote format "%s-enc-" nil argument-in-range-p 0 255 args-out-of-range true-list-p wrong-type-argument consp plist-remprop 2 fixed-width-create-decode-encode-tables fixed-width-generate-decode-program fixed-width-choose-category 3 fixed-width-generate-encode-program-and-skip-chars-strings vectorp apply vector encode error invalid-argument "Explicit property not allowed for fixed-width coding system" decode from-unicode query-skip-chars invalid-sequences-skip-chars category "Explicit property not allowed for fixed-width coding systems" progn define-translation-hash-table make-coding-system-internal nsublis encode-table-sym (quote function) keywordp (nil t) t funcall (or (and (fboundp (quote make-coding-system-internal)) (quote make-coding-system-internal)) (quote make-coding-system)) default-plist-entry decode-table encode-table #:G51579 #:G51585 value symbol name encode-program skip-chars form description] 14 0xf7f> 6))
Wrong number of arguments: #<compiled-function (from "/usr/share/xemacs-21.5-b33/lisp/mule/make-coding-system.elc") (form name type &optional description props) "...(397)" [encode-failure-octet decode-program #:G51582 type unicode-map props (quote fixed-width) (quote eval-when-compile) eval-when-compile eval plist-get char-to-int ?~ gensym quote format "%s-enc-" nil argument-in-range-p 0 255 args-out-of-range true-list-p wrong-type-argument consp plist-remprop 2 fixed-width-create-decode-encode-tables fixed-width-generate-decode-program fixed-width-choose-category 3 fixed-width-generate-encode-program-and-skip-chars-strings vectorp apply vector encode error invalid-argument "Explicit property not allowed for fixed-width coding system" decode from-unicode query-skip-chars invalid-sequences-skip-chars category "Explicit property not allowed for fixed-width coding systems" progn define-translation-hash-table make-coding-system-internal nsublis encode-table-sym (quote function) keywordp (nil t) t funcall (or (and
xemacs exiting.
 (fboundp (quote make-coding-system-internal)) (quote make-coding-system-internal)) (quote make-coding-system)) default-plist-entry decode-table encode-table #:G51579 #:G51585 value symbol name encode-program skip-chars form description] 14 0xf7f>, 6Makefile:31: recipe for target 'elc' failed
make: *** [elc] Error 255
--8<---------------cut here---------------end--------------->8---

Just in case there is nothing on those dirs:
LISPDIR=/usr/share/xemacs/site-lisp/
VERSION_SPECIFIC_LISPDIR=/usr/share/xemacs/site-lisp/

I have everything installed on ~/xemacs/xemacs-packages

Regards