On Thursday 17 January 2008, Michael Olson wrote:
> Committed revision 316 to http://mwolson.org/bzr/dvc/
>
> dvc-annotate: Make this work with Emacs again.

Here's what happens when I build on xemacs-21.5b28:

autoreconf
 ./configure --prefix=/usr --with-emacs=xemacs
...
xemacs exiting.
Syntax error: format specifier %d doesn't match argument type, nil
...
config.status: WARNING: dvc-load-install.el contains a reference to the 
variable `datarootdir'
which seems to be undefined.  Please make sure it is defined.

make
...
make[1]: Entering directory `/home/nbecker/dvc/lisp'
lispdir=/usr/lib/xemacs/site-packages/lisp/dvc srcdir=. otherdirs="" 
xemacs -batch -no-autoloads -l ./dvc-build.el -f 
package-maint-make-cus-load .

  Loading /home/nbecker/dvc/lisp/dvc-version.el...

xemacs exiting.
/home/nbecker/dvc/lisp is a directorymake[1]: *** [autoloads] Error 255

make install (This doesn't seem to respect my setting of prefix - it seems to 
want to leave everything except info in my home dir.  OK for now...)

But using any dvc functions gives errors.  For example, from Tools, pick 
DVC/Browse Archives gives:
 # bind (standard-output stack-trace-on-signal debug-on-signal 
stack-trace-on-error debug-on-error)
  # (unwind-protect ...)
  signal(file-error ("Cannot open load file" "none-dvc"))
  # bind (path handler filename nosuffix nomessage noerror file)
  load("none-dvc" nil require nil)
  apply(load ("none-dvc" nil require nil))
  # bind (inhibit-file-name-handlers inhibit-file-name-operation args op)
  dired-handler-fn(load "none-dvc" nil require nil)
  # bind (path handler filename nosuffix nomessage noerror file)
  load("none-dvc" nil require nil)
  # (unwind-protect ...)
  require(none-dvc nil)
  # bind (dvc-register-sym res nodefault postfix dvc)
  dvc-function(none "default-global-argument")
  # bind (error-buf output-buf finished killed error output-buffer 
error-buffer related-buffer keys arguments dvc)
  dvc-run-dvc-sync(none ("archives" "--help") :finished #<compiled-function 
(output error status arguments) "...(14)" [output 
search-forward "  --all-locations" nil t] 4>)
  apply(dvc-run-dvc-sync none ("archives" "--help") (:finished 
#<compiled-function (output error status arguments) "...(14)" [output 
search-forward "  --all-locations" nil t] 4>))
  # bind (keys arguments)
  tla--run-tla-sync(("archives" "--help") :finished #<compiled-function 
(output error status arguments) "...(14)" [output 
search-forward "  --all-locations" nil t] 4>)
  tla-archives-has-all-locations-option()
  # bind (ignore-error use-cache)
  tla--archive-tree-build-archives()
  #<compiled-function nil "...(111)" [my-default-archive defaultp 
archive-locations archive-name p a-list dvc-switch-to-buffer 
dvc-get-buffer-create archives tla--archive-tree-build-archives reverse t 
tla-my-default-archive nil toggle-read-only -1 tla-archive-list-mode 
make-local-variable tla-archives-list-cookie ewoc-create 
dvc-ewoc-create-api-select tla-archives-list-printer erase-buffer 
ewoc-enter-last 1 ewoc-refresh delete-backward-char inhibit-read-only 
tla-arch-branch tla--archive-tree] 8 ("/home/nbecker/dvc/lisp/tla.elc" . 
143297) nil>()
  call-interactively(tla-archives)
  # (condition-case ... . error)
  # (catch top-level ...)

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to