Chris
Chris
i think the issue related to PySide can be seen in the below `freecadcmd` repl session, i think a possilbe patch file will be required to properly set things up....
building freecad from git source with cmake, and attempting to import Draft module i get the below error with my py312 + qt6 build. ``` ╰─λ ~/.local/fc-git/MacOS/FreeCADCmd 130 (01:19.594) FreeCAD...
``` ➜ site-packages git:(master) ~/.local/fc-git/MacOS/FreeCADCmd FreeCAD 0.22.0, Libs: 0.22.0devR38385 (Git) (c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2024 FreeCAD is free and open-source software licensed under the...
> Is this still relevant for 1.0 ? If not, then probably worth closing ? i still haven't published a formula that build and links against qt version 6, yet,...
this has since been resolved with recently published formula from PR #662 https://github.com/FreeCAD/homebrew-freecad/blob/master/Formula/freecad%401.0.0_py312_qt6.rb
current ci error on github ubuntu runner, ``` 2024-07-25T23:21:54.4714972Z -- Installing: /home/linuxbrew/.linuxbrew/Cellar/coin3d_py312/4.0.2/share/man/man3/SoGeoOrigin.3 2024-07-25T23:21:54.4715347Z -- Installing: /home/linuxbrew/.linuxbrew/Cellar/coin3d_py312/4.0.2/share/man/man3/SbOctTree.3 2024-07-25T23:21:54.4715874Z -- Installing: /home/linuxbrew/.linuxbrew/Cellar/coin3d_py312/4.0.2/share/man/man3/SoMultiTextureImageElement_UnitData.3 2024-07-25T23:21:54.4716248Z -- Installing: /home/linuxbrew/.linuxbrew/Cellar/coin3d_py312/4.0.2/share/man/man3/SbBox3i32.3 2024-07-25T23:21:54.4716657Z -- Installing: /home/linuxbrew/.linuxbrew/Cellar/coin3d_py312/4.0.2/share/man/man3/SoIndexedFaceSet.3 2024-07-25T23:21:54.4717201Z --...
new ci error after adding missing python dep, ``` ==> FAILED Full test freecad/freecad/coin3d_py312 output /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.4/bin/bundle clean ==> Testing freecad/freecad/coin3d_py312 ==> /usr/bin/clang test.cpp -L/opt/homebrew/Cellar/coin3d_py312/4.0.2/lib -lCoin -Wl,-framework,OpenGL -o test -I/opt/homebrew/opt/coin3d_py312/include ==>...
i think to resolve the above error, ``` SoGui proxy error: None of the known Gui bindings were found! Please specify one! ``` i need to setup this formula to...
it looks like freecad may indirectly use the coin3d sub package / project SoQt via Pivy 🧐 https://forum.freecad.org/viewtopic.php?t=40813 --- https://forum.freecad.org/viewtopic.php?t=40813&start=10#p347402 > Ah, here is the SoQt bit I was referring...
when attempting to build vanilla soqt using a fresh git clone with cmake i'm getting the below errors, ``` -- Looking for include file X11/Xproto.h - found CMake Error at...