Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compiling Issues of CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compiling Issues of CGAL


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Compiling Issues of CGAL
  • Date: Mon, 22 Oct 2012 11:47:14 +0200
  • Organization: GeometryFactory

Le samedi 20 octobre 2012 18:51:46 ChidanandKumar a écrit :
> Hai all,
>
> I have installed CGAL latest version along with all the supporting
> libraries. I didn't face any issues in installation.
> Problem when i loaded 2d delaunay triangulation program compiled with all
> the dll and lib's using boost, it throws many errors as below.
>
> c:\program files\microsoft visual studio 9.0\vc\include\limits(181) : error
> C2065: 'FLT_RADIX' : undeclared identifier
> 1>c:\program files\microsoft visual studio 9.0\vc\include\limits(181) :
> error C2057: expected constant expression
> 1>c:\program files\microsoft visual studio 9.0\vc\include\limits(994) :
> error C2065: 'FLT_MANT_DIG' : undeclared identifier
> 1>c:\program files\microsoft visual studio 9.0\vc\include\limits(994) :
> error C2057: expected constant expression
>
> Any response for this would be fruitful for me.

As I have already said, please show us you compilation *flags*. In the
previous discussion with the same subject, you only send us the compilation
log, that did not contain the command line with compilation flags. We cannot
help you without knowing those flags, because the error is certainly due to
the compilation flags.

--
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