Surendra Singhi <[EMAIL PROTECTED]> writes: > I am trying to install AuCTeX 11.81 on XEmacs 21.5.b22 on a Windows Xp
It's called AUCTeX, not AuCTeX. > machine. I was able to successfully run the ./configure and make step, but the > 'make install' step failed. It seems AuCTeX has been partially installed, > because the folder auctex has been created contains several files. > > Also, then when I try to start XEmacs now the line > (require 'tex-site) in my init file gives an error. According to the installation instructions you are not supposed to use `(require 'tex-site)'. With XEmacs AUCTeX will be activated automatically once installed. > The output of configure was mostly fine, except it encountered some unexpected > EOF and it checked the same dependencies twice. > > If you want any other information please let me know. > > Thanks for your help. > > > The output of configure is below: > > sh-3.00$ ./configure --with-xemacs='C:/cvs-synched/xemacs-21.5/src/xemacs' > --wi > th-texmf-dir='C:/localtexmf' --with-packagedir='C:/Program > Files/XEmacs/xemacs- > packages' > checking whether make sets $(MAKE)... ./configure: eval: line 1293: > unexpected E > OF while looking for matching `"' > ./configure: eval: line 1294: syntax error: unexpected end of file I don't know where this comes from. What kind of environment are you using for configuration? > checking where the info files go... C:/Program > Files/XEmacs/xemacs-packages/info > > ./configure: line 2195: test: too many arguments What does the shell used for configuration return if you execute the statement if test "a" = "a" -a "b" = "b"; then echo "yes"; else echo "no"; fi ? > Partial output of 'make install' [...] > find "etc/auctex" "lisp/auctex" -print >"pkginfo/MANIFEST.auctex" && \ > for i in preview-latex; do \ > test -r "info/$i.info" && echo "info/$i.info" >> > "pkginfo/MANIFEST.auctex" ; > \ > done && \ > echo "pkginfo/MANIFEST.auctex" >> "pkginfo/MANIFEST.auctex" ; \ > } > FIND: Parameter format not correct Looks like Window's find utility is found in PATH before the one of your build environment. > make[1]: *** [install-metadata] Error 2 > make[1]: Leaving directory `/cygdrive/c/Program > Files/XEmacs/xemacs-packages/auc > tex-11.81/preview' > make: *** [install] Error 2 -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
