From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: specifying pure space without editing puresize.h Date: Tue, 02 Oct 2012 14:36:43 +0200 Message-ID: <87zk45cap0.fsf@wanadoo.es> References: <87fw5xqqry.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1349181497 1832 80.91.229.3 (2 Oct 2012 12:38:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2012 12:38:17 +0000 (UTC) Cc: Ivan Kanis To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 02 14:38:22 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJ1ji-0001io-5F for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2012 14:38:06 +0200 Original-Received: from localhost ([::1]:50015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1jc-0006tR-Ea for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2012 08:38:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1jZ-0006lD-6T for emacs-devel@gnu.org; Tue, 02 Oct 2012 08:37:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ1jS-0005vW-Ox for emacs-devel@gnu.org; Tue, 02 Oct 2012 08:37:57 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1jS-0005vF-IL for emacs-devel@gnu.org; Tue, 02 Oct 2012 08:37:50 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TJ1jP-0008DD-8a for emacs-devel@gnu.org; Tue, 02 Oct 2012 14:37:47 +0200 Original-Received: from 161.red-83-34-29.dynamicip.rima-tde.net ([83.34.29.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2012 14:37:47 +0200 Original-Received: from ofv by 161.red-83-34-29.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2012 14:37:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 161.red-83-34-29.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:/tCkeWVnFK5YEuQAuJtUyjhU9tw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153898 Archived-At: Ivan Kanis writes: > I got this warning after building trunk yesterday: > > Building Emacs overflowed pure space > > I read the corresponding info page but I am not willing to edit > src/puresize.h. My build script does a bzr revert and will toss the > change away. > > Could we make a configure option? Or maybe a variable used by make? This was posted two days ago: Achim Gratz writes: > Eli Zaretskii writes: >>> Warning (initialization): Building Emacs overflowed pure space. >>> (See the node Pure Storage in the Lisp manual for details.) >> >> Enlarge BASE_PURESIZE in puresize.h until the warning goes away. > > …or call configure with '-DSYSTEM_PURESIZE_EXTRA=some_number' added to > CFLAGS.