Hi Oleksander! > I get (by 2008-10-05 on Debian etch): > $ wget http://download.gna.org/dvc/download/dvc-snapshot.tar.gz > $ gzip -c -d dvc-snapshot.tar.gz | tar xf - > $ autoconf > $ mkdir ../build-dir > $ cd ../build-dir > $ ../dvc-snapshot/configure --prefix=$HOME/usr > $ make > ... > lispdir=/home/sasha/usr/share/emacs/site-lisp/dvc > srcdir=../../dvc-snapshot/lisp otherdirs="" builddir="." emacs -batch -q > --no-site-file -no-init-file -l ../../dvc-snapshot/lisp/dvc-build.el -f > package-maint-clean-some-elc > Cannot find load file: dvc-site > > Placing (message "XXX") I found that dvc-build.el require > dvc-unified.el, it require dvc-register.el, it require dvc-defs.el, it > require dvc-site.el which not been found. > > Placing (load-file (expand-file-name (concat builddir "/dvc-site.el"))) > in dvc-build.el I solve build process. > > I dont know what must be done.
The tarball you downloaded is not up to date. Please get the developer version from here: bzr get http://bzr.xsteve.at/dvc And tell us, if it works for you. Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
