>>>>> 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


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to