← Back to team overview

vm team mailing list archive

[Bug 486825] Re: compilation problem with gnu emacs 22.2 and 23.1

 

** Project changed: viewmail => vm

-- 
compilation problem with gnu emacs 22.2 and 23.1
https://bugs.launchpad.net/bugs/486825
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct).

Status in VM (View Mail) for Emacs: Incomplete

Bug description:
 $ autoconf; ./configure --with-emacs=/usr/local/bin/emacs --with-other-dirs=/home/me/.emacs.d/bbdb/lisp/; make; chmod -R go+rX ~/.emacs.d/vm-development/
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /opt/local/bin//ginstall -c
checking whether ln -s works... yes
checking for rm... /bin/rm
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for grep... /usr/bin/grep
checking for xargs... xargs
checking for gtar... no
checking for tar... tar
checking that tar is GNU tar... yes
checking for makeinfo... makeinfo
checking for texi2dvi... texi2dvi
checking checking emacs-type of /usr/local/bin/emacs... Cannot open load file: subst-ksc

checking checking emacs-version of /usr/local/bin/emacs... Cannot open load file: subst-ksc
./configure: line 2357: test: -lt: unary operator expected

checking where .elc files should go... $(prefix)/share//site-lisp/vm
checking where pixmaps should go... $(prefix)/share/vm
checking which options to pass on to (X)Emacs... -batch -q -no-site-file -no-init-file -l $(srcdir)/vm-build.el
checking where the TeXinfo docs should go... ${datarootdir}/info
checking otherdirs... Cannot open load file: subst-ksc

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lisp/Makefile
config.status: creating info/Makefile
config.status: creating src/Makefile
config.status: creating pixmaps/Makefile
config.status: creating vm-load.el
/bin/rm -f auto-autoloads.el
"/usr/local/bin/emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el \
                -eval "(setq autoload-package-name \"vm\")" \
                -eval "(setq generated-autoload-file \"./auto-autoloads.el\")" \
                -l autoload -f batch-update-autoloads vm-version.el vm.el vm-autoload.el vm-avirtual.el vm-biff.el vm-crypto.el vm-delete.el vm-digest.el vm-edit.el vm-folder.el vm-grepmail.el vm-imap.el vm-license.el vm-macro.el vm-mark.el vm-menu.el vm-message.el vm-message-history.el vm-mime.el vm-minibuf.el vm-misc.el vm-motion.el vm-mouse.el vm-page.el vm-pcrisis.el vm-pgg.el vm-pine.el vm-pop.el vm-ps-print.el vm-reply.el vm-rfaddons.el vm-save.el vm-search.el vm-serial.el vm-sort.el vm-startup.el vm-summary.el vm-summary-faces.el vm-thread.el vm-toolbar.el vm-undo.el vm-user.el vm-vars.el vm-vcard.el vm-virtual.el vm-window.el vm-w3m.el vm-w3.el vcard.el tapestry.el u-vm-color.el
Cannot open load file: subst-ksc
make[1]: *** [auto-autoloads.el] Error 255
. ../getversion.sh; echo @set VERSION $version > version.texi
echo @set VMUPDATED `getlastupdate.sh vm.texinfo` >> version.texi
echo @set VMPCUPDATED `getlastupdate.sh vm-pcrisis.texinfo` >> version.texi
makeinfo  vm.texinfo -o vm.info
makeinfo  vm-pcrisis.texinfo -o vm-pcrisis.info
cc     base64-decode.c   -o base64-decode
cc     base64-encode.c   -o base64-encode
cc     qp-decode.c   -o qp-decode
cc     qp-encode.c   -o qp-encode
make[1]: Nothing to be done for `all'.