From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: make error when making org fro git Date: Sat, 12 Apr 2008 00:26:37 +0200 Message-ID: <061B7748-4C42-485F-AFBB-08E748A7FCCF@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JkRhj-0000KL-Op for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:26:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkRhi-0000IT-PE for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:26:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkRhi-0000IJ-Kc for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:26:42 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JkRhi-0001rz-9u for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:26:42 -0400 Received: by fg-out-1718.google.com with SMTP id d23so1074802fga.30 for ; Fri, 11 Apr 2008 15:26:41 -0700 (PDT) In-Reply-To: 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Apr 11, 2008, at 6:26 PM, Rainer Stengele wrote: > Hi all, > > I want to make org-mode from git and get this error: > > > While compiling toplevel forms in file /u/tmp/org-mode/lisp/org- > archive.el: > !! Symbol's function definition is void ((declare)) > Done > make: *** [lisp/org-archive.elc] Error 1 It is the fault of emacs 21, I think. try editing the file org-macs.el and delete all lines starting with '(declare', then remove all .elc files with "make cleanelc", and try "make" again. - Carsten