From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: Installing complete contrib
Date: Tue, 27 Nov 2012 19:38:34 +0100 [thread overview]
Message-ID: <87fw3u51sl.fsf@Rainer.invalid> (raw)
In-Reply-To: B6E3C2CA-D3A8-4DC2-9A5B-3377F276F1B5@me.com
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
prev parent reply other threads:[~2012-11-27 18:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-27 11:45 Installing complete contrib Erich Neuwirth
2012-11-27 18:38 ` Achim Gratz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fw3u51sl.fsf@Rainer.invalid \
--to=stromeko@nexgo.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).