Different Robert replying, here.
On Fri, 2 May 2003, Stephen J. Turnbull wrote:
Robert> Compiling in support for LDAP.
This needs to be disabled for the "Carbon" branch, I don't know why,
something bogus about Apple's implementation ISTR.
It's broken on my non-carbonized X window version also. The problem seems
to be an ldap module that CVS complains of
? xemacs/modules/ldap
or something similar. Compiling without module support won't work. I'll
get around to removing all those ldap module files some time and trying a
cleaner build to see if --with-ldap will work again. Broke in 25.11.b1 or
there abouts.
I know ldap works at a system level because pine finds the libraries and can
use it.
Robert> I tried your suggested command:
Robert> thila: /usr/local/xemacs-21.5.9>ulimit -s
Robert> ulimit: Command not found.
8MB is the least I can get to work on Mac
tcsh/csh
limit stack 8192
(may be -stack)
limit
list current (I believe)
sh/bash
ulimit -s 8192
ulimit -a
list current (I believe)
BTW. I keep hearing about XEmacs Carbon, but all I can find is an old 21.9
version. And it has very slow keyboard response on my PowerBook, doesn't
support widgets, runs similar to a tty-based version with a gui-like wrapper
around it. Where is the carbon version that is sometimes mentioned in
xemacs-beta?
rdr