Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Periodic_3_triangulation example linking errors on MacOS 10.9 with Clang 5

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Periodic_3_triangulation example linking errors on MacOS 10.9 with Clang 5


Chronological Thread 
  • From: Hailong Yao <>
  • To:
  • Subject: Re: [cgal-discuss] Periodic_3_triangulation example linking errors on MacOS 10.9 with Clang 5
  • Date: Fri, 15 Nov 2013 16:31:20 +0800

unsubscribe


On Thu, Nov 14, 2013 at 5:36 AM, Adam Getchell <> wrote:
Hello all,

I’m looking to use Periodic_3_triangulation_3 for my research project:


I’ve just copied verbatim the example from:


However, compiling/linking generates lots of errors. Here’s my environment:

┌─[getchell][Hapkido][±][master ][~/CDT-plusplus]
└─▪ clang -v
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix

And here’s the results of running make:


My code using standard Delaunay triangulations runs fine:


But the code for tds.cpp generates a similar error:


Is there some incompatibility that was introduced with CGAL 4.3? tds.cpp compiled before fine.

Thanks,

Adam Getchell






Archive powered by MHonArc 2.6.18.

Top of Page