From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hans Halvorson" Subject: Re: cannot build 5.17a Date: Sat, 29 Dec 2007 13:39:58 -0500 Message-ID: References: <87odc9r6d6.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8gbK-0007Yl-Lh for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 13:40:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8gbH-0007Xo-1g for Emacs-orgmode@gnu.org; Sat, 29 Dec 2007 13:40:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8gbG-0007Xk-SD for Emacs-orgmode@gnu.org; Sat, 29 Dec 2007 13:39:58 -0500 Received: from an-out-0708.google.com ([209.85.132.250]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8gbG-0007GH-Kh for Emacs-orgmode@gnu.org; Sat, 29 Dec 2007 13:39:58 -0500 Received: by an-out-0708.google.com with SMTP id c25so649512ana.84 for ; Sat, 29 Dec 2007 10:39:58 -0800 (PST) In-Reply-To: <87odc9r6d6.fsf@bzg.ath.cx> Content-Disposition: inline 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: Bastien Cc: Emacs-orgmode@gnu.org This seems to have been a temporary problem with one particular version of Emacs CVS. I just rebuilt Emacs, and now org-mode builds fine. Thanks, Hans On Dec 29, 2007 8:13 AM, Bastien wrote: > > "Hans Halvorson" writes: > > > Here's what I get: > > > > $ make > > emacs -batch -q -eval "(add-to-list (quote load-path) \".\")" -f > > batch-byte-compile org.el > > > > In toplevel form: > > org.el:12977:10:Error: Wrong type argument: listp, t > > make: *** [org.elc] Error 1 > > > > I am using Emacs 23.0.50.1 from CVS, Nov 28, 2007. > > I cannot reproduce this with Emacs 23.0.0 and Emacs 23.0.60. > > Did you remove any *.elc before running make? > > -- > Bastien >