Hello I just wanted to see whether I could built an unoffical xemacs with git.[1]
I did this successfully in the past following the following steps: Say in ~/xemacs/site-list-packages/src I do git clone git://git.savannah.gnu.org/auctex.git cd auctex ./autogen.sh git clone git://git.savannah.gnu.org/auctex.git mv auctex auctex-11.88-git cd auctex-11.88-git ./autogen.sh cd .. ./configure --with-xemacs=/usr/local/bin/xemacs --with-packagedir=~/.xemacs/xemacs-packages make make xemacs-package FTPDIR=~/tmp TAG=11.88-git However I obtained the following error message xemacs exiting. Opening input file: "No such file or directory", "/home/oub/xemacs/site-lisp/packages/src/auctex/xemacs-build/auto.el"make[2]: *** [install-metadata] Error 255 make[2]: Leaving directory `/home/oub/ALLES/xemacs/site-lisp/packages/src/auctex/xemacs-build' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/oub/ALLES/xemacs/site-lisp/packages/src/auctex/xemacs-build' make: *** [xemacs-package] Error 2 Do I miss something? Uwe Brauer Footnotes: [1] not to be confused with the official Xemacs pkg provided by Xemacs. _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
