1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:skander%40WPI.EDU">
<LINK REL="Previous" HREF="000821.html">
<LINK REL="Next" HREF="000779.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</H1>
<B>Kai Schutte</B>
<A HREF="mailto:skander%40WPI.EDU"
TITLE="[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit">skander@WPI.EDU</A><BR>
<I>Mon, 10 Dec 2001 20:13:32 -0500 (EST)</I>
<P><UL>
<LI> Previous message: <A HREF="000821.html">[Nel] Feedback</A></li>
<LI> Next message: <A HREF="000779.html">[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#778">[ date ]</a>
<a href="thread.html#778">[ thread ]</a>
<a href="subject.html#778">[ subject ]</a>
<a href="author.html#778">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi,
I'm trying to compile nel and snowballs, I've passed most hurdles, but
this one is sticking...
While compiling ps_util.cpp in nel\src\3d, VC++ 6 gives a fatal error
C1076, internal heap limit reached. Full output is
ps_util.cpp
D:\SKANDER\STLPORT-4.5.1\STLPORT-4.5.1\STLPORT\stl/type_traits.h(339) :
fatal error C1076: compiler limit : internal heap limit reached; use /Zm
to specify a higher limit
Error executing cl.exe.
I tried adding the /Zm2000 option, but no luck...
Can I get a hint?
thanks,
-Kai
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000821.html">[Nel] Feedback</A></li>
<LI> Next message: <A HREF="000779.html">[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#778">[ date ]</a>
<a href="thread.html#778">[ thread ]</a>
<a href="subject.html#778">[ subject ]</a>
<a href="author.html#778">[ author ]</a>
</LI>
</UL>
</body></html>
|