Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty Compile error

Author: Slater Wold

Date: 02:34:30 09/07/01

Go up one level in this thread


On September 07, 2001 at 04:50:23, Joshua Lee wrote:

>I have compiled very few programs so this may be something i am missing but I
>tried to compile Crafty 18.9SE and here's what happened
>
>egtb.cpp
>egtb.cpp(1405) : fatal error C1076: compiler limit : internal heap limit
>reached; use /Zm to specify a higher limit
>egtb.cpp(1390) : while compiling class-template member function 'unsigned int
>__fastcall __fastcall TEnumerate3<2,2,1
>,1,0>::Index(unsigned int,unsigned int,unsigned int,unsigned int,unsigned int)'
>NMAKE : fatal error U1077: 'cl' : return code '0x2'
>Stop.
>
>
>this looks like the only problem visual studio had.
>    any help would be greatly appreciated   thankyou

Edit the makefile.nt file to use /Zm300 (capatalize "Z") in the CFLAGS.  Then go
to the directory that the source files are in, and type, "nmake wcraftyx -f
makefile.nt".

That should do it.  Good luck.


Slate



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.