From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Build issue with latest git version - org-crypt.el Date: Thu, 17 Sep 2009 00:14:51 +0100 Message-ID: References: <4AB13299.20608@comcast.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mo3iG-0005dn-Qv for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 19:15:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mo3iB-0005Xo-9B for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 19:14:59 -0400 Received: from [199.232.76.173] (port=59371 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo3iB-0005Xl-3F for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 19:14:55 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:46662) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mo3iA-00082B-Oq for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 19:14:54 -0400 Received: by ewy7 with SMTP id 7so3782676ewy.31 for ; Wed, 16 Sep 2009 16:14:53 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Peter Jones Cc: emacs-orgmode@gnu.org On Sep 16, 2009, at 10:39 PM, Peter Jones wrote: > Mark Elston writes: >> However, for those who won't be using org-crypt as a normal >> part of their daily operation it is probably simpler to make >> the build/installation of org-crypt optional. That way the >> normal maintenance for those who do "simple" things stays, >> uh, simple. > > I also think that org-crypt should be optional, or at least put in the > contrib directory. I didn't realize it was going to cause build > issues. > > That said, here is a patch for the Makefile so I could build the > latest > org-mode: > > diff --git a/Makefile b/Makefile > index f1b541b..085951d 100644 > --- a/Makefile > +++ b/Makefile > @@ -30,6 +30,7 @@ infodir = $(prefix)/share/info > > BATCH=$(EMACS) -batch -q -no-site-file - > eval \ > "(progn (add-to-list (quote load-path) \"$(lispdir)\") \ > + (add-to-list (quote load-path) \"$(lispdir)/epg\") \ > (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" > > # Specify the byte-compiler for compiling org-mode files epg is not part of older versions of Emacs, look like mark is using Emacs 22? I have changed org-crypt.el so that it will compile without loading epg. So an error will only happen if anyone actually uses it. - Carsten > > -- > Peter Jones - 303-219-0226 > pmade inc. - http://pmade.com > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode