From xemacs-m  Thu Jan 30 11:51:24 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id LAA13572 for <xemacs-beta@xemacs.org>; Thu, 30 Jan 1997 11:51:22 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id KAA16501;
	Thu, 30 Jan 1997 10:02:13 -0800
To: xemacs-beta@xemacs.org
Cc: =?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA Tomohiko
 <morioka@jaist.ac.jp>
Subject: Re: 20.0-b93 build failure on sparc-sun-sunos4.1.4
References: <199701301521.AAA08992@mikan.jaist.ac.jp>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: =?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA
 Tomohiko's message of Fri, 31 Jan 1997 00:21:35 JST
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: 30 Jan 1997 10:02:12 -0800
Message-ID: <m24tfz9h3v.fsf@altair.xemacs.org>
Lines: 51
X-Mailer: Gnus v5.4.8/XEmacs 20.0

MORIOKA Tomohiko writes:

>   I used following configure options:

> % ./configure --dynamic=yes --with-mule
> 	--site-includes='/usr/local/include/jpeg /usr/local/canna/include'
> 	--with-canna --prefix=/usr/local/u
          ^^^^ ^^^^^

> ERROR:  Pure Lisp storage exhausted!
>  (1040)
> Loading fontl-hooks... (0)
> Loading auto-show... (0)
> Finding pointers to doc strings...
> Finding pointers to doc strings...done
> Loading site-init... (0)
> Dumping under the name xemacs

> ****	Pure Lisp storage exhausted!

Yup.

Index: puresize.h
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/puresize.h,v
retrieving revision 1.4
diff -u -r1.4 puresize.h
--- puresize.h	1997/01/26 00:21:48	1.4
+++ puresize.h	1997/01/30 17:56:52
@@ -78,10 +78,15 @@
 /* Extra amount of purespace needed for Mule. */
 
 #ifdef MULE
+#ifdef HAVE_CANNA
+# define MULE_PURESIZE_CANNA 5000
+#else
+# define MULE_PURESIZE_CANNA 0
+#endif
 # if (LONGBITS == 64)
-#  define MULE_PURESIZE_EXTRA 99000
+#  define MULE_PURESIZE_EXTRA 99000+MULE_PURESIZE_CANNA
 # else
-#  define MULE_PURESIZE_EXTRA 78000
+#  define MULE_PURESIZE_EXTRA 78000+MULE_PURESIZE_CANNA
 # endif
 #else
 # define MULE_PURESIZE_EXTRA 0

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

