I got Auctex+EmacsW32 working well on my laptop, but am now having
troubles getting it installed on my desktop. There are strange errors
when I run configure that are similar to this one:
checking where lisp files go... cat: ./conftest-3828: No such file or directory
Otherwise, configure and make say they complete correctly, but make
install just gives this:
$ make install
./mkinstalldirs
rm -f /auctex/tex-site.el # Remove old (CVS-version) mistakes
test ! -f /tex-site.el || { \
if grep -q "tex-site.*Don't edit." /tex-site.el; then \
echo "Overwriting old tex-site.el" ; \
else \
echo "Renaming old tex-site.el to tex-site.el.save" ; \
mv /tex-site.el /tex-site.el.save ; \
fi; \
}
if test Xno = Xno; \
then /usr/bin/install -c -m 644 tex-site.el ; \
else rm -f /tex-site.el ; \
fi
/usr/bin/install: missing destination file operand after `tex-site.el'
Try `/usr/bin/install --help' for more information.
make: *** [install-el] Error 1
How do I fix this?
Thanks,
Ryan
[EMAIL PROTECTED] /cygdrive/c/ryan/auctex-11.84/auctex-11.84
$ ./configure --prefix='C:/Program Files/Emacs/emacs' --with-texmf-dir='C:/Prog
ram Files/MiKTeX 2.5'
checking for make... make
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for date in ChangeLog... 2007-01-12
checking for release in ChangeLog... 11.84
checking for emacs... /cygdrive/c/Program Files/Emacs/emacs/bin/emacs
checking if /cygdrive/c/Program Files/Emacs/emacs/bin/emacs is XEmacs... no
checking for Emacs prefix... cat: ./conftest-3828: No such file or directory
""
checking if Emacs is recent enough... yes
checking for MULE support... cat: ./conftest-3828: No such file or directory
no
checking if build directory is valid... cat: ./conftest-3828: No such file or di
rectory
yes
checking where lisp files go... cat: ./conftest-3828: No such file or directory
checking what file to use for auctex startup... /auctex.el
checking where the package lisp files go... /auctex
checking where the data files go... /auctex
checking where the info files go... ${datarootdir}/info
checking where automatically generated global style hooks go... ${localstatedir}
/auctex
checking for tex... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/tex
checking for pdftex... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/pdftex
checking for dvips... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/dvips
checking for perl... :
checking for makeinfo... /usr/bin/makeinfo
checking for texi2html... :
checking for texi2dvi... /usr/bin/texi2dvi
checking for texi2pdf... /usr/bin/texi2pdf
checking for install-info... /usr/bin/install-info
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tex-site.el.out
config.status: creating doc/Makefile
config.status: creating auctex.el
=== configuring in preview (/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview)
configure: running /bin/sh ./configure '--prefix=C:/Program\ Files/Emacs/emacs'
'--with-texmf-dir=C:/Program Files/MiKTeX 2.5' --cache-file=/dev/null --srcdir=
.
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for /cygdrive/c/Program... /cygdrive/c/Program Files/Emacs/emacs/bin/em
acs
checking if /cygdrive/c/Program Files/Emacs/emacs/bin/emacs is XEmacs... no
checking for Emacs prefix... cat: ./conftest-12792: No such file or directory
""
checking if Emacs is recent enough... yes
checking if build directory is valid... cat: ./conftest-12792: No such file or d
irectory
yes
checking where lisp files go... cat: ./conftest-12792: No such file or directory
checking what file to use for preview startup... /preview-latex.el
checking where the package lisp files go... /auctex
checking where the data files go... /auctex
checking for the location of AUCTeX's tex-site.el... ..
checking for gs... C:\gs\gs8.54\bin
checking for latex... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/latex
checking for pdflatex... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/pdflate
x
checking for tex... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/tex
Preview will be placed in C:/Program Files/MiKTeX 2.5/tex/latex/preview
Preview docs will be placed in C:/Program Files/MiKTeX 2.5/doc/latex/styles
checking for texhash... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/texhash
checking for initexmf... /cygdrive/c/Program Files/MiKTeX 2.5/miktex/bin/texhash
checking for glaring installation conflicts... cat: ./conftest-12792: No such fi
le or directory
probably none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating auto.el
config.status: creating latex/Makefile
Congratulations! Configuration of preview is complete.
Congratulations! Configuration of AUCTeX is complete.
Type "make" at the prompt to build.
[EMAIL PROTECTED] /cygdrive/c/ryan/auctex-11.84/auctex-11.84[EMAIL PROTECTED] /cygdrive/c/ryan/auctex-11.84/auctex-11.84
$ make install
./mkinstalldirs
rm -f /auctex/tex-site.el # Remove old (CVS-version) mistakes
test ! -f /tex-site.el || { \
if grep -q "tex-site.*Don't edit." /tex-site.el; then \
echo "Overwriting old tex-site.el" ; \
else \
echo "Renaming old tex-site.el to tex-site.el.save" ; \
mv /tex-site.el /tex-site.el.save ; \
fi; \
}
if test Xno = Xno; \
then /usr/bin/install -c -m 644 tex-site.el ; \
else rm -f /tex-site.el ; \
fi
/usr/bin/install: missing destination file operand after `tex-site.el'
Try `/usr/bin/install --help' for more information.
make: *** [install-el] Error 1
[EMAIL PROTECTED] /cygdrive/c/ryan/auctex-11.84/auctex-11.84
$[EMAIL PROTECTED] /cygdrive/c/ryan/auctex-11.84/auctex-11.84
$ make
test Xno != Xno || { \
rm -f auto-loads.el ; \
/cygdrive/c/Program\ Files/Emacs/emacs/bin/emacs -batch -q -no-site-fi
le -no-init-file -l lpath.el --eval '(let ((generated-autoload-file (expand-file
-name "auto-loads.el"))) (mapcar (function update-file-autoloads) command-line-a
rgs-left) (save-buffers-kill-emacs t))' tex.el tex-buf.el tex-style.el latex.el
tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el con
text.el context-en.el context-nl.el tex-fold.el toolbar-x.el tex-bar.el bib-cite
.el tex-fptex.el || : ; \
test -r auto-loads.el || { \
echo ";; Auto-generated part of tex-site.el" > auto-loads.el ; \
echo "?" >> auto-loads.el ; \
/cygdrive/c/Program\ Files/Emacs/emacs/bin/emacs -batch -q -no-site-
file -no-init-file -l lpath.el --eval '(let ((generated-autoload-file (expand-fi
le-name "auto-loads.el"))) (mapcar (function update-file-autoloads) command-line
-args-left) (save-buffers-kill-emacs t))' tex.el tex-buf.el tex-style.el latex.e
l tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el c
ontext.el context-en.el context-nl.el tex-fold.el toolbar-x.el tex-bar.el bib-ci
te.el tex-fptex.el ; \
} ; \
}
Warning: defvar ignored because generated-autoload-file is let-bound
Wrote c:/ryan/auctex-11.84/auctex-11.84/auto-loads.el
Generating autoloads for tex.el...
Generating autoloads for tex.el...done
Generating autoloads for tex-buf.el...
Generating autoloads for tex-buf.el...done
Generating autoloads for tex-style.el...
Generating autoloads for tex-style.el...done
Generating autoloads for latex.el...
Generating autoloads for latex.el...done
Generating autoloads for tex-info.el...
Generating autoloads for tex-info.el...done
Generating autoloads for texmathp.el...
Generating autoloads for texmathp.el...done
Generating autoloads for multi-prompt.el...
Generating autoloads for multi-prompt.el...done
Generating autoloads for tex-mik.el...
Generating autoloads for tex-mik.el...done
Generating autoloads for font-latex.el...
Generating autoloads for font-latex.el...done
Generating autoloads for tex-font.el...
Generating autoloads for tex-font.el...done
Generating autoloads for context.el...
Generating autoloads for context.el...done
Generating autoloads for context-en.el...
Generating autoloads for context-en.el...done
Generating autoloads for context-nl.el...
Generating autoloads for context-nl.el...done
Generating autoloads for tex-fold.el...
Generating autoloads for tex-fold.el...done
Generating autoloads for toolbar-x.el...
Generating autoloads for toolbar-x.el...done
Generating autoloads for tex-bar.el...
Generating autoloads for tex-bar.el...done
Generating autoloads for bib-cite.el...
Generating autoloads for bib-cite.el...done
Generating autoloads for tex-fptex.el...
Generating autoloads for tex-fptex.el...done
Wrote c:/ryan/auctex-11.84/auctex-11.84/auto-loads.el
cat tex-site.el.out >tex-site.el
test Xno != Xno || cat auto-loads.el >>tex-site.el
echo "(provide 'tex-site)" >>tex-site.el ; \
test Xno != Xno || echo ";;; tex-site.el ends here" >>tex-site.el
/cygdrive/c/Program\ Files/Emacs/emacs/bin/emacs -batch -q -no-site-file -no-ini
t-file -l lpath.el -f batch-byte-compile tex.el tex-buf.el tex-style.el latex.el
tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el co
ntext.el context-en.el context-nl.el tex-fold.el toolbar-x.el tex-bar.el bib-cit
e.el tex-fptex.el style/prosper.el style/slides.el style/foils.el style/a
mstex.el style/article.el style/book.el style/letter.el style/report.el
style/amsart.el style/amsbook.el style/epsf.el style/psfig.el styl
e/latexinfo.el style/dutch.el style/german.el style/dk.el style/j-article
.el style/j-book.el style/j-report.el style/jarticle.el style/jbook.el s
tyle/jreport.el style/dinbrief.el style/virtex.el style/plfonts.el style/plh
b.el style/harvard.el style/swedish.el style/danish.el style/slova
k.el style/czech.el style/amsmath.el style/amstext.el style/amsbsy.el sty
le/amsopn.el style/amsthm.el style/natbib.el style/index.el style/makeid
x.el style/multind.el style/varioref.el style/fancyref.el style/mdwlist.e
l style/ngerman.el style/graphicx.el style/graphics.el style/verbatim.el st
yle/scrbase.el style/scrartcl.el style/scrbook.el style/scrreprt.el style/s
crlttr2.el style/scrpage2.el style/captcont.el style/subfigure.el style/parali
st.el style/booktabs.el style/emp.el style/jura.el style/alphanum.el styl
e/beamer.el style/alltt.el style/italian.el style/doc.el style/ltxdoc.el
style/ltx-base.el style/units.el style/nicefrac.el style/url.el st
yle/listings.el style/jurabib.el style/csquotes.el style/jsarticle.el style/j
sbook.el style/babel.el style/dk-bib.el style/inputenc.el style/frenchb.
el style/francais.el style/MinionPro.el style/pdfsync.el style/polish.el sty
le/polski.el
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-buf.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-style.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/latex.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-info.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/texmathp.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/multi-prompt.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-mik.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/font-latex.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-font.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/context.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/context-en.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/context-nl.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-fold.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/toolbar-x.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-bar.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/bib-cite.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/tex-fptex.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/prosper.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/slides.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/foils.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amstex.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/article.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/book.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/letter.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/report.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amsart.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amsbook.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/epsf.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/psfig.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/latexinfo.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/dutch.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/german.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/dk.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/j-article.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/j-book.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/j-report.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jarticle.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jbook.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jreport.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/dinbrief.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/virtex.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/plfonts.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/plhb.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/harvard.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/swedish.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/danish.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/slovak.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/czech.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amsmath.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amstext.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amsbsy.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amsopn.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/amsthm.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/natbib.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/index.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/makeidx.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/multind.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/varioref.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/fancyref.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/mdwlist.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/ngerman.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/graphicx.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/graphics.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/verbatim.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/scrbase.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/scrartcl.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/scrbook.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/scrreprt.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/scrlttr2.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/scrpage2.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/captcont.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/subfigure.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/paralist.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/booktabs.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/emp.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jura.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/alphanum.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/beamer.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/alltt.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/italian.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/doc.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/ltxdoc.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/ltx-base.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/units.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/nicefrac.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/url.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/listings.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jurabib.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/csquotes.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jsarticle.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/jsbook.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/babel.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/dk-bib.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/inputenc.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/frenchb.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/francais.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/MinionPro.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/pdfsync.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/polish.elc
Wrote c:/ryan/auctex-11.84/auctex-11.84/style/polski.elc
test -z "preview" || (OLDPWD="`pwd`";for i in ""preview;do cd $i;echo "Descendin
g into `pwd`";make 'DESTDIR=' PACKAGE=auctex all || exit $?;cd "$OLDPWD";echo "A
scending into $OLDPWD";done)
Descending into /cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview
make[1]: Entering directory `/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview'
(cd latex ; make all)
make[2]: Entering directory `/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview/
latex'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview/l
atex'
test "xno" != xno || make preview-latex.el
make[2]: Entering directory `/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview'
rm -f preview-latex.el
/cygdrive/c/Program\ Files/Emacs/emacs/bin/emacs -batch -no-site-file -no-init-f
ile --eval '(let ((generated-autoload-file (expand-file-name "preview-latex.el")
)) (update-file-autoloads "preview.el")(save-buffers-kill-emacs t))' ; \
test -r preview-latex.el || { \
echo ";; Auto-generated preview-latex.el" > preview-latex.el ; \
echo "?" >> preview-latex.el ; \
/cygdrive/c/Program\ Files/Emacs/emacs/bin/emacs -batch -no-site-file
-no-init-file --eval '(let ((generated-autoload-file (expand-file-name "preview-
latex.el"))) (update-file-autoloads "preview.el")(save-buffers-kill-emacs t))' ;
\
}
Warning: defvar ignored because generated-autoload-file is let-bound
Wrote c:/ryan/auctex-11.84/auctex-11.84/preview/preview-latex.el
Generating autoloads for preview.el...
Generating autoloads for preview.el...done
Wrote c:/ryan/auctex-11.84/auctex-11.84/preview/preview-latex.el
cat auto.el >> preview-latex.el
make[2]: Leaving directory `/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview'
Congratulations! Build is complete.
Now, run "make install" as root, or whatever user has permissions
to write to the install directory.
make[1]: Leaving directory `/cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview'
Ascending into /cygdrive/c/ryan/auctex-11.84/auctex-11.84/preview
[EMAIL PROTECTED] /cygdrive/c/ryan/auctex-11.84/auctex-11.84
$_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex