Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example


Chronological Thread 
  • From: Sebastien Loriot <>
  • To:
  • Subject: Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example
  • Date: Mon, 19 Apr 2021 11:23:38 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-hdrordr: A9a23:eJhI8a9Hqps0J4str+Juk+Hedb1zdoIgy1knxilNYDZSddGVkN3rufwd2wP9hjp5YgBcpfmrPq6cTXTAsaNv6Y4KMru4GCXgsm2kLIZthLGSvwHIMSv46+JbyONcY7FzYeeAd2RSoOTbxE2DE9gmyMSa66zAv43j5lpkUA0CUdAH0y5XEQCee3cGIDVuJZ18L5aE49oCmjzIQwVtUu2eJl0oG9fOvMfKkpWOW29/OzcC5BOVhT2lrJ7WeiLouSs2aD9Ezbc8/WWtqWWQjcWemsq2xRPG22jY444+oqqF9vJ5CNGRkc9QEz3wi2+TBbhJYaGIvzw+vYiUmTUXueTLyi1QXfhb12ncZSWcrxfrxmDboU8Twk6n51vdpXf4u8T2SHYBFsJdietiHifx2g4Putdz1a4O8kC4k95sDR3GlDng/NSgbXxXv3vxj3wln+sey0ZaTJJbUrlMtoYSlXk7LL4wWBn34owmD+ViZfuz2Mpr
  • Ironport-phdr: A9a23:EKQcJRQRIYfyf4BSw46knRRT5NpsovGYAWYlgqEPu/d1aq2muq7aFwnh351FslbFUM3h5u5ejKKO6ua8AD1Gu87b+ylZLNRlbFwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfQV6Kf7oFYHMks+5y/69+4HJYwVPmTGxfa5+IA+5oAnMssQam5VuJrovxhfGv3dFdetbzn50KFyOmBrx+t2+94N5/SRKvPIh+c9AUaHkcKk9ULdVEjcoPX0r6cPyrRXMQheB6XUaUmUNjxpHGBPF4w3gXpfwqST1qOxw0zSHMMLsTLA0XTOi77p3SBLtlSwKOSI1/H3Rh8dtiq9QvRCvqAFlw4PMfY+bKvR+cKPec90US2VOUcReWDBODI6nc4sCDPAMMfpEo4TzpVYDqwa1Cwm2BOPozz9FnmL40rMh3Os7CgHGwA0gEMwIsH/Jqtv1M70SUeGyzKnU0D7OaOhW2TP66IjScxAhpu2MUah1ccrV0kQvGAbFgU+RqYzhJT+ayuMNs22C4udmSOmghHIppRtrrTiz2scjlJPJhoQNx13K6Cl03Zs5KNK7RUNlYdCpDZVduiKVOoV5Qc4vXW9ltSUnx7MGu5O2YicHxIo5yxLDdfCLboyF7xD9WeieIjp1gm9udry4hxa360egy+v8W9G70FZLsipFksTMuWsX2xPP7ciHT/1w9Vqi1zaXzw3f9P1ILEQumafYK5Mt2KM8moQQvEjZHiL6hV36gLGMeUk45+Sl7vrobqn8qZKZKYN4lhzyP6Egl8OlH+g0Lg0DUHWF9uunz7Lu+FD1TbtUgfIsl6TUsIvVKMsVq6O8DQ9az5ss5A25Ajy7ytoXh2MHI0hAeB+fj4jmJVXOIPfgAPe6mVuskTNry+nIP73kH5nBN3bDnbf8cbpn5E5czw0zzd9b551KEL0OPPXzWkrpuNzZCB82LRC0zv75BNlh0o4SQ2GCD6+DPK/Pr1OF5fgjLumRaIMNvTbyMfkl5/rgjX8jnl8deLGk3YATaHC/BPRmIkKZYWb2jtcEFWcHpQU+TOnwh12DVT5ffWq9X6U55j0jEoKpEZ/DRpyxgLyGxCq0ApJWaXpCClyVDHjodp6EVOsRaCKJOc9siScEVLikS485zx6irg76y7x9LurV4CIUr5zj1MImr9HUwBo9/DgxA8WG2HyWVEl1mHkJTnk4xvNRu0t4n2yO26Fjn/1VE5R34OlIVRtyYYXYyPZ7DMy0XwbpcdKASVLgSdKjV2JiBuktysMDNh4uU+6piQrOinLCK49QrKSCAdkPyoyZx2L4T+5yzn/H0O8qiFx0GqNnBSidnqd6sjPrKcvMmkSdmbytcMw00yvE9WPFxm2L7hgweD41ar3MWDUkXmWTrdn94SvqSravDfE4N1IEx5PbbKRNbdLtgBNNQ/KxYLzj

Most probably, the example your are using does not match with the
release of CGAL you are using.

You can rename CGAL_Eigen3_support to CGAL_Eigen_support in the CMakeLists.txt and it should work.


The change was introduced by this PR:
https://github.com/CGAL/cgal/pull/5360

only merged in the master branch targeting CGAL 5.3


Best,

Sebastien.

On 4/19/21 11:18 AM, Anthony Webber wrote:
Please excuse my naivety.

I am attempting to build the Poisson_surface_reconstruction_3 example. Below is the cmake output. Could you tell me what I need to do?

cmake -DCMAKE_BUILD_TYPE=Release .
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using header-only CGAL
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
-- Found GMP: /usr/local/lib/libgmp.so
-- Found MPFR: /usr/lib/x86_64-linux-gnu/libmpfr.so
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.48")
-- Boost include dirs: /usr/include
-- Boost libraries:
-- Using gcc version 4 or later. Adding -frounding-math
-- Found Eigen3: /usr/local/include/eigen3 (found suitable version "3.4.99", minimum required is "3.1.0")
CMake Error at CMakeLists.txt:34 (include):
  include could not find load file:

    CGAL_Eigen3_support


-- NOTICE: The examples need Eigen 3.1 (or greater) will not be compiled.
-- Configuring incomplete, errors occurred!




Archive powered by MHonArc 2.6.19+.

Top of Page