Ronan Waide <[EMAIL PROTECTED]> writes:
> On August 3, [EMAIL PROTECTED] said:
> > Calling `make gnus'
> >
>
> Hum. I downloaded and built the tarball from scratch this morning, and
> found one problem, but it was with the autoloads file. Make sure
> you're bang up to date, and do make distclean before make to ensure
> you've gotten rid of anything that's already been compiled.
Downloaded again from your page ... the one that is supposed to be the
latest 2.2.
make distclean is a washout here:
$ make distclean
make: *** No rule to make target `distclean'. Stop.
make clean does some deletions.
Interestingly enough one of the deletions is bbdb-autoloads.elc
This time the end of make errors out on a different file:
emacs -no-site-file -no-init-file -batch -q -l autoload \
--eval '(setq generated-autoload-file "'`pwd`'/bbdb-autoloads.el")' \
--eval '(setq make-backup-files nil)' \
--eval '(setq autoload-package-name "bbdb")' \
--eval '(delete-file generated-autoload-file)' \
-f batch-update-autoloads `pwd`
Autoloads file /usr/local/bbdb-2.2/lisp/bbdb-autoloads.el does not exist
make[1]: *** [bbdb-autoloads.el] Error 255
make[1]: Leaving directory `/usr/local/bbdb-2.2/lisp'
make: *** [gnus] Error 2
ls lisp/*auto*
No autoloads here.
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info