From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Re: Build issue with latest git version - org-crypt.el Date: Wed, 16 Sep 2009 15:39:54 -0600 Message-ID: References: <4AB13299.20608@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mo2Em-0000Yr-QB for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 17:40:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mo2Eh-0000Xc-M5 for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 17:40:28 -0400 Received: from [199.232.76.173] (port=35949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo2Eh-0000XZ-Cd for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 17:40:23 -0400 Received: from lo.gmane.org ([80.91.229.12]:34492) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mo2Eg-0003aw-V9 for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 17:40:23 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mo2Ef-00019q-1a for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 23:40:21 +0200 Received: from c-67-176-47-88.hsd1.co.comcast.net ([67.176.47.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2009 23:40:21 +0200 Received: from mlists by c-67-176-47-88.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2009 23:40:21 +0200 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: emacs-orgmode@gnu.org 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 -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com