From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: make error when making org fro git Date: Sat, 12 Apr 2008 18:14:45 +0200 Message-ID: <4800DFF5.7090901@diplan.de> References: <061B7748-4C42-485F-AFBB-08E748A7FCCF@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkiNP-0001Fy-49 for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 12:14:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkiNO-0001FQ-EZ for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 12:14:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkiNO-0001FL-3z for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 12:14:50 -0400 Received: from ns.diplan.de ([212.34.188.4] helo=mail.diplan.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JkiNN-00075z-SZ for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 12:14:50 -0400 In-Reply-To: <061B7748-4C42-485F-AFBB-08E748A7FCCF@science.uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org yes, that made it work. I did not choose to use emacs 21 - it is debian 4 default version. Actually I misused my debain system to try to get a "make" for my windows xp where I cannot get anything to work natively from git. Doing a "make autoloads" I try to use the lisp directory under windows. Hope that will work. With the old org "system" I could simply use the lisp files as given but with the new structure I have to create the org-install.el file which is not working under windows. Thanx, Rainer Carsten Dominik schrieb: > > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >