Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] template instantiation depth build error for examples/Mesh_3/mesh_polyhedral_domain.cpp

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] template instantiation depth build error for examples/Mesh_3/mesh_polyhedral_domain.cpp


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] template instantiation depth build error for examples/Mesh_3/mesh_polyhedral_domain.cpp
  • Date: Thu, 9 Dec 2010 21:54:50 +0100
  • Organization: GeometryFactory

Le jeudi 09 décembre 2010 21:31:57, Michel Audette a écrit :
> I had it at 500, with both my program and the CGAL build done that
> way. I don't understand why it complains about 50 still... Same thing
> at 5000. Do I also have to build Boost that way?

No. There is probably a real infinite recursion here.

You already told use what compiler version you use: g++-4.4.3. What is the
version of CGAL that is installed in /usr/local?

Can you send the source code of OffInputCGALTetrahedralization.cxx if it is
short, or publish it on any web site, if it is not?

Another way to try to understand what happened would be to see the "long
litany of messages, many related to boost)", that g++ displays after the
error
(send it in private mail, because that I know it will be a very long file).

But I would prefer to see the source code, to try to reproduce the error.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page