Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL 3.4 - Simple program not compiles

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL 3.4 - Simple program not compiles


Chronological Thread 
  • From: "Max" <>
  • To: <>
  • Subject: [cgal-discuss] CGAL 3.4 - Simple program not compiles
  • Date: Fri, 3 Apr 2009 11:09:49 +0800

Hello,

The following simple program does not compile. I'm using VC2008SP1
under WinXP/SP1.

#include <CGAL/Extended_homogeneous.h>
#include <CGAL/Gmpq.h>
#include <CGAL/Nef_polyhedron_3.h>

typedef CGAL::Extended_homogeneous<CGAL::Gmpq> Kernel;

typedef CGAL::Nef_polyhedron_3<Kernel> Nef_polyhedron_3;
typedef CGAL::Plane_3<Kernel> Plane_3;


int _tmain(int argc, _TCHAR* argv[])
{
Nef_polyhedron_3 N; // w/o this line, it compiles well
return 0;
}

Thanks for any help.

B/Rgds
Max







Archive powered by MHonArc 2.6.16.

Top of Page