From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz 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 Message-ID: <87bo7xhcq0.fsf@Rainer.invalid> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugekt-0005cV-GL for emacs-orgmode@gnu.org; Sun, 26 May 2013 13:29:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ugekm-0007eI-OL for emacs-orgmode@gnu.org; Sun, 26 May 2013 13:29:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:52394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugekm-0007eE-HR for emacs-orgmode@gnu.org; Sun, 26 May 2013 13:29:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ugekj-000244-W1 for emacs-orgmode@gnu.org; Sun, 26 May 2013 19:29:05 +0200 Received: from pd9eb19b6.dip0.t-ipconnect.de ([217.235.25.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 May 2013 19:29:05 +0200 Received: from Stromeko by pd9eb19b6.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 May 2013 19:29:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * 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