emacs-devel
[Top][All Lists]
Advanced

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

ubuntu 8.04 needs larger puresize?


From: Bill White
Subject: ubuntu 8.04 needs larger puresize?
Date: Mon, 18 Aug 2008 14:28:55 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

This morning I checked out and built cvs emacs on my ubuntu 8.04
desktop:

'cat /proc/version': Linux version 2.6.24-19-generic (address@hidden)
(gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 23:41:49
UTC 2008

GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
2008-08-18 on billw-desktop

and upon starting emacs I received a warning that "building emacs
overflowed pure space".  Following rms in this thread:
http://thread.gmane.org/gmane.emacs.pretest.bugs/19406/focus=19446, I
bumped up puresize by 10000 and rebuilt, and all is well now.  Here's a
diff:

Index: puresize.h
===================================================================
RCS file: /sources/emacs/emacs/src/puresize.h,v
retrieving revision 1.111
diff -u -r1.111 puresize.h
--- puresize.h  24 Jul 2008 20:26:48 -0000      1.111
+++ puresize.h  18 Aug 2008 19:22:23 -0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */


Cheers -

bw
-- 
"...she knew that if men were to be at all tolerable they must be fed."





reply via email to

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