Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Installation Error Issues

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Installation Error Issues


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Installation Error Issues
  • Date: Fri, 12 Oct 2012 09:52:33 +0200
  • Organization: GeometryFactory

Le jeudi 11 octobre 2012 20:41:47 ChidanandKumar a écrit :
> I want to compile CGAL-4.0.2 using MicroVisualStudio 2008 C++.
> i Used CGAL4.02
> Boost1.47
> which were downloadable from Website.
> Builded libraries using Cmake latest version cmake-2.8.9
> As soon as i added Boost include directories inside
> ProjectProperties->Include Directories. Iam getting N Number of errors..
> like
>
> limits(181) : error C2065: 'FLT_RADIX' : undeclared identifier using CGAL...
>
>
> Requesting your inputs to solve this issue.

What program are you trying to compile? It seems that you have compiled the
CGAL libraries correctly.

What if you #include <cfloat> at the first line of your .cpp file?

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




Archive powered by MHonArc 2.6.18.

Top of Page