From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Cannot compile release Date: Tue, 6 Apr 2010 12:25:17 +0200 Message-ID: References: <714D79F5-C2F6-4DF2-8817-E6B57F59D18F@gmail.com> <36128460-E64E-479D-9F46-35C9633DA789@gaillourdet.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 1Nz5yI-0005EK-56 for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:25:26 -0400 Received: from [140.186.70.92] (port=50341 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nz5yG-0005D4-DK for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:25:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nz5yB-0005O9-Oy for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:25:24 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:28399) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nz5yB-0005Nw-JU for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:25:19 -0400 Received: by ey-out-1920.google.com with SMTP id 4so272066eyg.34 for ; Tue, 06 Apr 2010 03:25:18 -0700 (PDT) In-Reply-To: <36128460-E64E-479D-9F46-35C9633DA789@gaillourdet.net> 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: Jean-Marie Gaillourdet Cc: Org-Mode List On Apr 6, 2010, at 12:24 PM, Jean-Marie Gaillourdet wrote: > Hi Carsten, > > Thanks for another release! > > But I've been unable to compile this version. > A make clean && make all fails with > > ... > emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load- > path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load- > path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/ > org-entities.el > Loading subst-ksc... > Loading subst-gb2312... > Loading subst-big5... > Loading subst-jis... > > In toplevel form: > org-entities.el:29:19:Warning: reference to free variable `org-table- > align' > > In end of data: > org-entities.el:489:1:Warning: the following functions are not known > to be > defined: declare-function, org-table-align That is not a failure, just a warning. I will fix it, but you can ignore it. - Carsten > > This happen with the pre-installed emacs of Mac OS X (Snow Leopard) > and with > Carbon Emacs. > > $ emacs --version > GNU Emacs 22.1.1 > Copyright (C) 2007 Free Software Foundation, Inc. > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > You may redistribute copies of Emacs > under the terms of the GNU General Public License. > For more information about these matters, see the file named COPYING. > > Regards, > Jean-Marie > > - Carsten