help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: howto build separate cvs version?


From: Daniel
Subject: Re: howto build separate cvs version?
Date: Sun, 01 Jun 2008 15:51:57 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

knubee wrote:
I'm trying to install a cvs version of emacs -- but do not want it to
interfere/interact with my existing installation. I just want to be
able to try out the cvs version a bit.

After looking around, it seemed as if the main things to do were a)
ensure that everything was configured for an install directory that
differs from the location of my existing installation; and b) give the
build a suffix so as to call it by name.

Here is what I tried:

cd /test
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co -d 
emacs-cvs-source emacs
cd /emacs-cvs-installation
/test/emacs-cvs-source/configure --prefix=/test/emacs-cvs-installation 
--program-suffix=-from-cvs
make bootstrap
make
make install

This seems to complete without error, but the following generates an
error:

emacs-from-cvs
bash: emacs-from-cvs: command not found

What am I doing wrong?
Is /test/emacs-cvs-installation in your $PATH?
Anyway, try
  ./emacs-from-cvs
and/or
  /test/emacs-cvs-installation

Greetings
----Daniel



--
Daniel Rubin
daniel (at) warum-ada (dot) de
Simon-Meister-Str. 21
50733 Köln
0221 / 278 69 56




reply via email to

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