Subject: CGAL users discussion list
List archive
[cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category()
Chronological Thread
- From: "Oliver Arend" <>
- To: <>
- Subject: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category()
- Date: Fri, 9 Jun 2017 19:05:08 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:RxJLLRI3Wzvlc+9lBNmcpTZWNBhigK39O0sv0rFitYgeKPXxwZ3uMQTl6Ol3ixeRBMOAuq0C07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9ZDeZwdFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QLYpUjqg8qhrUgflhicZOT438m7Zl8J+gqFUrx29qBJxxJLUbZqJNPd8caPRYc0WSXZfUstXSidPApm8b4wKD+cZM+pWto39p1oQrRSgHwmnGf/iyiVWiX/wwKI23fkqHAbB3AM6BdIBrnLUo8juOacPV+C1zbDEwi7Zb/xI3Dfy9o7Ifgo8rv6SRL99d9fax0coFwPAlFqQqIrlMiuJ1uUCr2iX9etgVee3h24hsQ5+uSOgxsMyhYXTmo0VzVXE+T1iwIYpP9K3VE17Ydm6EJROrSGaOY92QsQsQm1ypCk6zbgGtJimdyYJ0JQq3wPTZvKIfoSS/x7vSPidLS14iX55Yr6zmgq+/VC9xuDyWcS4yktGojZbntXWqHwA2B3e5tKaRvdg/Uqs3yuE2RrJ5eFeO080kLLWK54/zb40kZoeqV/DHirqmEXulqOWa0Mk+umx5+v8eLXpuJqcOJFyig3kL6shhNSzAeU+MgcQQ2iW4fmw2bPs8EHjXblGkuM6nrPZvZzGP8gXu7K1DxdQ0ok56ha/Czmm0M4fnXkCNF9FfwiIj5L3NFHIPf/1Fuq/g1KtkDty3P/GJKPuApDTIXjFirvuYKhy51ZGyAUv1dBf+45UCrYZLf3vVU/+rtjYAgYkPAy12OboFMh91pgFWW+UGa+YMKbSsUeS6e41IumMYpUVuDfnJPQ/6f7ulyxxpVhIKaKm1J9SZHGjFel9OG2YZ2Dti5EPCzFZkBA5Sbmgr1mDTzNJL1+oUqQwrHlvD4u8AIHPbp2rgfmLxiq+E5sQam0QWQPEKmvha4jRA6REUymVOMI0yjE=
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.