Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] VS 2009 errors

Subject: CGAL users discussion list

List archive

[cgal-discuss] VS 2009 errors


Chronological Thread 
  • From: kasprzyk <>
  • To:
  • Subject: [cgal-discuss] VS 2009 errors
  • Date: Tue, 22 Sep 2009 01:58:26 +0200 (CEST)

New to CGAL, I have installed CGAL 3.4, QT 4.5.2, Boost 1.39 and MinGW

I was able to build many of the examples (convex_hull 2 and 3 ...) and also
able to build the install example for the QT example at the bottom of
http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on-windows

.. all went well

I then tried putting together a project for the

agc_example1.C - Creating a Planar map with Intersection on
http://www.cs.tau.ac.il/~haranidi/courses/AGC-CGAL05/index.html#EX_ONE

when I tried to build I got many

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


about 80 of these..

Is the something I need to define.

Thanks in advance


  • [cgal-discuss] VS 2009 errors, kasprzyk, 09/22/2009

Archive powered by MHonArc 2.6.16.

Top of Page