Levin Du <[EMAIL PROTECTED]> writes: > Hi all, > I get the latest snapshot of DVC and install it. But error occured when > excuting: > > (require 'dvc-autoloads)
Can you post the output of $ grep dvc-autoloads dvc-autoloads.el in the $build/lisp/ directory? > [EMAIL PROTECTED] dvc.dev]$ ./configure > --with-lispdir=~/usr/etc/emacs.d/lisp/dvc --infodir=/tmp ^^ Be carefull: the ~ will not be expanded by your shell since it is not the beginning of a word. (if you're lucky, our build system will expand it for you, but that's IMHO not a good habit to take) > Compiling for emacs > cp: missing destination file operand after `elc.9660' > Try `cp --help' for more information. >>>Error occurred processing dvc-state.el: File error (("Opening input > file" "no such file or directory" > "/home/zslevin/temp/dvc.dev/lisp/elc.9660/dvc-state.el")) I've fixed a bug looking like this yesterday. Actually, I've fixed another couple of bugs just now. If you use tla, you'd better "tla get" the latest DVC instead of downloading the snapshot. Then a simple "tla update" will help you to keep up with the latest version. -- Matthieu