vocx wrote: ↑Wed Oct 09, 2019 10:59 pm
Awesome! I'm a genius!
Almost, you'll be a genius if you fixe the Freecad Py3/Qt5 build
papy wrote: ↑Thu Oct 10, 2019 6:11 am
I am impressed by your success and disappointed not to be able to do so much.
Thanks for your kind words, don't be disapointed, by following this post if I am sure you can success to compile Freecad yourself

BTW, the 0.18.3 realese should be available soon in Raspbian repo accordingly to the action of K.Kremitzki.
MartijnD wrote: ↑Fri Oct 11, 2019 4:49 am
Hereby I can confirm a successful build on the Pi4. I used the source of 0.18.3. As far as I can see everything is working.
Hope it helps someone.
...
Best regards and keep up the good work!
Hi Martijn, sure it helps. Compile 0.18.3 was the next step on my todo list. You already did it, thanks you for the information
kkremitzki wrote: ↑Fri Oct 11, 2019 3:16 pm
I will get in touch with the Raspberry Pi people since they mentioned they can help get the package fixed in their repos. I can provide a diff of the debian directory which would be enough for them to switch the packaging to Py2/Qt4 which would at least get things working for now.
....
I finally got my Raspberry Pi 4. This thing runs so smoothly!
Thank you for your action
And enjoy your RPI4, it runs so smouthly indeed
For people who are interested in, 3D graphics are well accelerated (when no bug by using Py2/Qt4 build), and temperature is about 50/55°C with passive cooling (with large heatsink and good contact with proc).
vocx wrote: ↑Fri Oct 11, 2019 3:40 pm
MartijnD wrote: ↑Fri Oct 11, 2019 4:49 am
...
Hereby I can confirm a successful build on the Pi4. I used the source of 0.18.3. As far as I can see everything is working.
...
Why don't you test with 0.19? Better to look at the future.
IMHO it make sens to compile 0.18.3 because it the laste stable release anounced as reliable whith Py2/Qt4, until it is available in repo at least.
wmayer wrote: ↑Sat Oct 12, 2019 9:07 am
vocx wrote: ↑Wed Oct 09, 2019 10:59 pm
Unfortunately, Python 2 is going to become unsupported very soon
https://pythonclock.org, so trying to make it work with Python 3/Qt5 should be a priority. So, the problems are due to Coin3D and Qt5 libraries, I think. Maybe Quarter?
With Qt5 the OpenGL support has significantly changed internally and to me the question is how do Coin3d and Qt5 work together. From the previous crash reports we can clearly see that Coin3d struggles with the OpenGL context and I wonder if this is something we can control.
For Windows we already know that with Qt 5.12 (maybe already with Qt 5.11) we need to set some Qt attributes to make Qt5 cooperate with Coin3d. I can imagine that on other platforms we have similar problems. Unfortunately, the solution for Windows doesn't work on other platforms.
So, if there is a possibility to switch back to an older Qt5 version then I would like to see if the combination Py3/Qt5.9 or Py3/Qt5.10 works on a Raspberry Pi.
About compiling: I tried to disable a lot of workbenches with CmakeGui in order to decrease the time of compiling, but compiling failed at 75%.
Maybe I disabled to much workbenches, I don't know. Is there rules about that?
Anyway, next step: compile Py3/Qt5.9 or 10. Ok

But now no time, see you
