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: Duncan Mak
Subject: Re: Crash building unicode2, NSTATICS too low, pure space overflow.
Date: Fri, 4 Aug 2006 05:29:18 -0400

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

Duncan.

reply via email to

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