I'm having trouble installing xtla. Hopefully this group can give me some help...
Warnings: I am not a lisp programmer, just an avid emacs user. I am also not an experienced tla user (yet). I appreciate any help people can give me. Please let me know if there are more details I can provide. --Mike OS: FC2 Linux 2.6.8-1.521 Emacs: GNU Emacs 21.3.1 Tla: tla [EMAIL PROTECTED]) from regexps.com Xtla downloaded from: http://download.gna.org/xtla-el/ I run: ./configure --with-package-dir /usr/ This runs without errors but causes 3 or 4 emacs windows to pop up. Then I run: make This runs with many errors, detailed below, and 10 emacs windows pop up. I suspect that the fact that the emacs gui comes up has something to do with the fact that the lisp files are not compiling. Make output below: ----------------------------------------------- cd lisp; make make[1]: Entering directory `/tmp/xtla-snapshot/lisp' Compiling xtla-defs.el for mv xtla-defs.elc ../xtla-defs.elc mv: cannot stat `xtla-defs.elc': No such file or directory Compiling xtla-core.el for emacs: `getcwd' failed: No such file or directory mv xtla-core.elc ../xtla-core.elc mv: cannot stat `xtla-core.elc': No such file or directory Compiling xtla-version.el for mv xtla-version.elc ../xtla-version.elc mv: cannot stat `xtla-version.elc': No such file or directory Compiling xtla.el for mv xtla.elc ../xtla.elc mv: cannot stat `xtla.elc': No such file or directory Compiling xtla-tips.el for mv xtla-tips.elc ../xtla-tips.elc mv: cannot stat `xtla-tips.elc': No such file or directory Compiling xtla-xemacs.el for mv xtla-xemacs.elc ../xtla-xemacs.elc mv: cannot stat `xtla-xemacs.elc': No such file or directory Compiling xtla-tests.el for mv xtla-tests.elc ../xtla-tests.elc mv: cannot stat `xtla-tests.elc': No such file or directory mkdir -p contrib Compiling contrib/ewoc.el for mv ewoc.elc ../contrib/ewoc.elc mv: cannot stat `ewoc.elc': No such file or directory emacs -no-site-file -no-init-file -batch -q -f Custom-make-dependencies . Compiling auto-autoloads.el for mv auto-autoloads.elc ../auto-autoloads.elc mv: cannot stat `auto-autoloads.elc': No such file or directory Compiling custom-load.el for cp: cannot stat `custom-load.el': No such file or directory mv custom-load.elc ../custom-load.elc mv: cannot stat `custom-load.elc': No such file or directory make[1]: Leaving directory `/tmp/xtla-snapshot/lisp' make -C texinfo info make[1]: Entering directory `/tmp/xtla-snapshot/texinfo' make[1]: Nothing to be done for `info'. make[1]: Leaving directory `/tmp/xtla-snapshot/texinfo'
