From mboxrd@z Thu Jan  1 00:00:00 1970
From: Ian Barton <lists@manor-farm.org>
Subject: Re: Update org-mode
Date: Fri, 01 Apr 2011 17:08:12 +0100
Message-ID: <4D95F86C.4070109@manor-farm.org>
References: <BEBBFC33-B6D3-490B-80DD-AB839D53A4E9@gmail.com>
Reply-To: lists@manor-farm.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from [140.186.70.92] (port=41364 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1Q5hf3-0007Aa-Ug
	for emacs-orgmode@gnu.org; Fri, 01 Apr 2011 12:57:27 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <lists@manor-farm.org>) id 1Q5gtq-00060W-BY
	for emacs-orgmode@gnu.org; Fri, 01 Apr 2011 12:08:39 -0400
Received: from mail.ian-barton.com ([109.74.196.44]:47046
	helo=li40-130.members.linode.com)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <lists@manor-farm.org>) id 1Q5gtq-0005xe-6r
	for emacs-orgmode@gnu.org; Fri, 01 Apr 2011 12:08:38 -0400
Received: from localhost (mail.wilkesley.org [127.0.0.1])
	by li40-130.members.linode.com (Postfix) with ESMTP id 216AE15A033
	for <emacs-orgmode@gnu.org>; Fri,  1 Apr 2011 16:08:13 +0000 (UTC)
Received: from li40-130.members.linode.com ([127.0.0.1])
	by localhost (mail.manor-farm.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id lBkLHKZzEN7p for <emacs-orgmode@gnu.org>;
	Fri,  1 Apr 2011 16:08:13 +0000 (UTC)
Received: from mail.wilkesley.net (unknown [217.146.125.41])
	by li40-130.members.linode.com (Postfix) with ESMTP id E5D3C15A010
	for <emacs-orgmode@gnu.org>; Fri,  1 Apr 2011 16:08:12 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by mail.wilkesley.net (Postfix) with ESMTP id 2F53611E16
	for <emacs-orgmode@gnu.org>; Fri,  1 Apr 2011 17:11:47 +0100 (BST)
Received: from mail.wilkesley.net ([127.0.0.1])
	by localhost (mail.bantercat.co.uk [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id mwGJNmBPbO+z for <emacs-orgmode@gnu.org>;
	Fri,  1 Apr 2011 17:11:47 +0100 (BST)
Received: from [192.168.0.133] (scamper.bantercat.co.uk [192.168.0.133])
	by mail.wilkesley.net (Postfix) with ESMTPSA id 03C5711E0C
	for <emacs-orgmode@gnu.org>; Fri,  1 Apr 2011 17:11:46 +0100 (BST)
In-Reply-To: <BEBBFC33-B6D3-490B-80DD-AB839D53A4E9@gmail.com>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: emacs-orgmode@gnu.org

On 01/04/11 16:20, Dror Atariah wrote:
> I tried to follow the update process described here:
> http://orgmode.org/worg/org-faq.html under:
> How do I keep current with bleeding edge development?
>
> The only change I made was the place where I checked out the new version. Instead of ~/elisp I have ~/Library/elisp.
>
> Everything went smooth, except that I had to add "sudo" before the "make install". Without the sudo, I got an "access denied" error. Anyway, at the end, I got no warnings and it seems like the process was smooth. But when I checked the version of org-mode in aquamacs it was still 6.33x
>
> I am using Emacs 23.3.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>   of 2011-03-19 on braeburn.aquamacs.org - Aquamacs Distribution 2.2 on a mac OS 10.6.7.
>
> What should I do in order to fix it?
>

If you had to use sudo it sounds as though your Makefile might be wrong. 
You should have something like:

# Where local software is found
prefix=~/Library/elisp

Ian.