From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steven E. Harris" Subject: Problem compiling org-mode for XEmacs Date: Sun, 25 Jan 2009 12:53:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LR9BB-0007J9-2A for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 12:53:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LR9B9-0007IT-Ag for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 12:53:52 -0500 Received: from [199.232.76.173] (port=35022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LR9B9-0007IP-7z for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 12:53:51 -0500 Received: from main.gmane.org ([80.91.229.2]:57081 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LR9B8-0005uJ-Ov for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 12:53:51 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LR9B4-0001rk-JZ for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 17:53:46 +0000 Received: from c-24-131-239-140.hsd1.pa.comcast.net ([24.131.239.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jan 2009 17:53:46 +0000 Received: from seh by c-24-131-239-140.hsd1.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jan 2009 17:53:46 +0000 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 I updated my copy of the org-mode source tree today and tried to compile it for XEmacs. It failed with the following error (reformatted slightly with a path shortened): ,---- | xemacs -batch -q -eval " | (progn | (add-to-list (quote load-path) | (expand-file-name \"./lisp/\")) | (add-to-list (quote load-path) | \"~/usr/local/share/xemacs/site-lisp\"))" | -f batch-byte-compile lisp/org.el | Compiling /path/org-mode/lisp/org.el... | While compiling org-set-emph-re in file /path/org-mode/lisp/org.el: | ** variable stacked bound but not referenced | While compiling org-set-regexps-and-options: | !! Wrong number of arguments ((# 2)) | >>Error occurred processing lisp/org.el: | Wrong number of arguments: #, 2 `---- I see `store-match-data' called on line 8379 of org.el. Running git-blame against that line shows it not having changed since 22 March 2008. -- Steven E. Harris