RCY <re...@yahoo.com> writes:

> Hi,
> I am trying to compile the git version on a Mac with emacs 24.3 and I
> get the error:
>
> make compile-dirall
> ==================== dirall ====================
> Checking /Users/rc/elisp/org-mode/lisp...
> Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el...
>
> In toplevel form:
> org-attach.el:42:1:Error: Symbol's value as variable is void:
> user-emacs-directory
> Compiling /Users/rc/elisp/org-mode/lisp/org-install.el...
> Compiling /Users/rc/elisp/org-mode/lisp/org-loaddefs.el...
> Compiling /Users/rc/elisp/org-mode/lisp/org-version.el...
> Compiling /Users/rc/elisp/org-mode/lisp/ox-odt.el...
>
> In toplevel form:
> ox-odt.el:369:1:Error: Cannot open load file: rng-loc
> Done (Total of 0 files compiled, 2 failed, 3 skipped)
>
> Is there a problem with the file or am I doing something wrong?
> Thanks,
> RC
>

AFAIK, there is no such target in the makefile:

,----
| $ make compile-dirall
| make: *** No rule to make target `compile-dirall'.  Stop.
`----

What happens if you just follow the installation directions
in the org manual?

-- 
Nick


Reply via email to