Skip to Content.
Sympa Menu

cgal-discuss - 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: [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space


Chronological Thread 
  • From: Karl Gaize <>
  • To:
  • Subject: Re: [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space
  • Date: Fri, 04 Mar 2011 12:12:32 +0000

I wouldn't know exactly how much it requires, we don't require the use of the
exact predicates, so our build is quite a bit leaner.

probably the best idea is to remove the /Zm completely unless you're using
precompiled headers and are getting the C1076 error.
if you are and do, you should also be getting a C3859 message which tells you
what /Zm factor you need.

Karl

On 04/03/2011 12:00, Yasui wrote:
Thank you for your reply!

Yes, I have already /Zm compiler option and tried several values such as
/Zm10,
/Zm100, /Zm200, /Zm500, /Zm1000, /Zm2000, etc. But neither values do not
work
so far. I will try other values later.

By the way, when I compiled the code attached in my previous post, the
compiler
seems to require almost or possibly more than 1GB RAM. Is this normal
behavior?

Thank you
Yusuke





Archive powered by MHonArc 2.6.16.

Top of Page