"Sam Steingold" <[EMAIL PROTECTED]> writes: > emacs --version > GNU Emacs 22.1.50.1 > > make fails: > > cd lisp; make > make[1]: Entering directory `/home/shared/lib/elisp/dvc-xsteve/lisp' > lispdir=/home/shared/lib/elisp/dvc/e22 srcdir=. > otherdirs="/home/shared/lib/elisp" builddir="." emacs -batch -q > --no-site-file -no-init-file -l ./dvc-build.el -f package-maint-clean-some-elc > Not enough arguments for format string > make[1]: *** [clean-some] Error 255
It works for me: lispdir=/usr/local/share/emacs/site-lisp/dvc srcdir=. otherdirs="" builddir="." emacs -batch -q --no-site-file -no-init-file -l ./dvc-build.el -f package-maint-clean-some-elc ... You could try to enable the following statement in dvc-build.el to see if a better error message is given then: (setq debug-on-error t) Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
