Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: New to CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: New to CGAL


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] Re: New to CGAL
  • Date: Sat, 31 Mar 2012 13:58:36 +0200
  • Organization: GeometryFactory

Ampelion
<>
writes:

> Hi,
>
> I'm learning c++ in order to use CGAL, and I'm having trouble compiling one
> of the examples. The error messages are below. What am I doing wrong? It is
> probably something silly.

I can't reproduce your error on CGAL 4.0. What CGAL version are you
using exactly? What is the output of gcc --version?

It seems you are not using CMake. Can you try `cgal_create_cmake_script`
in the alpha_shapes_3 example folder and use make to compile? e.g.:

cd /path/to/alpha_shapes_3/example
cgal_create_cmake_script
cmake .
make ex_alpha_shapes_with_fast_location_3

>
> The package is up-to-date as of December, and I've been using CGAL python
> bindings for a couple years with no problems (except that one of the
> functions I need was not ported).

There is a new CGAL bindings project [1] as CGAL python is no longer
maintained. Maybe what you need is there. Otherwise post a request on
the mailing list.

[snipped error]

--
Philipp Moeller
GeometryFactory

[1] : http://code.google.com/p/cgal-bindings/



Archive powered by MHonArc 2.6.16.

Top of Page