Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Failing to run CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Failing to run CGAL


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Failing to run CGAL
  • Date: Tue, 19 Apr 2016 08:35:50 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:eYSoPR9fezNtQP9uRHKM819IXTAuvvDOBiVQ1KB80uMcTK2v8tzYMVDF4r011RmSDdWdtakP0rOO+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuSt6U0Z/8jrnqs7ToICx2xxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Loc8dVdW/D6Y7ggVu4fSy83Nng8osztrxjKCwWVoWANV30f1RtODQ+C5x7zWtL9szDxq/FmixWdaMb5RLRxVTW55LpwUzfpjj0GPng36jL5kMt12ehgrRiovAB+zoicRIaPNf1iNuPycNQfSHZbT+hYXDBGGJL9JcNbFO4GJ+dfs8/4o3MBqBK/AU+nA+a5mWwAvWP/waBvi7dpKgrBxgF1R98=
  • Organization: GeometryFactory

See https://github.com/pablospe/MVCDemo/pull/1

On 04/19/2016 03:26 AM, Ignas Brašiškis wrote:
OK. I was trying to build this library:
https://github.com/pablospe/MVCDemo using this qmake makefile:
https://github.com/pablospe/MVCDemo/blob/master/MVCDemo.pro
I have newest stable version of CGAL. Build fails bizarelly on import at
file CoordinatesMesh.h:
#include <CGAL/Delaunay_mesh_face_base_2.h>

It fails on typedefs: typedef typename Kernel::Point_2 Point;
typedef typename Kernel::Segment_2 Segment;
Which are in Constrained_Delaunay_triangulation_face_base_2.h

Strange thing is that these typedefs are internal in CGAL.
My system indeed has libCGAL.so.11.0.1 at /usr/lib. Library is in make
file. I am using Manjaro linux (unsuported probably, but it uses recent
upstream versions of packets).
This program has some age but it is not particularly old. Why might
internal CGAL includes fail?


On Mon, Apr 18, 2016 at 9:54 AM, Sebastien Loriot (GeometryFactory)
<

<mailto:>>
wrote:

On 04/15/2016 10:14 PM, Ignas Brašiškis wrote:

I cannot compile CGAL using application, because it Can't find
definition. Do you have any idea what could be wrong
/usr/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h:42:
error: no type named 'Point_2' in 'class
CGAL::Triangulation_vertex_base_2<CGAL::Epick>'
typedef typename Kernel::Point_2 Point;
^

Please provide some context and a minimal example showing the problem.
Otherwise it is hard to help.

Sebastien.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss







Archive powered by MHonArc 2.6.18.

Top of Page