MacOS build Install errors

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
FreddyFreddy
Posts: 176
Joined: Wed Mar 09, 2022 3:15 am
Location: Oz

MacOS build Install errors

Post by FreddyFreddy »

Code: Select all

[code]
OS: macOS 12.3
Word size of FreeCAD: 64-bit
Version: 0.20.28925 (Git)
Build type: Release
Branch: FixColumnLabel
Hash: b9971326759d6cc06659a82556e9960de4d164bb
Python 3.9.12, Qt 5.15.3, Coin 4.0.0, OCC 7.5.3
Locale: English/Australia (en_AU)
[/code]

I don't recall seeing these before:

Code: Select all

-- Making bundle relocatable...
-- INFO: Analyzing bundle dependencies...
-- ERROR: Unable to find LC_DYLD_LOAD entry: @rpath/libc++abi.1.dylib
-- ERROR: Failed to resolve dependency in /usr/local/opt/llvm/lib/libc++.1.dylib
Traceback (most recent call last):
  File "/Users/bernie/CLionProjects/FreeCAD/src/Tools/MakeMacBundleRelocatable.py", line 391, in <module>
    main()
  File "/Users/bernie/CLionProjects/FreeCAD/src/Tools/MakeMacBundleRelocatable.py", line 374, in main
    build_deps_graph(graph, bundle_path, dir_filter, search_paths)
  File "/Users/bernie/CLionProjects/FreeCAD/src/Tools/MakeMacBundleRelocatable.py", line 241, in build_deps_graph
    deps = create_dep_nodes(list_install_names(k2), s_paths)
  File "/Users/bernie/CLionProjects/FreeCAD/src/Tools/MakeMacBundleRelocatable.py", line 166, in create_dep_nodes
    raise LibraryNotFound(lib_name + " not found in given search paths")
__main__.LibraryNotFound: libc++abi.1.dylib not found in given search paths
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/License.txt
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/Schenkel.stp
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/draft_test_objects.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/EngineBlock.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/PartDesignExample.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/RobotExample.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/ArchDetail.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/FemCalculixCantilever2D.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/FemCalculixCantilever3D.FCStd
-- Installing: /Users/bernie/FreeCAD.app/Contents/share/examples/FemCalculixCantilever3D_newSolver.FCStd

Install finished
Post Reply