Search found 769 matches

by Gift
Thu Nov 03, 2022 8:56 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 174
Views: 59083

Re: Supporting Qt 6 - What's needed?

It is possible to replace the qtwebengine respectively chromium with newer versions. Here is an example: 1. Get QT wget https://download.qt.io/official_releases/qt/5.15/5.15.6/single/qt-everywhere-opensource-src-5.15.6.tar.xz tar -xf qt-everywhere-opensource-src-5.15.6.tar.xz cd qt-everywhere-src-5....
by Gift
Sat Oct 22, 2022 6:38 pm
Forum: Developers corner
Topic: DXFNext
Replies: 26
Views: 6340

Re: DXFNext

@Gift What is the status of this functionality ? It was merged with this PR: https://github.com/FreeCAD/FreeCAD/pull/7101 but is it fully merged or does it require some additional PRs ? Can it be added to the release notes already ? Up to this point, it is a pure code cleaning. Duplicate files were...
by Gift
Tue Aug 09, 2022 5:28 am
Forum: Developers corner
Topic: [solved] new DXF compilation warnings
Replies: 4
Views: 861

Re: [solved] new DXF compilation warnings

Sorry. Currently I still have little time available. I hope to be able to play with you again soon.
by Gift
Sun Jul 17, 2022 6:16 am
Forum: Developers corner
Topic: [resolved] [DXF] many new compiler warnings
Replies: 5
Views: 976

Re: [DXF] many new compiler warnings

uwestoehr wrote: Sat Jul 16, 2022 10:00 pm The DXF PR was merged today leading to these new compiler warnings:

@Gift , can you please have a look?

Sorry, I had very little spare time the last few days due to work. I'll take a look at it.
by Gift
Thu Jul 14, 2022 5:27 am
Forum: Install / Compile
Topic: Mac monterey compile problem
Replies: 9
Views: 1741

Re: Mac monterey compile problem

Or you fix it self:

Code: Select all

brew edit freecad/freecad/shiboken2@5.15.5
Than replace all after __END__ with content of the patch file. Important is that the <CR> on the end of lines not get lost.
by Gift
Wed Jul 13, 2022 4:52 pm
Forum: Install / Compile
Topic: Mac monterey compile problem
Replies: 9
Views: 1741

Re: Mac monterey compile problem

Vittorio-1993 wrote: Wed Jul 13, 2022 4:13 pm
Do you mean that I need to install shiboken2@5.15.5 ? But still, have errors while installing 5.15.5
Yes, shiboken2@5.15.5 should be the best solution.

@ipatch You removed the <CR> of the end of lines of the patch part. I think that is the issue. :D
by Gift
Wed Jul 13, 2022 3:49 pm
Forum: Install / Compile
Topic: Mac monterey compile problem
Replies: 9
Views: 1741

Re: Mac monterey compile problem

It is expired deprecation with numpy@1.23. Patch find you here
by Gift
Fri Jul 08, 2022 6:40 pm
Forum: Install / Compile
Topic: Heads Up: qt5.15.5 has bug
Replies: 16
Views: 2659

Re: Heads Up: qt5.15.5 has bug

Kunda1 wrote: Fri Jul 08, 2022 2:05 pm @Gift nice progress!!!
Thank you. :)
by Gift
Fri Jul 08, 2022 6:36 pm
Forum: Install / Compile
Topic: Install Error: Library Not Found
Replies: 5
Views: 1474

Re: Install Error: Library Not Found

Sorry, I don't understand. Which version of what? I have NOT changed the line you mentioned previously. Not ungrateful, appreciate your following up (!!!), and appreciate you are working on fixing the qt thing (!!!), but the whole thing is leaving me a bit cold. I wish I could understand the detail...
by Gift
Fri Jul 08, 2022 7:34 am
Forum: Install / Compile
Topic: Install Error: Library Not Found
Replies: 5
Views: 1474

Re: Install Error: Library Not Found

FreddyFreddy wrote: Wed Jun 29, 2022 9:19 am macOS 12.4

Install error:
...
Have you been able to test this? Which version are you using? freecad.rb points to an old version. You can try to build it yourself (-DCMAKE_SKIP_RPATH=ON).