emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space


From: Katsumi Yamaoka
Subject: Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space
Date: Thu, 26 Jul 2007 09:13:08 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

>>>>> Katsumi Yamaoka wrote:

> Dumping under names emacs and emacs-22.1.50.1
> emacs:0:Pure Lisp storage overflow (approx. 1120088 bytes needed)
> 88 pure bytes used
> ./emacs -q -batch -f list-load-path-shadows

It has been solved by this change:

--- puresize.h~ 2007-01-14 03:24:37 +0000
+++ puresize.h  2007-07-25 23:58:10 +0000
@@ -46 +46 @@
-#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1121000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)

> It was produced in the Fedora 7 Linux that is the same as Leo
> uses.  I'm going to verify it with Unicode2 too...

I got no problem in building Unicode2 of today:

Dumping under names emacs and emacs-23.0.0.1
1116860 pure bytes used
./emacs -q -batch -f list-load-path-shadows




reply via email to

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