Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Michele Denber <>
  • To:
  • Subject: [cgal-discuss] CGAL build, can't find boost
  • Date: Sat, 28 Jul 2018 20:47:25 -0400
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:yhPQxB8XIexhCv9uRHKM819IXTAuvvDOBiVQ1KB52+IcTK2v8tzYMVDF4r011RmVBduds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55zebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRhzmhikHOTE2/3/ZhNFsg69Auh2tuwZwzJTIbIybKfZzeL7Wc9MARWpGW8ZcTytPAoKgYIsPEeUBOfhXpJTzqVQQqxuxHhejBPnywTJPg3/5wLM10+I6Hg7YxgwtBN0OsHHbrdnvKKgSVuW1wbDOwD7ebP1WwS/w5JbVfhw/u/2AQ6x8fMjLxUUyFw7JlEicpI/9Mz+L2ekBqXWX4uVkWO61hWMqqxt9rzqzysoql4LHnJgaykre+iV82Is1JcO3SEp8YdO8FZtQsDyaN5dsTsMtRmFptzw2yrsYtp6nZCQKyZInyADDa/GfbYSE/wzvWPyPLTtmhn9pYq+zihao/US9yeDwTsy030xLripBnNnMrHcN1xnL58iCV/Ry4EGh1i2R2ADJ8exELkU0lKXBJ5E9xb4wk4IfsV7fES/uhEX2kKiWe1049ein8evnZqzqqYKdN49vlg7+L78umtekDOQjMgkOWnCb9v6m2L3i+035WrRKgecsnqnXqpCJbfgc86W2CgsQ3oc44AukFB+n1s4ZlD8JNgFrYhWC2q3oMFHDJP2wIfq5iVm22GNuy/3ANLD7KprIPj7Il7K3LuU10FJV1AdmlYMX3JlTELxUeKuiCH+0j8TRC1oCCyLxxu/mDNtn0YZPC22KEumSN6aA6AbUtNJqGPGFYcougBi4M+IstqzhiG9/klgYL/HwgMknLUugF/EjGH23JHrhhtBYTTUPuRciCuPvmBuEXCIBP3s=

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