Tim Howe writes:
> For some reason I just encountered this with Org-mode version 7.8.11 on
> XEmacs 21.5  (beta31) "ginger" [Lucid] (x86_64-pc-linux, Mule).
>
> Built by running make leaving everything stock but for EMACS=xemacs;
> the build crashed complaining about a missing 'find-library-name'.
> I was able to get it to build by pasting this function at the very top
> of lisp/org.el and restarting a clean build.

That has been fixed in master, additionally you'd need the folloing
definitions in local.mk:

BATCH = $(EMACS) -batch -q -vanilla # XEmacs

# How to byte-compile the whole source directory
ELCDIR  = $(BATCH) \
                --eval '(add-to-list '"'"'load-path ".")' \
                --eval '(byte-recompile-directory "." 0)'

I don't know if byte-compilation is worth the hassle with XEmacs, but it
seems to work for current master, even with a lot of warnings.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Reply via email to