From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mahler Subject: Re: Re: org-mode stopped compiling recently Date: Mon, 28 Jun 2010 07:50:06 +0200 Message-ID: References: <87bpaw9dif.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=46798 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT7Ei-0000yL-Fj for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 01:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OT7Eh-0002VY-Cu for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 01:50:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:39580) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OT7Eh-0002VO-8M for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 01:50:27 -0400 Received: by wyb39 with SMTP id 39so3138309wyb.0 for ; Sun, 27 Jun 2010 22:50:26 -0700 (PDT) In-Reply-To: <87bpaw9dif.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org Hi Eric, Thanks for the looking into this. It looks like the problem is the declare-function macro does not work with emacs-22.1 (the one in ubuntu hardy) It is defined, but undocumented. Adding (defmacro declare-function (FN FILE &optional ARGLIST FILEONLY) nil) at the top of ob.el seems to fix everything. cheers Daniel On Mon, Jun 28, 2010 at 3:01 AM, Eric Schulte wrot= e: > Hopefully once your make is completing without errors this problem will > resolve itself. =A0Best -- Eric > > Daniel Mahler writes: > >> also to load the source i need to do (require 'org) >> if i just (require 'org-install) and try to open my notes file >> i get: >> >> Debugger entered--Lisp error: (void-variable org-default-notes-file) >> =A0 (find-file org-default-notes-file) >> >> thanks >> daniel >> >> On Mon, Jun 28, 2010 at 2:08 AM, Daniel Mahler wrote= : >>> i get: >>> >>> ... >>> In toplevel form: >>> lisp/babel/ob-table.el:54:1:Error: Symbol's value as variable is void: = show-all >>> make: *** [lisp/babel/ob-table.elc] Error 1 >>> >>> i have tried 'make clean; git pull; make'' over several days with no ch= ange. >>> this must have happeed only last week or so, >>> since i had a sucessful sync not long before this started. >>> >>> thanks >>> daniel >>> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >