Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] error when building CGAL 3.8 using vs2008

Subject: CGAL users discussion list

List archive

[cgal-discuss] error when building CGAL 3.8 using vs2008


Chronological Thread 
  • From: kyewong <>
  • To:
  • Subject: [cgal-discuss] error when building CGAL 3.8 using vs2008
  • Date: Wed, 10 Aug 2011 08:34:54 -0700 (PDT)

Hi, I met a problem when building CGAL 3.8 using vs2008 as follows:

F:\Program
Files\CGAL-3.8\include\CGAL/Curved_kernel_via_analysis_2/Point_2.h(791) :
error C2242: typedef name cannot follow class/struct/union

This error occurs only in Point_2.h and Arc_2.h

One example of this error is at Line 792 at Point_2.h:
CGAL_BEFRIEND_CKvA_2_FUNCTOR(Construct_point_2)



Meanwhile, another problem occurs in
/Kinetic/internal/Delaunay_triangulation_base_3.h:

error C2665:
'CGAL::Kinetic::internal::Delaunay_3_edge_flip_event&lt;KD,RS&gt;::Delaunay_3_edge_flip_event'
: none of the 2 overloads could convert all the argument types

How to solve these two problems please? Thanks very much!

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/error-when-building-CGAL-3-8-using-vs2008-tp3733294p3733294.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page