Closed tckosvic closed 1 month ago
Where are you pulling source from ?
It should be from: https://github.com/FreeCAD/FreeCAD/
@tckosvic ping
not the place to ask this, open a forum thread instead: https://forum.freecad.org/viewforum.php?f=4&sid=14540ab38d0f9aaea19718191d812f1c
compile source to opensuse tumbleweed from config throws error below;
`Make Error at /usr/lib64/cmake/Boost-1.86.0/BoostConfig.cmake:141 (find_package): Found package configuration file:
but it set boost_python_FOUND to FALSE so package "boost_python" is considered to be NOT FOUND. Reason given by package:
No suitable build variant has been found.
The following variants have been tried and rejected:
Call Stack (most recent call first): /usr/lib64/cmake/Boost-1.86.0/BoostConfig.cmake:262 (boost_find_component) /usr/share/cmake/Modules/FindBoost.cmake:610 (find_package) src/Mod/MeshPart/App/CMakeLists.txt:131 (find_package)
In stalled boost_python modules are:
(base) tom@localhost:~> sudo zypper search libboost_python [sudo] password for root: Loading repository data... Reading installed packages...S | Name | Summary | Type ---+--------------------------------------+----------------------------------------------+-------- i | libboost_python-py3-1_86_0 | Boost.Python runtime library | package | libboost_python-py3-1_86_0-32bit | Boost.Python runtime library | package i | libboost_python-py3-1_86_0-devel | Development headers for Boost.Python library | package i+ | libboost_python-py3-1_86_0-x86-64-v3 | Boost.Python runtime library | package i+ | libboost_python3-devel | Development headers for Boost.Python library | package (base) tom@localhost:~> ` thanks for any ideas, tom kosvic