emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash building unicode2, NSTATICS too low, pure space overflow.


From: David Kastrup
Subject: Re: Crash building unicode2, NSTATICS too low, pure space overflow.
Date: Fri, 04 Aug 2006 12:05:07 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Duncan Mak" <address@hidden> writes:

> With the following two patches, I was able to build emacs:
>
> in puresize.h
>
> -#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA +
> SITELOAD_PURESIZE_EXTRA)
> +#define BASE_PURESIZE (1235000 + SYSTEM_PURESIZE_EXTRA +
> SITELOAD_PURESIZE_EXTRA)
>
> in alloc.c
>
> -#define NSTATICS 1280
> +#define NSTATICS 2032
>
> However, I can't type anything into the buffer in the resulting emacs.
>
> I configured it with:
>
> ./configure --with-x-toolkit=gtk --enable-font-backend  --with-xft

Did you recompile all the Lisp files?

make bootstrap?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]