thanks for your reply.
On Apr 20, 2005, at 6:28 PM, Alexander K. Hansen wrote:
[...]
/bin/mv /sw/src/root-gettext-0.10.40-19/sw/share/emacs /sw/src/root-gettext-bin-0.10.40-19/sw/share/
mv: rename /sw/src/root-gettext-0.10.40-19/sw/share/emacs to /sw/src/root-gettext-bin-0.10.40-19/sw/share/emacs: No such file or directory
### execution of /bin/mv failed, exit code 1
Failed: installing gettext-bin-0.10.40-19 failed
I do not have emacs installed, but I do have xemacs.
Cheers
Check further back in the build and see if you can find any reference to emacs there.
So, entries for emacs are:
checking for emacs... nothen as I expect:
checking for xemacs... /sw/bin/xemacs[...]
checking where .elc files should go... $(prefix)/lib/xemacs/site-lisp
but:
make lispdir=/sw/share/emacs/site-lisp[...]
Making all in misc[...]
WARNING: Warnings can be ignored. :-)
if test /sw/bin/xemacs != no; then \
EMACS=/sw/bin/xemacs /bin/sh ./elisp-comp po-mode.el; \
fi
Compiling /Volumes/Tiger/sw/src/gettext-0.10.40-19/gettext-0.10.40/misc/elc.7573/po-mode.el...
>From here some reference to xemacs, then
rm -f /sw/src/root-gettext-0.10.40-19/sw/share/emacs/site-lisp/po-mode.elc[...]
/bin/mv /sw/src/root-gettext-0.10.40-19/sw/share/emacs /sw/src/root-gettext-bin-0.10.40-19/sw/share/
mv: rename /sw/src/root-gettext-0.10.40-19/sw/share/emacs to /sw/src/root-gettext-bin-0.10.40-19/sw/share/emacs: No such file or directory
### execution of /bin/mv failed, exit code 1
