Re: Compilation error with latest CVS Emacs -- cal-loaddefs not provided
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: Compilation error with latest CVS Emacs -- cal-loaddefs not provided         


Author: Peter Dyballa
Date: Apr 28, 2008 05:17

Am 28.04.2008 um 12:00 schrieb Bastien:
> I get this error:

BTW, you don't get:

emacs:0:Pure Lisp storage overflow (approx. 1201052 bytes needed)

--
Greetings

Pete

There is no worse tyranny than to force a man to pay for what he does
not want merely because you think it would be good for him.
– Robert Heinlein
2 Comments
Re: Compilation error with latest CVS Emacs -- cal-loaddefs not provided         


Author: Tim X
Date: Apr 30, 2008 01:22

Peter Dyballa writes:
> Am 28.04.2008 um 12:00 schrieb Bastien:
>
>> I get this error:
>
>
> BTW, you don't get:
>
> emacs:0:Pure Lisp storage overflow (approx. 1201052 bytes needed)
>

I got this error with recent emacs CVS version. depending on when you
last got a snapshot, the PURESIZE value was increased (around April 28th
I think - see the changelog in emacs/src).

I fixed the problem by increasing the value. Look in
emacs/src/puresize.h. I set SITELOAD_PURESIZE_EXTRA to 4000 and
recompiled. That fixed the problem for me.

Tim

--
tcross (at) rapttech dot com dot au
no comments
Re: Compilation error with latest CVS Emacs -- cal-loaddefs not provided         


Author: Peter Dyballa
Date: Apr 30, 2008 08:52

Am 30.04.2008 um 10:22 schrieb Tim X:
> I set SITELOAD_PURESIZE_EXTRA to 4000

Mine is missing more than 1 MB! And the value has increased to
"approx. 1201769 bytes" ...

I checked whether src/puresize.h gets included at all, and it does
for ./src/{data,intervals,keyboard,keymap}.c ...

--
Greetings

Pete
~ o
~_\\_/\
~ O O
no comments