Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category()

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: "Oliver Arend" <>
  • To: <>
  • Subject: RE: [cgal-discuss] Compiling Poisson_surface_reconstruction_3 example - undefined reference to boost::system::generic_category()
  • Date: Mon, 12 Jun 2017 09:26:06 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:1C+AgxPhaIXefi3J3P0l6mtUPXoX/o7sNwtQ0KIMzox0Lfj6rarrMEGX3/hxlliBBdydsKMbzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFKiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkHKTA5/mPYhNF+gqxYrx2uuxNxzYnIYIyOKPpzfKzdcc8ESWZdQMpcUTFKDIOmb4sICuoMJehUoZD5p1sPsxuxGxOsD/7zxz9SmHD227A13+o8GgzB2wwvBcgOv2rSrNroL6oSTOa1zKjRwTrYdfNZxzL955bOchw7vP6DQ6t9fMzMwkcsDwPIlkicpILqMj+Py+gBr3aX4/BgWO6zkWIrth19riCyysoihYTFnJ8Zxkza+Slj3oo4Kty1RFRmbdK5E5ZdsTyROZFsTcM4WW5ovT43yr0Ytp6/eygH0I8nxxvDa/yfaYSI/xTjVOeILThjnnJqZre/iAi08US61+LzSNG40FdMriVbjtnBrm0B2hLc58SdV/dx4lmt1SyP2gzP8O1IPFw4mbLeK5E7w74wkpQTsV7EHi/zgEj2i7WZdl869eiu9uvqeajmppmdN4NtkQ7+KLohmsmhDuQ+KAQBQnaU9fym1LL/5U35XKlKjvoun6bFv5DVP8AbqrekDA9UyYYs9wu/Dyy90NkDhnkGLFdFeAqdgITzOlHOJur4DfaljFi2njdr3aOOArq0Vp7CJ3yGnLb6dqtm8GZdzhAyxJZR/cQHJKsGJae5fUvwqtHCRjYjPgq4ia6zD9xn24UScX+JA+qTKq7XvFnO6u95cLrEX5McpDuoc6tt3PXpl3JswVI=

> One possible reason is that the CGAL library was compiled with c++11
features but the example is compiled without c++11.

I cannot find any indication for which C++ standard should be used in either
the CMakeLists.txt for CGAL-4.10 nor in the Poisson example, so I have to
assume they were compiled using the same standard.

Other ideas?

Oliver




Archive powered by MHonArc 2.6.18.

Top of Page