Ethereal-dev: Re: [Ethereal-dev] Problems compiling the latest CVS snapshot using Visual C

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 10 Feb 2003 15:36:04 -0800
On Fri, Feb 07, 2003 at 09:10:01AM +0100, Ulf Lamping wrote:
> help_dlg.c
> ../FAQ.include(754) : fatal error C1076: Compiler-Beschraenkung: Interne Heap-Grenze erreicht; Verwenden Sie /Zm, um eine hoehere Grenze  anzugeben
> 
> Translated, this would mean: "Internal Heap Border reached, use /Zm to
> increase border"
> 
> Is anyone else experience this problem,

Yes.

I checked in a change to "gtk/Makefile.nmake" with a "/Zm800" flag,
which appears to be sufficient, at least on my system, to compile
"help_dlg.c".  It might still be a good idea to read the FAQ from a file
at run time, though.