-
Notifications
You must be signed in to change notification settings - Fork 215
Description
I'm compiling the omplapp1.7.0 library. The compilation is successful, but no GUI animation window pops up when running any instance program. The query deepseek indicates that the python binding may not be successful because D:\QJ\omplapp-1.7.0\build\lib\Release\ompl*.pyd is not generated in the local directory. So when returning to the cmake-gui software, it was found that there was such an alarm:
CMake Warning at D: / SoftWare/Cmake4.0.0 / CMake - 4.0.0 - Windows - x86_64 / share/CMake - 4.0 / Modules/FindBoost. CMake: 1427 (message):
New Boost version may have incorrect or missing dependencies and imported targets
Call Stack (most recent call first):
D: / SoftWare/Cmake4.0.0 / cmake - 4.0.0 - Windows - x86_64 / share/cmake - 4.0 / Modules/FindBoost. Cmake: 1552
(_Boost_COMPONENT_DEPENDENCIES)
D: / SoftWare/Cmake4.0.0 / cmake - 4.0.0 - Windows - x86_64 / share/cmake - 4.0 / Modules/FindBoost. Cmake: 2164
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:65 (find_package)
CMake Warning at D: / SoftWare/Cmake4.0.0 / CMake - 4.0.0 - Windows - x86_64 / share/CMake - 4.0 / Modules/FindBoost. CMake: 1427 (message):
New Boost version may have incorrect or missing dependencies and imported targets
Call Stack (most recent call first):
D: / SoftWare/Cmake4.0.0 / cmake - 4.0.0 - Windows - x86_64 / share/cmake - 4.0 / Modules/FindBoost. Cmake: 1552
(_Boost_COMPONENT_DEPENDENCIES)
D: / SoftWare/Cmake4.0.0 / cmake - 4.0.0 - Windows - x86_64 / share/cmake - 4.0 / Modules/FindBoost. Cmake: 2164
(_Boost_MISSING_DEPENDENCIES)
ompl/CMakeModules/FindPython.cmake:189 (find_package)
CMakeLists.txt:95 (find_boost_python).
By the way, I installed boost:x64-windows 1.88.0 and python3.12.9 using vcpkg.exe. Is there a version correspondence between them