* Installing complete contrib
@ 2012-11-27 11:45 Erich Neuwirth
2012-11-27 18:38 ` Achim Gratz
0 siblings, 1 reply; 2+ messages in thread
From: Erich Neuwirth @ 2012-11-27 11:45 UTC (permalink / raw)
To: emacs-orgmode@gnu.org emacs-orgmode@gnu.org
I am trying to install everything contrib on
OSX 10.8.2, Emacs 24.2.1
When in local.mk I do
ORG_ADD_CONTRIB = *
I get
install: org-jira.elc: No such file or directory
make[1]: *** [install] Error 71
make: *** [install-lisp] Error 2
make: *** [up2] Error 2
When in local.mk I do
ORG_ADD_CONTRIB = org-e-* org-md org-export # e.g. the new exporter
Things work nicely.
What do I need to do to make the full contrib work?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Installing complete contrib
2012-11-27 11:45 Installing complete contrib Erich Neuwirth
@ 2012-11-27 18:38 ` Achim Gratz
0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2012-11-27 18:38 UTC (permalink / raw)
To: emacs-orgmode
Erich Neuwirth writes:
> I am trying to install everything contrib on
> OSX 10.8.2, Emacs 24.2.1
>
> When in local.mk I do
> ORG_ADD_CONTRIB = *
It is not a good idea to "install everything from contrib". Some of
this is not well tested, not maintained anymore or requires special
setups to work.
> I get
>
> install: org-jira.elc: No such file or directory
> make[1]: *** [install] Error 71
> make: *** [install-lisp] Error 2
> make: *** [up2] Error 2
Presumably you would find something like this further up in the output
from make:
--8<---------------cut here---------------start------------->8---
Compiling /home/gratz/lisp/org-mode/lisp/org-jira.el...
In toplevel form:
org-jira.el:54:1:Error: Cannot open load file: jira
--8<---------------cut here---------------end--------------->8---
which means that you do not have a package that is needed to compile
this file. If you must install files that do not even compile, you can
set
LISPN = org-jira.el
so that install won't look for the corresponding org-jira.elc. But
again, it won't work anyway, see above.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-27 18:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 11:45 Installing complete contrib Erich Neuwirth
2012-11-27 18:38 ` Achim Gratz
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.