tramp-devel
[Top][All Lists]
Advanced

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

Re: compiling tramp from CVS


From: Kai Grossjohann
Subject: Re: compiling tramp from CVS
Date: Fri, 09 Jan 2004 09:53:52 +0100
User-agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.2 (gnu/linux)

Eli Tziperman <address@hidden> writes:

> ~ $ cd ~/.emacs.d/tramp; setenv EMACS /usr/local/emacs/src/emacs; autoconf; 
> ./configure; make EMACS=/usr/local/emacs/src/emacs all; chmod -R go+rX 
> ~/.emacs.d/tramp; cd
> /usr/local/emacs/src/emacs
> configure: Tramp 2.0.38
> checking for make... make
> checking for reasonable make version... ok
> checking whether make sets $(MAKE)... yes
> checking for /usr/local/emacs/src/emacs... no
> configure: error: /usr/local/emacs/src/emacs not found
> make: *** No rule to make target `all'.  Stop.
> ~ $ 
>
>
> the file /usr/local/emacs/src/emacs does exist.

Interesting.  What happens if you

        setenv PATH /usr/local/emacs/src:$PATH

instead of setting the variable EMACS when running make?

This would only be a workaround, of course.  A real fix in the Tramp
CVS might take longer.

Kai




reply via email to

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