From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Xemacs 21.5.32 and org-8.03, compilation problems Date: Sat, 25 May 2013 20:17:00 +0200 Message-ID: <87sj1aorfn.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgJ1v-0004vj-Do for emacs-orgmode@gnu.org; Sat, 25 May 2013 14:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgJ1l-0006VG-FD for emacs-orgmode@gnu.org; Sat, 25 May 2013 14:17:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:42762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgJ1l-0006Ut-8R for emacs-orgmode@gnu.org; Sat, 25 May 2013 14:17:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UgJ1k-000851-6r for emacs-orgmode@gnu.org; Sat, 25 May 2013 20:17:12 +0200 Received: from 85.55.19.171 ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 20:17:12 +0200 Received: from oub by 85.55.19.171 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 20:17:12 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello I know that compiling org under Xemacs is delicate. I succeeded with 7.8.3 but it seems that the installation process has changed quite a bit. I edit the relevant default.mk file (OK I should not do that but create local.mk) EMACS=/usr/local/bin/xemacs BATCH = $(EMACS) -batch -vanilla # Xemacs Now when running make the following problems showed up: - in almost all files the message: Symbol's value as variable is void: org-babel-temp-file Popped up - in org-footnote ** The following functions are not known to be defined: org-in-commented-line, org-in-indented-comment-line, org-inside-LaTeX-fragment-p, org-in-verbatim-emphasis, org-in-block-p, org-in-regexp, org-inside-latex-macro-p, org-trim, org-mark-ring-push, org-show-context, org-id-uuid, org-icompleting-read, org-back-over-empty-lines, org-fill-paragraph, org-end-of-subtree, outline-next-heading - org-list has similar complains, which I don't want to mention here - org.el itself: ! error (("Unknown keyword" :package-version)) - ox-odt.el: !! File error (("Cannot open load file" "table")) Error occurred processing /home/oub/ALLES/xemacs/site-lisp/packages/org-8.0.3/lisp/ox-odt.el: Cannot open load file: "table" which is odd, since I have a (require 'table) in my edit file. Did anybody sucessfully compile the latest org version under Xemacs 21.5.X? Uwe Brauer