Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Problem + ubuntu 10.4 + Eclipse+ GMP + Exact_predicates_inexact_constructions_kernel.h

Subject: CGAL users discussion list

List archive

[cgal-discuss] Problem + ubuntu 10.4 + Eclipse+ GMP + Exact_predicates_inexact_constructions_kernel.h


Chronological Thread 
  • From: tochaf <>
  • To:
  • Subject: [cgal-discuss] Problem + ubuntu 10.4 + Eclipse+ GMP + Exact_predicates_inexact_constructions_kernel.h
  • Date: Wed, 16 Feb 2011 04:07:05 -0800 (PST)


Hy

I had installed libcgal 3.5.1-1 from synaptic on my ubuntu 10.4.

Now, i able to use some functions of CGAL, as instance of:

#include <CGAL/Constrained_Delaunay_triangulation_2.h>
#include <CGAL/Triangulation_hierarchy_2.h>
#include <CGAL/Constrained_triangulation_plus_2.h>

However, when i try to use:

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

I lead to:


/usr/include/boost/operators.hpp:129: error: template instantiation depth
exceeds maximum of 50 (use -ftemplate-depth-NN to increase the maximum)
instantiating ‘struct
boost::equality_comparable2<CGAL::Quotient<CGAL::MP_Float>, double,
boost::detail::empty_base<CGAL::Quotient<CGAL::MP_Float> > >’
/usr/include/boost/operators.hpp:129: instantiated from
‘boost::less_than_comparable2<CGAL::Quotient<CGAL::MP_Float>, double,
boost::equality_comparable2<CGAL::Quotient<CGAL::MP_Float>, double,
boost::detail::empty_base<CGAL::Quotient<CGAL::MP_Float> > > >’
/usr/include/boost/operators.hpp:409: instantiated from
‘boost::totally_ordered2<CGAL::Quotient<CGAL::MP_Float>, double,
boost::detail::empty_base<CGAL::Quotient<CGAL::MP_Float> > >’


and so on, a lot of errors.

I use gcc as "compilator" in my eclipse projects.

Thus, is it a gmp issue? Why
Exact_predicates_inexact_constructions_kernel.h "doesnt work"?

best regards
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problem-ubuntu-10-4-Eclipse-GMP-Exact-predicates-inexact-constructions-kernel-h-tp3308660p3308660.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page