Skip to content

Instantly share code, notes, and snippets.

@hef
Created October 12, 2018 16:46
Show Gist options
  • Save hef/cfc9b70bf438b3b24906c6775f9364d0 to your computer and use it in GitHub Desktop.
Save hef/cfc9b70bf438b3b24906c6775f9364d0 to your computer and use it in GitHub Desktop.
result of cmake .
-- [hunter] Calculating Toolchain-SHA1
-- [hunter] Calculating Config-SHA1
-- [hunter] HUNTER_ROOT: /Users/hef/.hunter
-- [hunter] [ Hunter-ID: 70287b1 | Toolchain-ID: 9a57913 | Config-ID: b499eae ]
-- [hunter] BOOST_ROOT: /Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install (ver.: 1.68.0-p1)
-- [hunter] BOOST_ROOT: /Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install (ver.: 1.68.0-p1)
-- [hunter] BOOST_ROOT: /Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install (ver.: 1.68.0-p1)
CMake Error at /Users/hef/.hunter/_Base/Download/Hunter/0.23.34/70287b1/Unpacked/cmake/find/FindBoost.cmake:1247 (message):
Unable to find the requested Boost libraries.
Boost version: 1.68.0
Boost include path:
/Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install/include
Could not find the following static Boost libraries:
boost_fiber
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
/Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install/lib/cmake/Boost/BoostConfig.cmake:40 (find_package)
CMakeLists.txt:15 (find_package)
[hunter ** INTERNAL **] Library not exists: Boost_FIBER_LIBRARY_DEBUG-NOTFOUND
[hunter ** INTERNAL **] [Directory:/Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install/lib/cmake/Boost]
------------------------------ WIKI -------------------------------
https://github.com/ruslo/hunter/wiki/error.internal
-------------------------------------------------------------------
CMake Error at /Users/hef/.hunter/_Base/Download/Hunter/0.23.34/70287b1/Unpacked/cmake/modules/hunter_wiki.cmake:12 (message):
Call Stack (most recent call first):
/Users/hef/.hunter/_Base/Download/Hunter/0.23.34/70287b1/Unpacked/cmake/modules/hunter_internal_error.cmake:13 (hunter_wiki)
/Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install/lib/cmake/Boost/BoostConfig.cmake:88 (hunter_internal_error)
CMakeLists.txt:15 (find_package)
CMake Error at CMakeLists.txt:15 (find_package):
Found package configuration file:
/Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install/lib/cmake/Boost/BoostConfig.cmake
but it set Boost_FOUND to FALSE so package "Boost" is considered to be NOT
FOUND.
-- Configuring incomplete, errors occurred!
See also "/Users/hef/projects/repro-hunter/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment