Making all in c
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0/c'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0/c'
Making all in lisp
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0/lisp'
WARNING: Warnings can be ignored. :-)
if test emacs != no; then \
EMACS=emacs /bin/sh ../elisp-comp doxymacs.el; \
else : ; fi
Loading /usr/share/emacs/site-lisp/site-start.d/aspell-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/lang.emacs.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...
Cannot open load file: encoded-kb
mv: can't stat source *.elc
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0/lisp'
Making all in no-autoconf
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0/no-autoconf'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0/no-autoconf'
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0'
When I start emacs, there's no evidence that doxymacs is installed. :-( The only thing that looks suspicious is the "can't stat" message from mv during make. Any suggestions?
Braden
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I configure doxymacs like this:
$ ./configure --prefix=$HOME EMACSLOADPATH=/usr/share/emacs/site-lisp
... and then make:
$ make EMACSLOADPATH=/usr/share/emacs/site-lisp
Output of that is:
Making all in c
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0/c'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0/c'
Making all in lisp
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0/lisp'
WARNING: Warnings can be ignored. :-)
if test emacs != no; then \ EMACS=emacs /bin/sh ../elisp-comp doxymacs.el; \ else : ; fi
Loading /usr/share/emacs/site-lisp/site-start.d/aspell-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/lang.emacs.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...
Cannot open load file: encoded-kb
mv: can't stat source *.elc
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0/lisp'
Making all in no-autoconf
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0/no-autoconf'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0/no-autoconf'
make[1]: Entering directory `/home/bmcdaniel/src/doxymacs-1.5.0'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/bmcdaniel/src/doxymacs-1.5.0'
... and then "make install".
I've added this at the top of my .emacs:
(setq load-path (cons "/home/bmcdaniel/share/emacs/site-lisp" load-path))
When I start emacs, there's no evidence that doxymacs is installed. :-( The only thing that looks suspicious is the "can't stat" message from mv during make. Any suggestions?
Braden
Looks like your EMACSLOADPATH is too restrictive.
Find out where encoded-kb lives, and add that to the path.