unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Two issues about the cygwin build
@ 2005-10-31 12:26 Harald Maier
  2005-11-01  2:14 ` Richard M. Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Maier @ 2005-10-31 12:26 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Two issues about the cygwin build
  2005-10-31 12:26 Two issues about the cygwin build Harald Maier
@ 2005-11-01  2:14 ` Richard M. Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2005-11-01  2:14 UTC (permalink / raw)
  Cc: emacs-devel

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-01  2:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-31 12:26 Two issues about the cygwin build Harald Maier
2005-11-01  2:14 ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).