Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] problem to compile Triangulation_3

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] problem to compile Triangulation_3


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] problem to compile Triangulation_3
  • Date: Mon, 14 Sep 2009 15:49:46 +0200 (CEST)

Hello,
I'm also using CGAL and had the same error (VS 8 2005 Win64).
For what I can see, what's, happening is that some file in the headers of CGAL
#include <cfloat> which itself try to #include "float.h" . Instead of
including
the standard one, it get the one defined in $(CGAL_DIR)/include/CGAL, which I
had in my "Additional Include Dir".

I solved this problem by only adding $(CGAL_DIR)/include in the "Additional
Include Dir".


  • Re: Re: [cgal-discuss] problem to compile Triangulation_3, adrien.fontvielle, 09/14/2009

Archive powered by MHonArc 2.6.16.

Top of Page