BewareMyPower commented on PR #21:
URL:
https://github.com/apache/pulsar-client-python/pull/21#issuecomment-1286737449
The CMake error is:
```
CMake Error at
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:117
(find_package):
Could not find a package configuration file provided by "boost_python3"
(requested version 1.71.0) with any of the following names:
boost_python3Config.cmake
boost_python3-config.cmake
Add the installation prefix of "boost_python3" to CMAKE_PREFIX_PATH or set
"boost_python3_DIR" to a directory containing one of the above files. If
"boost_python3" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:182
(boost_find_component)
/home/xyz/cmake-3.24.2-linux-x86_64/share/cmake-3.24/Modules/FindBoost.cmake:594
(find_package)
CMakeLists.txt:48 (find_package)
```
or the following messages with `-DBoost_NO_BOOST_CMAKE=ON` option:
```
CMake Error at
/home/xyz/cmake-3.24.2-linux-x86_64/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find Boost (missing: python3) (found version "1.71.0")
Call Stack (most recent call first):
/home/xyz/cmake-3.24.2-linux-x86_64/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594
(_FPHSA_FAILURE_MESSAGE)
/home/xyz/cmake-3.24.2-linux-x86_64/share/cmake-3.24/Modules/FindBoost.cmake:2376
(find_package_handle_standard_args)
CMakeLists.txt:48 (find_package)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]