Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Dealing with Point_set_2


Chronological Thread 
  • From: "zengming" <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Dealing with Point_set_2
  • Date: Sat, 7 Mar 2009 00:41:01 +0800

Hi,
You can include <climit> or <limit.h>
 
Best,
 
2009-03-07

zengming

发件人: Christoph Weber
发送时间: 2009-03-07  00:15:39
收件人: cgal-liste
抄送:
主题: [cgal-discuss] Dealing with Point_set_2
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
 
 
 
 
 
 
 
 
 
 
-- 
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss
 
 



Archive powered by MHonArc 2.6.16.

Top of Page