You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built LibPack-1.1.0-v3.1.0 successfully (yay!)
I pulled the latest FC
d:\free_cad_build\FreeCAD>git status
HEAD detached at 1.0.0
nothing to commit, working tree clean
When configuring CMake I get the following error. It seems the Mod MeshPart is looking for Boost.python , but the LibPack-1.1.0-v3.1.0 boost is built "--without-python"
Could NOT find Boost: missing: python312 (found D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/lib/cmake/Boost-1.86.0/BoostConfig.cmake (found version "1.86.0"))
CMake Warning (dev) at src/Mod/MeshPart/App/CMakeLists.txt:128 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
Could NOT find Boost: missing: python3 (found D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/lib/cmake/Boost-1.86.0/BoostConfig.cmake (found version "1.86.0"))
CMake Warning (dev) at src/Mod/MeshPart/App/CMakeLists.txt:131 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/lib/cmake/Boost-1.86.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_python"
(requested version 1.86.0) with any of the following names:
Add the installation prefix of "boost_python" to CMAKE_PREFIX_PATH or set
"boost_python_DIR" to a directory containing one of the above files. If
"boost_python" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/liv/cmake/Boost-1.86.0/BoostConfig.cmake:262 (boost_find_component)
C:/Program Files/CMake/share/cmake-3.30/Modules/FindBoost.cmake:610 (find_package)
src/Mod/MeshPart/App/CMakeLists.txt:131 (find_package)
The text was updated successfully, but these errors were encountered:
removing --without-python from the boost build script in compile_all.py and then forcing a rebuild of boost allowing the CMake configuration step of FC 1.0.0 to succeed.
(I should note that we are removing boost.python support from FreeCAD during the 1.1 development cycle, which is why this change to the LibPack is necessary).
I have built LibPack-1.1.0-v3.1.0 successfully (yay!)
I pulled the latest FC
d:\free_cad_build\FreeCAD>git status
HEAD detached at 1.0.0
nothing to commit, working tree clean
When configuring CMake I get the following error. It seems the Mod MeshPart is looking for Boost.python , but the LibPack-1.1.0-v3.1.0 boost is built "--without-python"
Could NOT find Boost: missing: python312 (found D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/lib/cmake/Boost-1.86.0/BoostConfig.cmake (found version "1.86.0"))
CMake Warning (dev) at src/Mod/MeshPart/App/CMakeLists.txt:128 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
Could NOT find Boost: missing: python3 (found D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/lib/cmake/Boost-1.86.0/BoostConfig.cmake (found version "1.86.0"))
CMake Warning (dev) at src/Mod/MeshPart/App/CMakeLists.txt:131 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/lib/cmake/Boost-1.86.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_python"
(requested version 1.86.0) with any of the following names:
Add the installation prefix of "boost_python" to CMAKE_PREFIX_PATH or set
"boost_python_DIR" to a directory containing one of the above files. If
"boost_python" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
D:/free_cad_build/FreeCAD-LibPack/working/LibPack-1.1.0-v3.1.0-Release/liv/cmake/Boost-1.86.0/BoostConfig.cmake:262 (boost_find_component)
C:/Program Files/CMake/share/cmake-3.30/Modules/FindBoost.cmake:610 (find_package)
src/Mod/MeshPart/App/CMakeLists.txt:131 (find_package)
The text was updated successfully, but these errors were encountered: