Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Dealing with Point_set_2

Subject: CGAL users discussion list

List archive

[cgal-discuss] Dealing with Point_set_2


Chronological Thread 
  • From: Christoph Weber <>
  • To: cgal-liste <>
  • Subject: [cgal-discuss] Dealing with Point_set_2
  • Date: Fri, 06 Mar 2009 17:13:45 +0100

Hello,

I tried to compile the examle file

/examples/Point_set_2/range_search.cpp

and I got the following error:


In file included from range_search.cpp:2:
../../include/CGAL/Point_set_2.h: In member function ‘void
CGAL::Point_set_2<Gt, Tds>::init_dfs()’:
../../include/CGAL/Point_set_2.h:307: error: ‘INT_MAX’ was not declared
in this scope


Maybe, INT_MAX is declared somewhere else? The header, I've included
are:

#include <iostream>
#include <fstream>
#include <cassert>


#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Point_set_2.h>
#include <list>

I hope, somebode can help me.
regards,

Christoph













Archive powered by MHonArc 2.6.16.

Top of Page