Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Cannot run the examples for using Delaunay Triangulation_2, whereas Delaunay Triangulation_3 runs fine..

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Cannot run the examples for using Delaunay Triangulation_2, whereas Delaunay Triangulation_3 runs fine..


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Cannot run the examples for using Delaunay Triangulation_2, whereas Delaunay Triangulation_3 runs fine..
  • Date: Fri, 18 Feb 2011 17:59:43 +0100

nyiotis wrote:
I was right..
I am missing a point. Did you install CGAL from source or from a
package?

If CGAL lib has been successfully built, just go into the example directory you are interested in and run cmake. TAUCS is not needed
to compile Triangulation_2 example, and if cmake tells you it is the
case, then your CMakeLists.txt is not correct. Use the script
cgal_create_cmake_script (in CGAL_PATH/scripts) to generate a correct
one.


If you really want to install TAUCS, here is the link:
https://gforge.inria.fr/frs/download.php/24628/taucs_full.tgz

S.


TAUCS libraries not found. Please specify libraries location.
NOTICE: This directory requires the TAUCS library, and some features will
not be available.
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Surface_mesh_simplification
example
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Surface_mesher example
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Surface_reconstruction_points_3
example
TAUCS libraries not found. Please specify libraries location.
NOTICE: Some of the executables in this directory need the TAUCS library and
will not be compiled.
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Triangulation_2 example
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Triangulation_3 example
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Voronoi_diagram_2
example
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/examples/Width_3
example
Configuring /Users/nikos/NetBeansProjects/cgal/CGAL-3.7/demo/AABB_tree demo

So TAUCS is the problem.. and now it going to be hell until I install it =D




Archive powered by MHonArc 2.6.16.

Top of Page