[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] problems with make xemacs-package
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX-devel] problems with make xemacs-package |
Date: |
Wed, 30 Nov 2005 11:16:37 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
* Uwe Brauer (2005-11-29) writes:
> I am finally trying to synchronize the xemacs-package with the latest
> auctex release. I am trying to use auctex-11.81, since I hesitate to
> try a CVS version
I already told you that you have to patch 11.81 in order for its
installation routines to work correctly with XEmacs.
> But right away I have a problem
> after
> ./configure --with-xemacs=/usr/bin/xemacs
> make
> and
> make xemacs-package (as David recommended)
> I obtain
> rm -rf xemacs-build
> cp -a auctex- xemacs-build
> cp: cannot stat `auctex-': No such file or directory
> make: *** [xemacs-package] Error 1
That's not the way xemacs-package is supposed to be used.
Unpack AUCTeX 11.81 in an existing and configured AUCTeX tree. Suppose
the tree is below ~/auctex. You should then have
~/auctex/auctex-11.81. In ~/auctex execute
make xemacs-package FTPDIR=~/tmp TAG=11.81
You are free to deviate from my suggestion of ~/tmp for $FTPDIR where
the package will ultimately be put.
--
Ralf