I'm having trouble getting tla-browse.elc to compile. I think the root of the problem is that OTHERDIRS is defined but not used in lisp/Makefile. I've tried two versions of tree-widget.el: http://cvs.savannah.gnu.org/viewcvs/*checkout*/emacs/emacs/lisp/tree-widget.el?rev=1.17 and http://emhacks.cvs.sourceforge.net/emhacks/. Details follow.
Dan Version info: GNU Emacs 21.3.1 http://bzr.xsteve.at/dvc/ revision 114 Build info: ~/down/dvc $ mkdir build; cd build ~/down/dvc/build $ ../configure --with-arch=tla --with-other-dirs=/tmp/tree-widget.emhacks/ [...] checking checking wether tree-widget is in the load-path... yes [...] ~/down/dvc/build $ make cd lisp; make dvc-version.el make[1]: Entering directory `/home/dan/down/dvc/build/lisp' /bin/rm -f dvc-version.el echo ';; do not edit -- automatically generated file' > dvc-version.el echo ';; do not delete -- needed for bug reports' >> dvc-version.el *** Warning: Unknown Xtla arch release printf "%s" '(defconst dvc-version "' >> dvc-version.el if [ "x" != "x" ]; then \ printf "%s" "" >> dvc-version.el; \ else \ printf "%s" "Unknown version" >> dvc-version.el; \ fi echo '")' >> dvc-version.el echo "(provide 'dvc-version)" >> dvc-version.el chmod -w dvc-version.el make[1]: Leaving directory `/home/dan/down/dvc/build/lisp' cd texinfo; make dvc-version.texinfo make[1]: Entering directory `/home/dan/down/dvc/build/texinfo' /bin/rm -f dvc-version.texinfo *** Warning: Unknown DVC arch release if [ "x" != "x" ]; then \ printf "%s" "" >> dvc-version.texinfo; \ else \ printf "%s" "Unknown version" >> dvc-version.texinfo; \ fi chmod -w dvc-version.texinfo make[1]: Leaving directory `/home/dan/down/dvc/build/texinfo' cd lisp; /usr/bin/make make[1]: Entering directory `/home/dan/down/dvc/build/lisp' [...] Generating autoloads for /home/dan/down/dvc/lisp/tla-browse.el... Generating autoloads for /home/dan/down/dvc/lisp/tla-browse.el...done [...] Wrote /home/dan/down/dvc/build/lisp/tla-autoconf.elc Wrote /home/dan/down/dvc/build/lisp/tla-bconfig.elc Wrote /home/dan/down/dvc/build/lisp/tla-core.elc Wrote /home/dan/down/dvc/build/lisp/tla-defs.elc Wrote /home/dan/down/dvc/build/lisp/tla-dvc.elc Wrote /home/dan/down/dvc/build/lisp/tla-gnus.elc Wrote /home/dan/down/dvc/build/lisp/tla-tests.elc While compiling the end of the data in file /home/dan/down/dvc/lisp/tla.el: ** The following functions are not known to be defined: tla--message-with-rolling, file-remote-p Wrote /home/dan/down/dvc/build/lisp/tla.elc [...] ~/down/dvc/build $ ls lisp/tla-b* lisp/tla-bconfig.elc _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
