Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category()
Chronological Thread
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category()
- Date: Mon, 12 Jun 2017 08:50:12 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:ev/HhxVhiTBumSFVEig0QSUvWnjV8LGtZVwlr6E/grcLSJyIuqrYbRSCt8tkgFKBZ4jH8fUM07OQ6PG/HzRYqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjSwbLdwIRmssQndqtQdjJd/JKo21hbHuGZDdf5MxWNvK1KTnhL86dm18ZV+7SleuO8v+tBZX6nicKs2UbJXDDI9M2Ao/8LrrgXMTRGO5nQHTGoblAdDDhXf4xH7WpfxtTb6tvZ41SKHM8D6Uaw4VDK/5KptVRTmijoINyQh/W/KlMJwgqJVoBWiqRJxzYHbb4OaO+ZxcK7GYdMXR3BMUtpNWyFPAo6xaZYEAeobPeZfqonwv1UCowagCga3Huzv0SNIhn7o0q08zu8vFwbG3BYhH9IJrHTfsdH5OqYMXuCyyanH0ynDb+lW2Dn98ofHbgwhofaWXbNwdMbdx1QkGgTejlWUrozlJTKV1uMRs2SB6upgUfmii2Eiqw5rozivwt0ghZXOhoIQ013J8zhyzogyJd29UkF7YNikHYNMtyCVK4t6WMIiQ2RwtCY80LIJooW0fCwUx5g92xHfbPmHf5CT4hL/TumePTR4hHV7eL2hnRay/0ygyuryV8WuzFlKqS9Fn9/RvX4Ozxze8taLRud580u72juC1xrf5vxaLU03j6bXNposz74ompcRsknPBDH6lUr3gaOMa0kp/ual5/7lb7jmoJKXKpV6hRvkMqs0n8yyGeQ4PRYKX2ic4em80afs/Uz9QLlTgPw2iLXVvInUJcgGoqO0AxVZ0okk6xa4ADem1MoXkWMbI1JCfRKLl4npO1fQL/DkFfqznUignTNxy/3FPrDtGIjBImbAnbv7YLpw705RxBI2zd9F5pJUDr8BIOj0Wk/0rNHYFRs5Mwuuw+bmD9V9ypkSWWeLAqKCP6PStEWH5uMrI+WWeIAVvzP9J+A/5/HylX85hUMdfa6x0JQLZ3C3BPBmL1yEbnrtmdcODXoKvhElTOHxk12DUTtTZ26oUK4m5zE7DpimDYbZSYy3jryBxnTzIpoDbW9PDhWAEGzjap6fc/YKciObZMF7wRIeUr30AbQs3xi1qA73zfJDKfDV/TFQ9b3u0914+/fCuxg56TtuHoXXmzWWS2Zun2QUAToy9K96qE15jFyE1P4r0LRjCdVP6qYRAU8BPpnGwrkiBg==
- Organization: GeometryFactory
One possible reason is that the CGAL library was compiled with c++11
features but the example is compiled without c++11.
Sebastien.
On 06/09/2017 07:05 PM, Oliver Arend wrote:
I downloaded the CGAL-4.10 tarball, untarred it and could successfully
compile CGAL without any modifications to the CMakeLists.txt. I'm using
Linux Mint 18.
Similarly, some examples like the Convex_hull_2 compile just fine.
The Poisson_surface_reconstruction_3 example does not compile (cmake is
successful), the underlying error seems to be in
CMakeFiles/poisson_reconstruction.dir/poisson_reconstruction.cpp.o: In
function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:221: undefined reference to
`boost::system::generic_category()'
I saw several posts related to this or a similar error such as
https://stackoverflow.com/questions/9723793/undefined-reference-to-boostsyst
emsystem-category-when-compiling
https://stackoverflow.com/questions/18200300/undefined-reference-to-boostsys
temgeneric-category
https://stackoverflow.com/questions/21782275/undefined-reference-to-boostsys
temgeneric-category
but looking at the error messages I now seem to be at the same point as
kevnull was on Oct 4, 2014:
http://cgal-discuss.949826.n4.nabble.com/Surface-reconstruction-points-3-com
pilation-error-td4659915.html
but without a posted solution.
I would like to know how I need to modify the
/examples/Poisson_surface_reconstruction_3/CMakeLists.txt or any other file
that requires modification to resolve the error.
Thanks in advance
Oliver
- [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Oliver Arend, 06/09/2017
- Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Sebastien Loriot (GeometryFactory), 06/12/2017
- RE: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Oliver Arend, 06/12/2017
- Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Sebastien Loriot (GeometryFactory), 06/12/2017
- RE: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Oliver Arend, 06/12/2017
- Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Sebastien Loriot (GeometryFactory), 06/12/2017
- RE: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Oliver Arend, 06/12/2017
- Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Sebastien Loriot (GeometryFactory), 06/12/2017
- RE: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Oliver Arend, 06/12/2017
- Re: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category(), Sebastien Loriot (GeometryFactory), 06/12/2017
Archive powered by MHonArc 2.6.18.