Search found 291 matches

by hobbes1069
Tue Oct 03, 2023 12:16 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 174
Views: 59889

Re: Supporting Qt 6 - What's needed?

Just found this thread. Can someone summarize or point me to a document on how to build FreeCAD with QT6? Currently because of upstreams refusal to update PySide2 to Python 3.12 we are about to retire FreeCAD from Fedora out of necessity.
by hobbes1069
Fri Jan 27, 2023 6:54 pm
Forum: TechDraw
Topic: [Solved use flatpak version] Vertex and center marks not shown on TechDraw
Replies: 26
Views: 6637

Re: [Solved use flatpak version] Vertex and center marks not shown on TechDraw

Any help in determining what is "different" in the package vs. the Flatpak would be much appreciated. If you follow this link you can see all the build logs: https://koji.fedoraproject.org/koji/buildinfo?buildID=2111363 The "root.log" will show how the buildroot was generated and...
by hobbes1069
Thu Jan 12, 2023 12:24 am
Forum: TechDraw
Topic: [Solved use flatpak version] Vertex and center marks not shown on TechDraw
Replies: 26
Views: 6637

Re: [Solved use flatpak version] Vertex and center marks not shown on TechDraw

I'm working on updating opencascade but there are multiple issues. The latest version requires a version of TBB higher than we have in Fedora (because it has ABI breaking changes). I'm now working on getting OCCT 7.6.3 in Fedora but it installs a config file that doesn't respect the DESTDIR environm...
by hobbes1069
Tue Aug 30, 2022 12:45 pm
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

As far the the original error, it looks like the two commits for Python 3.11 compatibility did not make it into the 0.20.1 release?

Thanks,
Richard
by hobbes1069
Thu Jul 07, 2022 2:32 am
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

I can confirm up pivy updated to 0.6.7 the errors are gone.

Thanks!
by hobbes1069
Wed Jul 06, 2022 11:25 pm
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

I updated python-pivy for Fedora 35 and 36 and am just waiting until the update hits testing again so I can try it out.
by hobbes1069
Tue Jul 05, 2022 9:31 pm
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

Fedora 35 and 36 is on 0.6.6, but I can upgrade them to 0.6.7.
by hobbes1069
Tue Jul 05, 2022 5:52 pm
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

Whoops, got my lines crossed. The error output is from my Fedora 35 desktop which is still on Python 3.10 so that part is OK, but what is the error about?
by hobbes1069
Tue Jul 05, 2022 1:55 pm
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

You're right, it confused me because of the reference to coin, I took a look at the Coin4 package in Fedora and it doesn't need Python, but I had forgotten about python-pviy.

Thanks!
by hobbes1069
Tue Jul 05, 2022 12:26 pm
Forum: Install / Compile
Topic: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
Replies: 19
Views: 5496

Re: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}

Loading one of the preinstalled examples works but there's a lot of output related to coin... 07:25:13 Traceback (most recent call last): File "/usr/lib64/freecad/Mod/Draft/draftviewproviders/view_dimension.py", line 368, in attach self.text.string = "d" File "/usr/lib64/pyt...