From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: make compile fails Date: Sat, 19 Aug 2017 11:30:24 +0300 Message-ID: <87bmncc63j.fsf@iki.fi> References: <87r2w8gms3.fsf@iki.fi> <87inhk3wtr.fsf@yandex.com> <87a82w6mku.fsf@iki.fi> <87efs83ska.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diz9X-00053c-7O for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 04:30:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diz9S-0003jo-5F for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 04:30:43 -0400 Received: from [195.159.176.226] (port=43493 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diz9R-0003gu-Sl for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 04:30:38 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1diz9F-00087J-Tz for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 10:30:25 +0200 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" To: emacs-orgmode@gnu.org Colin Baxter writes: > > ------------------------------------------------------------------------ > > jarmo@localhost org-mode]$ diff local.mk local.mk~ 31c31 < > > ORG_ADD_CONTRIB = htmlize --- > >> #ORG_ADD_CONTRIB = ox-* # e.g. the contributed exporter > > ------------------------------------------------------------------------ > > > Maybe the issue is somehow related to this? Anyway, I was still > > able to compile on August 11th, so something has changed since > > then. > > I don't know of any issues surrounding local.mk. All I can suggest is > that you try a 'make distclean' first. Failing that, why not just > delete (or rename) your org-mode git directory and git clone a fresh > source? That way, you'd be certain you don't have any old "corrupting" > files in your git tree. Running 'make cleanall' didn't help. However, a fresh clone followed by a reconfiguration of local.mk solved the issue. Most likely the result of a local.mk that is no longer consistent. Up and running again. Thanks! Jarmo