[SOLVED] Path WB & Boost 1.75

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

[SOLVED] Path WB & Boost 1.75

Post by Gift »

If I compile FreeCAD without path. All works fine. Cmake do not find python3 in the path module:

Code: Select all

...
-- /tmp/freecad-20210730-62717-mgg84p/Build/src/Mod/Path/App/VoronoiVertexPy.cpp
-- setting gcc options: -Wall -Werror -Wno-deprecated -pedantic-errors
-- Could NOT find Boost: missing: python39 (found /opt/homebrew/lib/cmake/Boost-1.75.0/BoostConfig.cmake (found version "1.75.0"))
-- Could NOT find Boost: missing: python3 (found /opt/homebrew/lib/cmake/Boost-1.75.0/BoostConfig.cmake (found version "1.75.0"))
CMake Error at /opt/homebrew/lib/cmake/Boost-1.75.0/BoostConfig.cmake:141 (find_package):
  Could not find a package configuration file provided by "boost_python"
  (requested version 1.75.0) with any of the following names:
  ...
Other modules like Part uses boost too. Someone know where is difference to the path wb? Thanks for supporting.

Homebrew, boost 1.75.0, cmake version 3.21.1
Last edited by Gift on Fri Jul 30, 2021 6:40 pm, edited 1 time in total.
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

Re: Path WB & Boost 1.75

Post by Gift »

Post Reply