From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Arnold Subject: Re: Compilation errors with 4.73 (undefined functions, wrong number of parameters) Date: Sat, 12 May 2007 17:31:03 +0200 Message-ID: <200705121731.03149.holger@cs.uni-potsdam.de> References: <200705111618.56589.holger@cs.uni-potsdam.de> 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 1HmtgO-0001R5-FC for emacs-orgmode@gnu.org; Sat, 12 May 2007 11:38:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmtgM-0001Qt-Ib for emacs-orgmode@gnu.org; Sat, 12 May 2007 11:38:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmtgM-0001Qq-D9 for emacs-orgmode@gnu.org; Sat, 12 May 2007 11:38:54 -0400 Received: from mail.cs.uni-potsdam.de ([141.89.48.7]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HmtYn-0004I1-QH for emacs-orgmode@gnu.org; Sat, 12 May 2007 11:31:06 -0400 In-Reply-To: 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: emacs-orgmode@gnu.org > On 5/11/07, Holger Arnold wrote: > > Hello, > > > > when I try to byte-compile org-mode (e.g. by doing make), I get a number > > of error messages about undefined functions and wrong number of > > parameters (I have attached the output of a make). When I then do M-x > > org-mode, I get "Symbol's function definition is void: find-if". > > > > Without byte-compiling, org-mode seems to work at first sight, but I > > don't know if some functions are deactivated or not broken. > > > > I'm using org-mode 4.73 on GNU Emacs 21.3.1 on openSUSE 10.2. I didn't > > have these problems with version 4.69 of org-mode. > > > > Does anyone know what's wrong here? > > > > > > Holger > > > It's been a while since I've compiled org. I run uncompiled to > get more useful stacks and have easier debug. It's slower but > educational. I know when I did compile I always got a mess of errors. > I just ignored them and everything worked. For me I think it was > attempts to use packages I didn't have installed. The ones about the > number of args would worry me. After you compile it, does it work? > > Edd The compiled version does not work, as I cannot activate org-mode. When I use the uncompiled version, at least the functions I am using *seem* to work. I would expect a problem when one of the undefined functions (as find-if) gets called or one of the function calls with the wrong number of parameters is reached. But I don't know in which part of org-mode these functions are being used. Holger