Search found 713 matches

by vejmarie
Mon Jan 04, 2021 2:55 am
Forum: Install / Compile
Topic: build issues on macos
Replies: 23
Views: 4433

Re: build issues on macos

You probably need to install the tbb library. In parallel I have fixed many dependencies issues related to homebrew packaging. Our Tap is now coming with all of these formulas, which are most of FreeCAD dependencies, lowering the risk faced when homebrew is updating a package faster than we can qual...
by vejmarie
Mon Jan 04, 2021 2:49 am
Forum: Install / Compile
Topic: [SOLVED] Overcome build errors from Boost / C++14 requirement
Replies: 3
Views: 1740

Re: git build errors with latest Boost library (1.75), because of C++14 requirement

I met the same challenge on Mac and had to switch to C++14 to make it work with boost 1.75.0 which is now the default with homebrew. I am using -DCMAKE_CXX_STANDARD=14 -DBUILD_ENABLE_CXX_STD:STRING=C++14 as standard option. I am compiling with clang which I believe is available on linux even if it i...
by vejmarie
Mon Jan 04, 2021 2:46 am
Forum: Install / Compile
Topic: FreeCAD on OSX install/build questions...
Replies: 6
Views: 2028

Re: FreeCAD on OSX install/build questions...

Just in case you want to recompile freecad (it could be a little bit tricky), you can retrieve xcode from the apple developer website. It is free of charge and previous version of xcode are available. https://developer.apple.com/download/
by vejmarie
Mon Jan 04, 2021 2:42 am
Forum: Install / Compile
Topic: FreeCAD 0.19: macOS Big Sur
Replies: 260
Views: 485776

Re: FreeCAD 0.19: macOS Big Sur: stuck on launch

For your reference, I have made a "massive" update of our homebrew package. It is now including these packages and dependencies. I recompiled python and it is now package with its own version without breaking the O/S installed one or other version you might be requiring for other apps. Sam...
by vejmarie
Wed Dec 30, 2020 2:24 am
Forum: Install / Compile
Topic: Compiling on MacOS Big Sur 11.1
Replies: 9
Views: 3352

Re: Compiling on MacOS Big Sur 11.1

I have one last error now In file included from /tmp/freecad-20201228-99085-1tk8z4z/src/Gui/GuiApplicationNativeEventAware.cpp:47: /tmp/freecad-20201228-99085-1tk8z4z/src/Gui/3Dconnexion/GuiNativeEventMac.h:31:10: fatal error: 'ConnexionClientAPI.h' file not found #include <ConnexionClientAPI.h> ^~...
by vejmarie
Mon Dec 28, 2020 11:46 pm
Forum: Install / Compile
Topic: FreeCAD 0.19: macOS Big Sur
Replies: 260
Views: 485776

Re: FreeCAD 0.19: macOS Big Sur: stuck on launch

At that point, FC opens in the latest FC dev version, but is unable to check macro and add-on updates because GitPython isn't installed in fcenv. So I did: conda activate fcenv # activate miniconda virtual environnement for FC pip3 install gitpython # install GitPython inside fcenv which solved the...
by vejmarie
Mon Dec 28, 2020 12:50 pm
Forum: Install / Compile
Topic: Compiling on MacOS Big Sur 11.1
Replies: 9
Views: 3352

Re: Compiling on MacOS Big Sur 11.1

Tried to build 19 HEAD today. Getting the following error make[2]: *** No rule to make target `/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/lib/libz.tbd', needed by `lib/libSMDS.dylib'. Stop. Seems to me this error is caused by a compiler version mismatch ? has anyone else seen this ...
by vejmarie
Mon Dec 28, 2020 12:45 pm
Forum: Install / Compile
Topic: build issues on macos
Replies: 23
Views: 4433

Re: build issues on macos

We are working at fixing these issues. An issue has been opened I to github freecad-homebrew. It is possible to compile with updated boost and opencascade. The challenge relies more on the fact that homebrew core is upgrading libraries we are dependant from every weeks
by vejmarie
Mon Dec 21, 2020 8:37 pm
Forum: Install / Compile
Topic: FreeCAD 0.19: macOS Big Sur
Replies: 260
Views: 485776

Re: FreeCAD 0.19: macOS Big Sur: stuck on launch

Just upstreamed the patch required to build freecad with boost 1.75 and homebrew. I am rebuilding the bottles for Catalina currently and will build the one for Bigsur overnight. Everything shall be back to normal tomorrow
by vejmarie
Mon Dec 21, 2020 8:22 pm
Forum: Install / Compile
Topic: FreeCAD 0.19: macOS Big Sur
Replies: 260
Views: 485776

Re: FreeCAD 0.19: macOS Big Sur: stuck on launch

It works OS: macOS 10.15 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22914 (Git) Build type: Release Branch: (HEAD detached at f35d30bc5) Hash: f35d30bc58cc2000754d4f30cf29d063416cfb9e Python version: 3.9.1 Qt version: 5.15.2 Coin version: 4.0.0 OCC version: 7.5.0 Locale: Fren...