Calligra build fails on binary-factory: problem with boost
Dag
dag.andersen at kdemail.net
Wed Mar 10 10:04:50 GMT 2021
Hi, clueless on mac and have no way of testing so hoping somebody can help.
I have this in cmake:
add_definitions(-DBOOST_ALL_NO_LIB)
find_package(Boost REQUIRED COMPONENTS system) # for pigment and stage
if (NOT Boost_FOUND)
message(FATAL_ERROR "Did not find Boost. Boost is required for the core
libraries, stage, sheets.")
endif ()
And i get this error:
17:26:25 CMake Error at
/Users/packaging/Craft/BinaryFactory/macos-64-clang/dev-utils/cmake-base/CMake.app/Contents/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218
(message):
17:26:25 Could NOT find Boost (missing: system) (found version "1.69.0")
17:26:25 Call Stack (most recent call first):
17:26:25
/Users/packaging/Craft/BinaryFactory/macos-64-clang/dev-utils/cmake-base/CMake.app/Contents/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:577
(_FPHSA_FAILURE_MESSAGE)
17:26:25
/Users/packaging/Craft/BinaryFactory/macos-64-clang/dev-utils/cmake-base/CMake.app/Contents/share/cmake-3.19/Modules/FindBoost.cmake:2193
(find_package_handle_standard_args)
17:26:25 CMakeLists.txt:350 (find_package)
17:26:25
17:26:25
17:26:25 -- Configuring incomplete, errors occurred!
--
Mvh Dag
More information about the kde-mac
mailing list