emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: Compiling Org-mode from orgmode.org repository for an Emacs 24.3 at a nonstandard location
Date: Sun, 26 May 2013 19:28:55 +0200	[thread overview]
Message-ID: <87bo7xhcq0.fsf@Rainer.invalid> (raw)
In-Reply-To: CAEZhbHigXn3MCqXcrmhqwcB-Rc8wcFb01W7DcPvZVkN+kCk0kQ@mail.gmail.com

* writes:
> Dear list...
>
> I've compiled Emacs 24.3 into this computer. During this process, I've
> set the following variables:
>
> --with-x=no
> --prefix=/home/me/prefix/emacs-24.3
> bindir=/home/me/bin
>
> Beyond these customizations, I think everything else is default.
> /home/me/bin/ is already in $PATH...
>
> I want to compile and install the Org-mode of orgmode.org's git repository...
>
> After cloning and switching to maint branch, I'm setting the following
> variables in local.mk generated by make config:
>
> EMACS   = emacs
> prefix  = /home/me/prefix
> lispdir= $(prefix)/emacs-24.3/share/emacs/24.3/lisp/org
> datadir = $(prefix)/emacs-24.3/share/emacs/24.3/etc/org
> infodir = $(prefix)/emacs-24.3/share/info

Don't.  This would be trying to overwrite the files that come with
Emacs.  It seems you are trying to set up a private "/usr/local" in
"/home/me/prefix", so the canonical place to install Org into would be:

prefix  := /home/me/prefix/share
lispdir := $(prefix)/emacs/site-lisp/org
datadir := $(prefix)/emacs/etc/org

You need to check that sitelispdir for your Emacs points to that place
as well.

> Once these changes to local.mk have been made, I'm planning to install
> Org-mode by simply running "make install". In all, the command line
> sequence for installing and compiling Org-mode would be like:
>
> git clone git://orgmode.org/org-mode.git
> cd org-mode
> git checkout maint
> make config
> emacs local.mk (make above changes...)

make config-all
make -n install

> make install
>
> My questions are: For my Emacs set-up, are these local.mk settings
> good? Does the command line sequence make sense?



Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

  reply	other threads:[~2013-05-26 17:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-26 15:27 Compiling Org-mode from orgmode.org repository for an Emacs 24.3 at a nonstandard location *
2013-05-26 17:28 ` Achim Gratz [this message]
2013-05-26 20:47   ` *
2013-05-26 21:10     ` Achim Gratz

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bo7xhcq0.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).