[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Problem with Empty Dirs
From: |
Ivan Savov |
Subject: |
[AUCTeX-devel] Problem with Empty Dirs |
Date: |
Fri, 18 Nov 2005 23:13:09 -0500 |
Hello Sirs,
I just pulled the latest XEmacs and the MinGW stuff in order to setup
preview-latex which seems like the coolest thing since sliced bread.
I followed the instructions and adapted them to my paths:
./configure --with-xemacs='C:\Program Files\XEmacs\XEmacs-21.4.13\i586-pc-win
32\xemacs' --with-texmf-dir='E:/localtexmf' --with-packagedir='C:\Program Fil
es\XEmacs\xemacs-packages'
(went through fine)
make (also worked with no prob)
only
make install
gave me an error somewhere down the line and I quote:
___________________________________________________________
address@hidden /c/Program Files/XEmacs/auctex-11.81
$ make install
[snip]
/bin/install -c -m 644 style/jsbook.el C:\\Program\
Files\\XEmacs\\xemacs-packages/etc/auctex/style
/bin/install -c -m 644 style/babel.el C:\\Program\
Files\\XEmacs\\xemacs-packages/etc/auctex/style
for x in ; do \
echo ' /bin/install -c -m 644' $x 'C:\\Program\
Files\\XEmacs\\xemacs-packages/lisp/auctex' ; \
/bin/install -c -m 644 $x C:\\Program\
Files\\XEmacs\\xemacs-packages/lisp/auctex ; \
done;
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for x in ; do echo ' /bin/install -c -m 644' $x
'C:\\Program\ Files\\XEmacs\\xemacs-packages/lisp/auctex' ;
/bin/install -c -m 644 $x C:\\Program\
Files\\XEmacs\\xemacs-packages/lisp/auctex ; done;'
make: *** [install-el] Error 2
___________________________________________________________
>From what I gather this is a for loop trying to run (/bin/install -c)
$x which is an empty variable. I can see how that can be a problem but
I don't know how to go around it.
Any tips?
Yours,
Ivan
- [AUCTeX-devel] Problem with Empty Dirs,
Ivan Savov <=