[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] 2005-06-09; `make' tries to run texi2dvi now on Windows
From: |
Christian Schlauer |
Subject: |
[Bug-AUCTeX] 2005-06-09; `make' tries to run texi2dvi now on Windows |
Date: |
Mon, 13 Jun 2005 13:50:32 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) |
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.
If the bug (or problem) is triggered by a specific (La)TeX
file, you should try to produce a minimal sample file showing the
problem and include it in your report.
Your bug report will be posted to the AUCTeX bug reporting list.
I have problems during `make' in the doc directory, see below. This is
with a snapshot from Reiner's page.
,----[ ./configure --prefix=e:/emacs --disable-preview ]
| checking whether make sets $(MAKE)... yes
| checking for a BSD-compatible install... /usr/bin/install -c
| checking for date in ChangeLog... 2005-06-09
| checking for release in ChangeLog... not found, using 2005-06-09 instead
| checking for emacs... e:/emacs/bin/emacs
| checking if e:/emacs/bin/emacs is XEmacs... no
| checking for Emacs prefix... "e:/emacs"
| checking if Emacs is recent enough... yes
| checking for mule support... yes
| checking if build directory is valid... yes
| checking where lisp files go... e:/emacs/site-lisp
| checking what file to use for auctex startup... e:/emacs/site-lisp/auctex.el
| checking where the package lisp files go... e:/emacs/site-lisp/auctex
| checking where the data files go... e:/emacs/site-lisp/auctex
| checking where the info files go... ${prefix}/info
| checking where automatically generated global style hooks go...
${localstatedir}
| /auctex
| checking for tex... /cygdrive/f/miktex/texmf/miktex/bin/tex
| checking for pdftex... /cygdrive/f/miktex/texmf/miktex/bin/pdftex
| checking for dvips... /cygdrive/f/miktex/texmf/miktex/bin/dvips
| 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
|
| Congratulations! Configuration is complete.
|
| Type "make" at the prompt to build AUCTeX
`----
,----[ make ]
|
| [...]
|
| Wrote i:/auctex/auctex-20050610-a/style/jsbook.elc
| Wrote i:/auctex/auctex-20050610-a/style/babel.elc
| Done
| (cd doc ; make auctex)
| make[1]: Entering directory `/cygdrive/i/auctex/auctex-20050610-a/doc'
| /usr/bin/texi2dvi auctex.texi
| This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4)
| entering extended mode
| ! I can't find file `\cygdrive\i\auctex\auctex-20050610-a\doc\auctex.texi'.
| <*> .../i/auctex/auctex-20050610-a/doc/auctex.texi
|
| Please type another input file name:
`----
So it tries to use `/usr/bin/texi2dvi', which is Cygwin, but then
MiKTeX enters the scene, and things get messed up!?
I think this is the first time that make tries to do something in the
doc directory. I think before it didn't try to run `texi2dvi'. Let's
see, I'll check with AUCTeX 11.55:
,----[ ./configure --prefix=e:/emacs ]
| checking whether make sets $(MAKE)... yes
| checking for a BSD-compatible install... /usr/bin/install -c
| checking for emacs... e:/emacs/bin/emacs
| checking if e:/emacs/bin/emacs is XEmacs... no
| checking if (X)Emacs is recent enough... yes
| checking for mule support... yes
| checking if build directory is valid... yes
| checking where lisp files go... ${prefix}/site-lisp, expanded to
e:/emacs/site-l
| isp
| checking where automatically generated global style hooks go...
${localstatedir}
| /auctex, expanded to e:/emacs/var/auctex
| checking for tex... /cygdrive/f/miktex/texmf/miktex/bin/tex
| checking for pdftex... /cygdrive/f/miktex/texmf/miktex/bin/pdftex
| checking for dvips... /cygdrive/f/miktex/texmf/miktex/bin/dvips
| checking for makeinfo... /usr/bin/makeinfo
| checking for texi2html... :
| checking for texi2dvi... /usr/bin/texi2dvi
| checking for texi2pdf... /usr/bin/texi2pdf
| checking if /usr/bin/makeinfo understands @acronym{}... yes
| checking if /usr/bin/makeinfo understands @env{}... yes
| checking if /usr/bin/makeinfo understands @option{}... yes
| checking if /usr/bin/makeinfo understands @command{}... yes
| checking for install-info... /usr/bin/install-info
| configure: creating ./config.status
| config.status: creating Makefile
| config.status: creating tex-site.el
| config.status: creating doc/Makefile
|
| Congratulations! Configuration is complete.
|
| Type "make" at the prompt to build AUCTeX
`----
,----[ make ]
|
| [...]
|
| Wrote i:/auctex/auctex-11.55/style/csquotes.elc
| Wrote i:/auctex/auctex-11.55/style/jsarticle.elc
| Wrote i:/auctex/auctex-11.55/style/jsbook.elc
| Done
`----
Emacs : GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
of 2004-03-10 on NYAUMO
Package: 2005-06-09
current state:
==============
(setq
AUCTeX-date "2005-06-09"
window-system 'w32
LaTeX-version "2e"
TeX-style-path '("style" "auto" "h:/christian/texmf/tex/style"
"h:/christian/texmf/tex/auto"
"e:/emacs/site-lisp/auctex/style"
"e:/emacs/var/auctex")
TeX-auto-save nil
TeX-parse-self t
TeX-master t
TeX-command-list '(("TeX" "%(PDF)%(tex) %S%(PDFout) \"%(mode)\\input %t\""
TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode)
:help "Run plain TeX")
("LaTeX" "%l \"%(mode)\\input{%t}\"" TeX-run-TeX nil
(latex-mode doctex-mode) :help "Run LaTeX")
("Makeinfo" "makeinfo %t" TeX-run-compile nil (texinfo-mode)
:help "Run Makeinfo with Info output")
("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
(texinfo-mode) :help "Run Makeinfo with HTML output")
("AmSTeX" "%(PDF)amstex %S%(PDFout) \"%(mode)\\input %t\""
TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
("ConTeXt" "texexec --once --texutil %(execopts)%t"
TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
(context-mode) :help "Run ConTeXt until completion")
("ConTeXt Clean" "texutil --purgeall" TeX-run-interactive
nil
(context-mode) :help "Clean temporary ConTeXt files")
("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run
BibTeX")
("View" "%V" TeX-run-discard t t :help "Run Viewer")
("Print" "%p" TeX-run-command t t :help "Print the file")
("Queue" "%q" TeX-run-background nil t :help
"View the printer queue" :visible TeX-queue-command)
("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
"Generate PostScript file")
("Index" "makeindex %s" TeX-run-command nil t :help
"Create index file")
("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help
"Check LaTeX file for correctness")
("Spell" "<ignored>" TeX-run-ispell-on-document nil t :help
"Spell-check the document")
("Other" "" TeX-run-command t t :help
"Run an arbitrary command")
)
)
- [Bug-AUCTeX] 2005-06-09; `make' tries to run texi2dvi now on Windows,
Christian Schlauer <=