openpose icon indicating copy to clipboard operation
openpose copied to clipboard

Compilation Issue on Mac because of Boost 1.89

Open gianlucakloeckner opened this issue 1 month ago • 0 comments

Because of the new Version of Boost to 1.89 i get errors on Compilation.

`

      CMake Error at /opt/homebrew/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package):
        Could not find a package configuration file provided by "boost_system"
        (requested version 1.89.0) with any of the following names:
      
          boost_systemConfig.cmake
          boost_system-config.cmake
      
        Add the installation prefix of "boost_system" to CMAKE_PREFIX_PATH or set
        "boost_system_DIR" to a directory containing one of the above files.  If
        "boost_system" provides a separate development package or SDK, be sure it
        has been installed.
      Call Stack (most recent call first):
        /opt/homebrew/lib/cmake/Boost-1.89.0/BoostConfig.cmake:262 (boost_find_component)
        /Applications/CMake.app/Contents/share/cmake-4.1/Modules/FindBoost.cmake:609 (find_package)
        cmake/Dependencies.cmake:8 (find_package)
        CMakeLists.txt:49 (include)

`

boost_system got removed in the new Boost Version 1.89

gianlucakloeckner avatar Nov 13 '25 10:11 gianlucakloeckner