>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
sb> Oscar Figueiredo <Oscar.Figueiredo(a)di.epfl.ch> writes in
xemacs-beta(a)xemacs.org:
> Some time ago, Martin brought to my attention that ldap.el failed
to
> compile in XEmacs 21.2 due to max-lisp-eval-depth being exceeded somewhere.
sb> ...
> Is someone still affected or has the problem mysteriously
vanished ?
sb> Checking for Mule support...Yes
sb> Compiling files without .elc...
sb> /devel/xemacs/xemacs-21.2/src/xemacs -batch -vanilla -f batch-byte-compile
lisp/./ldap.el
sb> Compiling /devel/xemacs/xemacs-21.2/lisp/ldap.el...
sb> While compiling toplevel forms in file /devel/xemacs/xemacs-21.2/lisp/ldap.el:
sb> !! error (("Lisp nesting exceeds `max-lisp-eval-depth'"))
sb> Done
I can't reproduce this at the moment. I am trying a build with Mule to see if
it makes a difference.
Is it possible for you to try a build --with-ldap=yes ? (you need LDAP
libraries of course)
In fact ldap.el is useless in a non LDAP-enabled XEmacs, therefore there's no
point in trying to compile it in this case. Is there a means to avoid that ?
Oscar