From: Harald Maier <harald@maierh.de>
Subject: Two issues about the cygwin build
Date: Mon, 31 Oct 2005 13:26:43 +0100 [thread overview]
Message-ID: <m24q6xswho.fsf@gaia.local> (raw)
Hello all,
after the today checkout I did a build in a cygwin environment. The
following two issues were raised:
1) sheap.c: The size of the heap (7 * 1024 *1024) is no longer
enough for bootstrapping. After increasing the heap size to (8 * 1024 *
1024) bootstrapping did work.
2) alloc.c: The function proto type of
void refill_memory_reserve ();
is inside of GC_MALLOC_CHECK. Under cygwin this code is not valid so
the compiler did not find that prototype. After I moved the prototype
outside of GC_MALLOC_CHECK the file compiled fine.
Harald
next reply other threads:[~2005-10-31 12:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-31 12:26 Harald Maier [this message]
2005-11-01 2:14 ` Two issues about the cygwin build Richard M. Stallman
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=m24q6xswho.fsf@gaia.local \
--to=harald@maierh.de \
/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.