On Apr 3, 2011, at 11:55 AM, Christian Moe wrote:
> On 4/3/11 10:08 AM, Dror Atariah wrote:
>> # Where local software is found
>> #prefix=/usr/local
>> prefix=~/Applications
>
> Hi,
>
> Try
>
> prefix=/Applications
>
> without the tilde.
That made the trick! I'll try to follow and solve also
On 4/3/11 10:08 AM, Dror Atariah wrote:
# Where local software is found
#prefix=/usr/local
prefix=~/Applications
Hi,
Try
prefix=/Applications
without the tilde.
Yours,
Christian
@Christian: Here's my updated Makefile (at least the first part):
# Name of your emacs binary
EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
# Where local software is found
#prefix=/usr/local
prefix=~/Applications
# Where local lisp files go.
lispdir = $(prefix)/Aquamacs.app/Contents
Nick, Achim,
Thanks for this. Other git newbies should obviously ignore my clumsy
solution and follow those instructions instead.
I guess I missed them because I just stopped looking when I had an
approach that worked. Embarrassed now.
Dror may still want to check those targets in his Makef
Christian Moe wrote:
> I quickly found that git pulls would overwrite my hand-edited
> Makefile, and a hand-edited Makefile caused conflicts on the next
> pull, and I didn't understand git at all.
>
In
http://thread.gmane.org/gmane.emacs.orgmode/17102/focus=17115
Bernt pointed out the exi
In the Makefile, what settings do you have under these headings?
# Name of your emacs binary
# Where local software is found
# Where local lisp files go.
# Where info files go.
I'm one of the oddballs who compile and install every new Org version,
because in the start I thought that was the "ri
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 ~/Lib
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, exce