auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Install problem on WinXP/EmacsW32


From: David Kastrup
Subject: Re: [AUCTeX] Install problem on WinXP/EmacsW32
Date: Wed, 01 Nov 2006 10:54:23 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Philipp Reichmuth <address@hidden> writes:

> Hi,
>
> I am experiencing an installation problem on Windows XP with AucTeX
> CVS (and 11.83 alike).  The 'make' part of the installation fails with
> an error in byte-compiling tex-info.el, see the make output below.

[...]

> Wrote c:/down/tex/auctex-cvs/auctex/latex.elc
>
> In toplevel form:
> tex-info.el:29:1:Error: Symbol's value as variable is void: >>>>>>>

That is a CVS merge conflict.  You likely changed something in the
file and did an unsuccessful merge.

Remove it and update it from CVS.

> Configure output is:
> --------------------------------------------------------------------
> address@hidden /cygdrive/c/down/tex/auctex-cvs/auctex
> $ ./configure --prefix='C:/Tools/Emacs'
> --with-texmf-dir='C:/W32TeX/share/texmf -local'
                   ^^^^^^^^^^^^^^^^^^^^^^
> --with-emacs='C:/Tools/Emacs/bin/Emacs.exe'
[...]
> checking for tex... /cygdrive/c/w32tex/bin/tex
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Not particularly consistent about your uppercase/lowercase.

But at least it seems like the mixup only occurs consistently with
binary names.

> Make output (from a fresh CVS checkout) is:
> -----------------------------
> address@hidden /cygdrive/c/down/tex/auctex-cvs/auctex
> $ make
> test Xno != Xno || { \
>           rm -f auto-loads.el ; \
>           C:/Tools/Emacs/bin/Emacs.exe -batch -q -no-site-file
> -no-init-file -llpath.el --eval '(let ((generated-autoload-file
> (expand-file-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.el
> tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el
> tex-font.el context.el context-en.el context-nl.el tex-fold.el
> toolbar-x.el tex-bar.el bib-cite.el tex-fptex.el tex-jp.el || : ; \
>           test -r auto-loads.el || { \
>             echo ";; Auto-generated part of tex-site.el" > auto-loads.el; \
>             echo "♀" >> auto-loads.el ; \
>             C:/Tools/Emacs/bin/Emacs.exe -batch -q -no-site-file
> -no-init-file -l lpath.el --eval '(let ((generated-autoload-file
> (expand-file-name "auto-loads.el"))) (mapcar (function
> update-file-autoloads) command-line-args-left) (save-bu
> ffers-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 context.el context-en.el context-nl.el tex-fold.el
> toolbar-x.el tex-bar.el bib-cite.el tex-fptex.el tex-jp.el ; \
>           } ; \
>         }
> Warning: defvar ignored because generated-autoload-file is let-bound
> Wrote c:/down/tex/auctex-cvs/auctex/auto-loads.el
> Loading vc-cvs...
> Generating autoloads for tex.el...
> Generating autoloads for tex.el...done
> c:/down/tex/auctex-cvs/auctex/auto-loads.el and
> c:/down/TeX/auctex-cvs/auctex/au
> to-loads.el are the same file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error message sounds like Windows' notion of the name of the
current directory differs from Emacs' notion with regard to spelling.
Probably not fatal, but I have never seen that before.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]