Search found 769 matches

by Gift
Fri Jul 08, 2022 7:29 am
Forum: Install / Compile
Topic: macOS homebrew Error: freecad/freecad HEAD-d6a9a94 did not build
Replies: 34
Views: 9092

Re: macOS homebrew Error: freecad/freecad HEAD-d6a9a94 did not build

It feels like there is something fundamentally wrong with the way versions are managed. Too many sudden breakages. Surely there must be a way to make each install version immutable and unique. You are right. Homebrew is not very reliable on using versioned formulaes. But Python is worse, that's a r...
by Gift
Fri Jul 08, 2022 7:26 am
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

1. qtwebengine version conflict PR #105090 This article was helpful. Now it is possible to build a DMG for Apple Silicon with Start WB. Download . 2. Update shiboken & pyside2 Ticket 328 . I will create PRs next days. 1. qtwebengine version conflict Is solved. The PR is merged. 2. Update shibok...
by Gift
Wed Jul 06, 2022 7:13 pm
Forum: Install / Compile
Topic: macOS homebrew Error: freecad/freecad HEAD-d6a9a94 did not build
Replies: 34
Views: 9092

Re: macOS homebrew Error: freecad/freecad HEAD-d6a9a94 did not build

My build pipeline on macOS arm46 is broken as well. I don't know the reason or fix yet. Using my setup with Python 3.9 reports some errors during the cmake setup in regards to Pivy and Pyside2. Yet the setup finishes with OK: -- Coin3D libraries found Traceback (most recent call last): File "<...
by Gift
Wed Jul 06, 2022 10:11 am
Forum: Packaging
Topic: conda, osx-arm64, occt7.6
Replies: 47
Views: 22917

Re: conda, osx-arm64, occt7.6

Starting a new topic for tracking the conda-forge osx-arm64 freecad build. My goal is: 1. make a freecad package available for osx-arm64 via conda package-manager 2. do a lot of testing 3. create a bundle for osx-arm64 4. update the rest of the conda freecad-packages to qt5.15 / occt7.6 5. do weekl...
by Gift
Mon Jul 04, 2022 8:29 pm
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

1. qtwebengine version conflict

PR #105090
This article was helpful. Now it is possible to build a DMG for Apple Silicon with Start WB. Download.

2. Update shiboken & pyside2

Ticket 328. I will create PRs next days.
by Gift
Sat Jul 02, 2022 9:58 am
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

qt 5.15.5 was released to the rest of us a couple of weeks (?) ago and is now the default qt5 version on brew. QtWebEngineCoreConfig.cmake has a hard-coded version of 5.15.10 which means version comparisons fail - chucking up errors. I copied 5.15.3 from backup and that worked as expected. May I le...
by Gift
Fri Jul 01, 2022 4:02 pm
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

adrianinsaval wrote: Fri Jul 01, 2022 3:54 pm
they made a big announcement about the open source release, I don't know how anybody could miss it: https://lists.qt-project.org/pipermail/ ... 42659.html
(sarcasm obviously)
I thought you meant 5.15.10. As I said, I misread the first post. Sorry.
by Gift
Fri Jul 01, 2022 3:44 pm
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

... Ticket #316 We need more details to the issue. Sorry. In the first post I read something over. After chennes post I have noticed that. I ran into this earlier this week -- my solution was to edit the QtWebEngineCoreConfig.cmake file to fix the specified version number. After that CMake ran fine...
by Gift
Fri Jul 01, 2022 10:17 am
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

qt6 is not usable with freecad yet I think, regarding LTS releases of qt, they are forced to release as open source 12 months after commercial release and commercial release was on june 2021 so it should be open source now. FC project doesn't compile Qt, it uses it as a library... So if the problem...
by Gift
Thu Jun 30, 2022 4:49 pm
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2725

Re: Heads Up: qt5.15.5 has bug

qt 5.15.5 was released to the rest of us a couple of weeks (?) ago and is now the default qt5 version on brew. QtWebEngineCoreConfig.cmake has a hard-coded version of 5.15.10 which means version comparisons fail - chucking up errors. I copied 5.15.3 from backup and that worked as expected. May I le...