Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes:

> /<1>bazaar/dvc > make
> cd lisp; make
> make[1]: Entering directory `/home/fenk/prog/bazaar/dvc/lisp'
> lispdir=/usr/local/lib/xemacs/site-packages/lisp/dvc srcdir=. otherdirs="" 
> builddir="." xemacs -batch -no-site-file -no-autoloads -l ./dvc-build.el -f 
> package-maint-clean-some-elc
> Symbol's function definition is void: defstruct
> xemacs exiting
> .

I can't reproduce that (DVC doesn't want to compile at all with XEmacs
today :-( ), but:

$ grep defstruct *.el -l | xargs grep -L "'cl"
xgit-log.el

I've just added the missing (eval-when-compile (require 'cl)) to
xgit-log.el, can you check whether it fixes your issue?

-- 
Matthieu

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

Reply via email to