[EMAIL PROTECTED] writes: > $ bzr pull > Using saved location: http://bzr.xsteve.at/dvc/ > No revisions to pull. > $ bzr update > Tree is up to date at revision 154. > $ make > cd lisp; make > make[1]: Entering directory `/home/shared/lib/elisp/dvc/lisp' > lispdir=/usr/local/share/emacs/site-lisp/dvc srcdir=. otherdirs="" > /home/sds/src/emacs/src/emacs -batch -q -no-site-file -no-init-file -l > ./dvc-build.el -f package-maint-clean-some-elc > Loading /home/sds/src/sitelisp/dvc/lisp/dvc-version.el (source)... > Source file `/home/sds/src/sitelisp/dvc/lisp/dvc-core.el' newer than > byte-compiled file > Source file `/home/sds/src/sitelisp/dvc/lisp/dvc-diff.el' newer than > byte-compiled file > Source file `/home/sds/src/sitelisp/dvc/lisp/dvc-unified.el' newer than > byte-compiled file > Source file `/home/sds/src/sitelisp/dvc/lisp/bzr.el' newer than byte-compiled > file > Invalid read syntax: ")" > make[1]: *** [clean-some] Error 255 > make[1]: Leaving directory `/home/shared/lib/elisp/dvc/lisp' > make: *** [dvc] Error 2
The problem was an extra ")" in: dvc-core.el: dvc-revision-get-previous-revision I will provide a fix soon Stefan. _______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
