Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL build, can't find boost

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL build, can't find boost


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL build, can't find boost
  • Date: Sun, 29 Jul 2018 07:48:49 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:1fyKiReWABrcSkGAz4rqWiS6lGMj4u6mDksu8pMizoh2WeGdxcS6bR7h7PlgxGXEQZ/co6odzbaO7ea4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahYL5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM37X/ZisJwgqxYrhyuqRNwzIzIb4+aL/d+YqDQcMkGSWZdUMtcVypMCZ68YYsVCOoBOP5Vo4fgqVQQthSxHxKsBP/uyjBWgH/9wKs00+M7EQHH2wwgA88FvHDVotrrM6cSVP66zLXSzTTDb/1Zwyvy6JTPchA7ofCAWLx8etfWxEk0EwPFiU+QqY3iPzOJzOgNtmyb4vFvVeKqkWEnqgVxriKzyccrj4nEn4QYwU3H+yVh2Is5O8G0RUphbdOnEJZcrT+WO5VrTs84TGxluj42x74FtJKhYSQHx5AqywTCZ/GEcIWE+B3uWeKXLDxlnnxqYqi/iAy38UW4yu3zSM200FFSoypAiNbMt3QN2wXd68idV/dx50mh1DmN2gzJ5eFEJkc0laXfK5E/2LI/ip0TsUHbEi/3nkX5krOWe1069uS07+nreLbrq5+GO4NqlA3yL74il8O9DOggNwgBRWmb+eCy1L35+k35Ra1HjuYykqneqpDaJMMbprKjDw9Q1oYu8Bm/DzK839QZmXkLNk5KeBWCj4TxIVHBPOj4Deujg1SriDpk2//GMaflApnUM3fDkazhcqpg605H0wo+1stf5pJRCrEZOv3/QE7xtNrCDh84KQO42ejnCM8unr8ZDGmAC6vcPKLJukKT/couJfONbckbomXTMf8gsrTVgHUwgkMccK/h+ZwNaXekVrRJLkKcbGb2k/kIGnsNpBt/BqS+k1mFSz9UezC3W4oz4zg6DMStCoKVFdPlu6CIwCruRs4eXWtBEF3ZSS65JbXBYO8FbWepGuEklzUFUba7TIp4jEOhsQb7z/xsKe+Go3RE56Km78B84qjorT937SZ9Vp3P3GSETmUylWQNFWdvgfJP5Hdlw1LG6pBWxvxVEdsJuqFMWwY+cIHGlql0V4+0VQXGcdOEDl2hR4f+DA==

Try with
BOOST_INCLUDEDIR=/opt/csw/gxx/include

provided you have for example /opt/csw/gxx/include/boost/version.hpp

Sebastien



On 07/29/2018 02:47 AM, Michele Denber wrote:
While building CGAL 4.11.2 on a Solaris 10 SPARC machine, I get from cmake:

...
Configuring libCGAL_Core
-- Requested component: MPFR
-- Requested component: GMP
CMake Error at /opt/csw/share/cmake-3.4/Modules/FindBoost.cmake:1247 (message):
  Unable to find the requested Boost libraries.

  Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  Boost's headers.
Call Stack (most recent call first):
  src/CGAL_Core/CMakeLists.txt:8 (find_package)
...

However, I have already set the boost location:

BOOST_INCLUDEDIR=/opt/csw/gxx/include/boost
BOOST_ROOT=/opt/csw/gxx/lib

Perhaps I am misunderstanding the message from cmake?  Does it want this to be set inside CMakeLists.txt somehow?  Any help would be appreciated.  Merci bien.



Archive powered by MHonArc 2.6.18.

Top of Page