all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Reilly <pmr@pajato.com>
To: Angelo Graziosi <angelo.graziosi@alice.it>
Cc: emacs-devel@gnu.org
Subject: Re: Building Emacs fails on Cygwin
Date: Tue, 11 Nov 2008 12:57:15 -0500	[thread overview]
Message-ID: <4919C77B.9050909@pajato.com> (raw)
In-Reply-To: <4919BF5D.80802@alice.it>

Angelo Graziosi wrote:
> Paul Michael Reilly wrote:
> 
>> The bootstrap failed as shown below
> 
> This has been discussed longly [1]. I think this is also related to
> recent discussion titled
> 
>    "size of emacs executable after unicode merge".
> 
> The solution is the patch below. Pre-built binaries here [2].
> 
> 
> ===============================
> --- sheap.c.orig        2008-05-14 14:56:07.000000000 +0200
> +++ sheap.c     2008-06-28 18:21:30.984375000 +0200
> @@ -24,7 +24,7 @@
> 
>  #include <unistd.h>
> 
> -#define STATIC_HEAP_SIZE       (12 * 1024 * 1024)
> +#define STATIC_HEAP_SIZE       (25 * 1024 * 1024)

Seems to me that this is merely a short term fix until the next time 
Emacs needs more heap.  Is it impossible/impractical to find a mechanism 
to determine how big this requirement should be at build time so the 
problem can be solved forever?  I'll plead guilty right up front to not 
having a clue on what the optimal long term answer might be.

And thanks for your help.  Much appreciated.

-pmr





  reply	other threads:[~2008-11-11 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-11 17:22 Building Emacs fails on Cygwin Angelo Graziosi
2008-11-11 17:57 ` Paul Reilly [this message]
2008-11-14  3:23   ` Stephen J. Turnbull
  -- strict thread matches above, loose matches on Subject: below --
2008-11-11 14:38 Paul Michael Reilly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4919C77B.9050909@pajato.com \
    --to=pmr@pajato.com \
    --cc=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.