Subject: CGAL users discussion list
List archive
- From: Maxime Gimeno <>
- To:
- Subject: Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example
- Date: Mon, 19 Apr 2021 13:13:25 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-hdrordr: A9a23:EkoKq6D60p6nC8DlHemk55DYdL4zR+YMi2QD+khtRXVuHvCwuNupmJ0guCPcrDoKQnkvlZShNcC7L0/0zpJ+7YkPMbrKZmCP01eAFp1o7ofp3lTbdBHWy+g1781dT5Q=
- Ironport-phdr: A9a23:BP/ucRUofqPmdc9q7+bOwtmShtDV8KwEUjF92vIco4ILSbyq+tHYBGea288FpGHAUYiT0f9Yke2e6/mmBTVRp8zZ7DtbLdRlbFwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfQV6Kf7oFYHMks+5y/69+4HJYwVPmTGxfa5+IA+5oAnMssQam5VuJro+xxfGv3dFe/ldyH91K16Ugxvy/Nq78oR58yRXtfIh9spAXrv/cq8lU7FWDykoPn4s6sHzuhbNUQWA5n0HUmULiRVIGBTK7Av7XpjqrCT3sPd21TSAMs33SbA0Ximi77tuRRT1hioLKyI1/WfKgcF2kalVog+upwZnzoHbboGaNvpwcK3ec90HW2ROQt1cWDZdDo6mdYYDE/YNMOReooLgp1UOtxy+BQy0Ce3o0DBJiX723agk3O88EA/G3QkgEMwIsHTTsd74M6ISXvq6zanJyDXMcela2Tj86IjNbB8hp/aMUKl/ccrU00YvFgfFgk+MpoziOjOYz+IAuHWU4OR8T+ygkXInqx1vrTi1wMchkofHi54Ix1zZ9St0wZo4KcOlRUN5btCqEJtduiKGOoZ4TM0vTWNltik0xLAJt5O2fjYHxps7yxLCdfCKd4iF7xPlWe2MLzl4g3dld6i+hxa06UWgxez8VtW00FZXtSVJiMXDtncI1xDL68iHTOF9/ka71jqV2QDT8OdJKl03m6rDM5Mt3KI8m54JvUnAHiL6glv6gLKUe0k+9eWl5eLqaaj8qJCGLY97kAT+P7wumsOhBeQ4NRADX22B9uS90L3v5FP5QK5XgvEvnKnUv57XKd4Upq6+BA9V3YIj5AilAzi619QYmGELLFNDeB2Zk4jkI0/CLOz8APulgFmhkC1ny+7bMrDjGJnAIXbOnK/kfbln6k5czAQzzcpY55JRErwBJej8W0DwtNzdEBA1KQO0w+fiCNpj0IMeXnmCAqCcMKzIsF+I4vgjLPWLZI8QoDr9MeQq5+byjX8lnl8QZbWm3ZQNZ3C8B/hpPkSZYWHwjdccCmcKpREzTPfqiV2HST5cfWy+X6M65jEhCYKpF53PRo63gO/J4SGgA5cDZnxaEkveVjDzZoCcUrENbjiTK4lviHsfRL25Qsgg0x+p8wT1wr4iIuvP8TADrsHe0sNo7c3PkBVn9SBoF9/PlCaWXmRslyUJQSU31eZxuwtm21Kb2O95hfJfUtdc7vcMXgYhPoPH1L9HDcvvUD7MbsvcSEq6Ws70RnYqX9cpypkPZVx8EpOslFfYzi+yCvgUkbKMQ5c7+6aZ03nqLNtm0CX60/wqgFAiB8dOLma7nbVX9g7JBoePnV/KubytcPE51T7M8WrL4muLsUdfGFp1WLXEWH1ZaUrToNL+zkzHRr6qT78gN10Smoa5NqJWZ4ix3h19T/D5NYGGC0qB3lyoDBPN/YuiKY/jemETxiLYYGALlgkS+TCNMg1sX0+JkyflFDVrUGnXTQb06+AWgHy+R04wiQqNah85v5KFvyUNjPnZcMs9m7IJvCBJgzB9HVL4wcmPTtTc/Exue6JTZd5761BChzqxig==
Actually, it might also be a Cache issue. Delete the CMakeCache.txt in your build directory before trying to rename the include argument
Le lun. 19 avr. 2021 à 13:12, Maxime Gimeno <> a écrit :
You should try to use the examples in https://github.com/CGAL/cgal/releases/download/v5.2.1/CGAL-5.2.1-examples.tar.xz thenLe lun. 19 avr. 2021 à 12:05, Anthony Webber <> a écrit :That doesn't seem to work. :(. Same error.
I am using CGAL 5.2.1 and Eigen 3.4.99.
On 19/04/2021 10:23, Sebastien Loriot ( via
cgal-discuss Mailing List) wrote:
> 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!
>>
>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Anthony Webber, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Sebastien Loriot, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Anthony Webber, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Maxime Gimeno, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Maxime Gimeno, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Anthony Webber, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, David Rochera, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Anthony Webber, 04/20/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Simon Giraudot, 04/20/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Maxime Gimeno, 04/20/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Maxime Gimeno, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Anthony Webber, 04/19/2021
- Re: [cgal-discuss] Building Poisson_surface_reconstruction_3 example, Sebastien Loriot, 04/19/2021
Archive powered by MHonArc 2.6.19+.