From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Org mode build failure Date: Thu, 7 Feb 2013 11:15:14 +0000 (UTC) Message-ID: References: <20130207090416.GC22389@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3PRy-0005QO-Fh for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 06:15:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3PRx-00055E-AS for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 06:15:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:47161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3PRx-000557-3h for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 06:15:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3PSC-000138-J9 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 12:15:44 +0100 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Feb 2013 12:15:44 +0100 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Feb 2013 12:15:44 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Suvayu Ali gmail.com> writes: > I am encountering the following build failure when I do `make compile': > > make[1]: Entering directory `/path/build/org-mode/lisp' > rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc > org-install.elc > install -m 644 -p . > install: missing destination file operand after ‘.’ > Try 'install --help' for more information. > make[1]: *** [addcontrib] Error 1 > make[1]: Leaving directory `/path/build/org-mode/lisp' > make: *** [compile] Error 2 > > Any ideas what changed? The new exporter moved into core and the files you specified in ORG_ADD_CONTRIB are no longer existing there. Remove that definition and all is well. Regards, Achim.