$ tar xvfz liece-1.4.3.tar.gz
$ cd liece-1.4.3
$ ./configure --with-emacs=xemacs --enable-package
(snip)
checking for emacs... xemacs
checking where emacs files are in... NONE
checking where .elc files should go... NONE
checking whether install as XEmacs package... yes
checking where package files should go... /home/fuka/.xemacs/
(snip)
$ make
(snip)
While compiling toplevel forms in file /usr/local/src/liece-1.4.3/lisp/liece-window.el:
!! File error (("Cannot open load file" "product"))
While compiling toplevel forms in file /usr/local/src/liece-1.4.3/lisp/liece-crypt.el:
!! File error (("Cannot open load file" "product"))
While compiling toplevel forms in file /usr/local/src/liece-1.4.3/lisp/liece.el:
!! File error (("Cannot open load file" "product"))
make[1]: Leaving directory `/usr/local/src/liece-1.4.3/lisp'
|
$ su # removepkg apel920 # removepkg flim1127 # exit |
$ ./configure --with-emacs=xemacs --enable-package
$ make
(snip)
xemacs -batch -q -no-site-file -l ./liece-make.el \
-f compile-liece-package NONE
Loading liece-config...
Loading liece-modules...
PREFIX=/usr/local LISPDIR=/usr/local/lib/xmule/site-lisp
PACKAGEDIR=/home/fuka/.xemacs/
make[1]: Leaving directory `/usr/local/src/liece-1.4.3/lisp'
|
$ make distclean $ ./configure --with-emacs=xemacs --enable-package --with-packagedir=/usr/local/lib/xemacs/mule-packages $ make $ su # make install # exit $ cp doc/sample.dot.liece ~/.liece |
$ tar xvfz liece-1.4.3.tar.gz
$ cd liece-1.4.3
$ ./configure --with-emacs=emacs
$ make
(snip)
Making all in lisp
make[1]: Entering directory `/usr/local/src/liece-1.4.3/lisp'
emacs -batch -q -no-site-file -l ./liece-make.el \
-f autoload-liece
Loading liece-config (source)...
Cannot open load file: install
make[1]: *** [liece-setup.el] Error 255
make[1]: Leaving directory `/usr/local/src/liece-1.4.3/lisp'
make: *** [all-recursive] Error 1
|
$ make $ su # make install # exit |