From: knubee <knubee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: howto build separate cvs version?
Date: Sun, 1 Jun 2008 06:35:52 -0700 (PDT) [thread overview]
Message-ID: <a0a35ffc-0ddc-4463-8caf-15038bf0246d@j33g2000pri.googlegroups.com> (raw)
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?
thanks, k
next reply other threads:[~2008-06-01 13:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-01 13:35 knubee [this message]
2008-06-01 13:51 ` howto build separate cvs version? Daniel
2008-06-01 13:59 ` David Hansen
[not found] ` <mailman.12526.1212328325.18990.help-gnu-emacs@gnu.org>
2008-06-01 14:31 ` knubee
2008-06-01 21:37 ` Shelagh Manton
[not found] ` <mailman.12544.1212356254.18990.help-gnu-emacs@gnu.org>
2008-06-02 10:19 ` knubee
[not found] ` <mailman.12527.1212329309.18990.help-gnu-emacs@gnu.org>
2008-06-01 14:38 ` knubee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a0a35ffc-0ddc-4463-8caf-15038bf0246d@j33g2000pri.googlegroups.com \
--to=knubee@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.