Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compilation error on poisson reconstruction example

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compilation error on poisson reconstruction example


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Compilation error on poisson reconstruction example
  • Date: Wed, 5 Jun 2019 11:24:13 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:QJ7ZNxNrYKhUMU0i5sUl6mtUPXoX/o7sNwtQ0KIMzox0Ivv8rarrMEGX3/hxlliBBdydt6sdzbOK6eu5AiQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTagfL9+Ngi6oArPusUZnIdvJLs6xwfUrHdPZ+lY335jK0iJnxb76Mew/Zpj/DpVtvk86cNOUrj0crohQ7BAAzsoL2465MvwtRneVgSP/WcTUn8XkhVTHQfI6gzxU4rrvSv7sup93zSaPdHzQLspVzmu87tnRRn1gyoBKjU38nzYitZogaxGvhyhqRxxzY3abo6bO/VxfL/Sc9wBSGpdXctcTTBNDp+yYoYNCecKIOZWr5P6p1sLtRayCxSiC/30xTBSnX/2waw63PonEQrb2gIgGMgOsHXTrNXpKaweVeG7w7fPzTXGcfxWxS396YjIfB87vf6MQbVwcdDRyEUqGQ/Ok1KdqZfhPzOSzOQNsm+b7/Z6WeKqj24qsA5xoj21ycctjonFnJ4aylfB9Shgxos+ONO2SEl+YdG+EZtQsTmXN41sTcw5WG5ovDg1xqcatp68eSgG0IgoxxHFZPyDaYSI5QjjVOmXLDxlh3xlYKqyiwiu/UWk0OHxVcm53ExUoiZbj9XArH8A2wHL5sWFSfZx5Fmt1DmO2gzJ9+1JJU45mbDZJpMhxLM7i4Advl7ZHiDsnUX7lK+WeVsg+uiv8+nnZ6/ppp6YN4NthAD+KLkiltWxAek3LwQCRWeb+eO71L3s+U32Xq9GgeExkqncqJzaJMIbqbClAwJNzIov9xKyAy2l3dkYh3ULMkxJdA+dg4XmJl3COPX4Au2+g1Sonjdr3ffGPrj5D5XWKnjDl63hfbd6605A0gYzyNRf6olbCrEEOv3zW0vxuMbEAR8+Ngy42/znB8ll1oMCRWKPBbeUP7/dsVCS4uIjOvSDZI4OuDnhNvgl/OXugGQimV4deKmpxYEYZGq5HvRgOUWZYGDjjs0PEWcQ7UICS7nhh1SGFDJSfH2vRLkU5zchCYvgA52QaJqqhenL5yqxF4ZKZ21AQnSLC3bva83EdPoLbS+OON5PmzcYUqKwCsVpgQqqsxX7zKYhK+789SgRtJal399wsb6A3Sou/CB5WpzOm1qGSHt5yztRGm0GmZtnqEk48W+tlKh1h/sCSI5W7vJNFxggbNvSk7U8BNf1VQbMONyOTQT+G4T0MXQKVts0huQ2TQN4EtSmgArE2nPzUbAQnr2PQpcz9/CFhiSjF4NG03/DkZIZoRw+WMIWbD+pg6d+807YAIuby0g=

It might be that the version installed by your package manager is older than the example you are trying to compile. What version of CGAL is installed?

Sebastien.

On 6/5/19 11:20 AM, Nidaime wrote:
Hello,

I newly installed the libcgal-dev package on my computer, I am not really
used to work with librairies with my school so I don't know how i can
resolve my problem.
I am working with Qt Creator on Ubuntu 18.04 with the Qt version 5.12.1 and
I am using the compiler qmake.

My problem here is that I am trying to run this poisson reconstruction
function example:
https://doc.cgal.org/latest/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3_2poisson_reconstruction_function_8cpp-example.html
and I get the following error:

‘point_map’ is not a member of ‘CGAL::parameters’
CGAL::parameters::point_map(CGAL::First_of_pair_property_map<Pwn>()).
^~~~~~~~~
suggested alternative: ‘vertex_point_map’

Do you know what I am doing wrong ?



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/




Archive powered by MHonArc 2.6.18.

Top of Page