Re: trying to compile emacs under cygwin

2003-04-03 Thread Joe Buehler
Robert Mecklenburg wrote: I'm trying to compile emacs under cygwin to debug the hanging problems I'm experiencing and I've run into a minor wall. Running emacs-21.2.install yields the error: Just a heads up: I am debugging a hang problem in Cygwin that emacs seems to trigger.

Re: trying to compile emacs under cygwin

2003-03-28 Thread Joe Buehler
Robert Mecklenburg wrote: Static heap usage: 2129280 of 10648960, slop is 65536 -- 8320k wasted -- reset to 2194816k emacs: SHEAP_ADJUSTMENT needs to be modified to reduce memory waste! You increased the heap size, but it's outside the fuzz range -- you are over it by about 8 MB. Emacs would run

Re: trying to compile emacs under cygwin

2003-03-27 Thread Robert Mecklenburg
RM> fatal ("SHEAP_ADJUSTMENT needs to be modified to reduce memory waste!"); JB> The proper thing to do is adjust SHEAP_ADJUSTMENT like the message says. JB> I think the SLOP parameter is a comparison fuzz setting. Okay, I'm forced to admit how lame I am, but I can't figure out how to reset this

Re: trying to compile emacs under cygwin

2003-03-26 Thread Joe Buehler
Robert Mecklenburg wrote: fatal ("SHEAP_ADJUSTMENT needs to be modified to reduce memory waste!"); } I suppose I could increase the size of STATIC_HEAP_SLOP, but that is clearly a bad hack and may have other consequences. Suggestions? The proper thing to do is adjust SHEAP_ADJUSTMENT like t

trying to compile emacs under cygwin

2003-03-26 Thread Robert Mecklenburg
I'm trying to compile emacs under cygwin to debug the hanging problems I'm experiencing and I've run into a minor wall. Running emacs-21.2.install yields the error: Dumping under names emacs and emacs-21.2.1 Static heap usage: 2102240 of 2254144, slop is 65536 Static heap us