Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space


Chronological Thread 
  • From: Yasui <>
  • To:
  • Subject: Re: Re: [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space
  • Date: Sat, 5 Mar 2011 03:16:39 +0100 (CET)

Hi Karl,

Thank you for your advice. As I wrote above, when I uses "inexact" one, I can
compile the source file. Maybe this is because it requires much less memory to
compile it than compiling the source file using the "exact" one.

I encountered the same error when I try to compile this sample file.
http://www.cgal.org/Manual/latest/examples/Boolean_set_operations_2/symmetric_difference.cpp

I cannot compile this sample using VS 2010 on Windows7 with 4GB RAM. If I
changed to use Exact_predicates_"inexact"_constructions_kernel instead of
Exact_predicates_"exact"_constructions_kernel, I can compile the sample. If
anybody are working on this environment, I would like you to test whether this
problem occurs in your environment.

I'm not using precompiled headers and not setting /Zm, but I do not get the
C1076 error or a C3859 message. So, I have no clue so far on this point..

Anyway, I think the problem is not CGAL, the problem is due to the limitation
of memory we can use to compile one source file on Visual Studio. Please let
me
know if you know how to increase this limit other than modifying /Zm compiler
operation.

Thank you
Yusuke



Archive powered by MHonArc 2.6.16.

Top of Page