Skip to Content.
Sympa Menu

cgal-discuss - [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

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


Chronological Thread 
  • From: nyiotis <>
  • To:
  • Subject: [cgal-discuss] Re: Cannot run the examples for using Delaunay Triangulation_2, whereas Delaunay Triangulation_3 runs fine..
  • Date: Fri, 18 Feb 2011 09:14:57 -0800 (PST)


I am missing a point. Did you install CGAL from source or from a
package?

through macports, CGAL_UseTAUCS.cmake is there but TAUCS is not


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.

OK, it runs right now, perhaps sth was wrong in the previous set-up

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

thanks for the prompt answers

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


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




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Cannot-run-the-examples-for-using-Delaunay-Triangulation-2-whereas-Delaunay-Triangulation-3-runs-fin-tp3313008p3313171.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page