Search found 63 matches

by twohot
Thu Apr 21, 2022 1:52 am
Forum: IFC
Topic: IFC Viewer ifcplusplus
Replies: 192
Views: 71886

Re: IFC Viewer ifcplusplus

Thanks a lot Yorik

Added #include <limits> to the offending file and the compilation completed
by twohot
Wed Apr 20, 2022 12:41 pm
Forum: IFC
Topic: IFC Viewer ifcplusplus
Replies: 192
Views: 71886

Re: IFC Viewer ifcplusplus

rebased my branch to latest ifcplusplus. Head compiles on Debian Buster :D https://github.com/berndhahnebach/ifcplusplus/commits/master https://github.com/ifcquery/ifcplusplus/commits/master Resurrecting this thread. I needed to look at some IFC files while in Linux (Fedora Rawhide) so I tried to c...
by twohot
Sun Apr 26, 2020 2:21 pm
Forum: Install / Compile
Topic: Problem with commit b631c56 "move getFacets from Path to Part"
Replies: 30
Views: 5806

Re: Problem with commit b631c56 "move getFacets from Path to Part"

Curious how you even managed to get a build. Can you share the following?

Code: Select all

sudo dnf deplist freecad
by twohot
Fri Apr 24, 2020 7:57 pm
Forum: Install / Compile
Topic: Problem with commit b631c56 "move getFacets from Path to Part"
Replies: 30
Views: 5806

Re: Problem with commit b631c56 "move getFacets from Path to Part"

The link to your build log is broken The spec file shows two interesting requirements: BuildRequires: Coin3-devel BuildRequires: qt5-devel Cmake doesn't expect the later when Building QT5. Cmake is also happy with Coin4-devel I am building against FreeCAD source (git) It would be interesting to see ...
by twohot
Tue Apr 21, 2020 7:27 pm
Forum: Install / Compile
Topic: Problem with commit b631c56 "move getFacets from Path to Part"
Replies: 30
Views: 5806

Re: Problem with commit b631c56 "move getFacets from Path to Part"

I run Fedora Rawhide and I'm not getting this error
Can you share your configuration?
by twohot
Tue Apr 21, 2020 5:15 pm
Forum: Install / Compile
Topic: Can't get past target WebGui
Replies: 3
Views: 762

Re: Can't get past target WebGui

First of all, which is your Linux distribution, and which versions of Qt are you using? It seems there are some issues currently with the versions of Qt 5.14 and PySide that are included in Debian, but I don't know the details. Make sure you are following Compile on Linux. Fedora Linux (Rawhide) Qt...
by twohot
Tue Apr 21, 2020 10:22 am
Forum: Install / Compile
Topic: Can't get past target WebGui
Replies: 3
Views: 762

Can't get past target WebGui

I am building with the following configuration: ============== Summary report ============== -- Build type: -- Compiler: /usr/bin/c++ (10.0.1) -- Flags: -Wall -Wextra -Wno-write-strings -- Standard: Requires C++11 -- Python: [/usr/bin/python3.8] [.cpython-38-x86_64-linux-gnu] -- PCL: not enabled -- ...
by twohot
Fri Apr 03, 2020 9:18 am
Forum: Developers corner
Topic: Docs relating to Pyside & FreeCAD's Python path
Replies: 4
Views: 941

Re: Docs relating to Pyside & FreeCAD's Python path

vocx wrote: Fri Apr 03, 2020 1:04 am As I said, the documentation needs more work because right now it isn't very clear where to start to learn about creating things in FreeCAD.
True. Its also kind of odd that FreeCAD's Python does not read the $PYTHONPATH variable. This page mentions the variable but nothing about accessing it
by twohot
Thu Apr 02, 2020 9:05 pm
Forum: Developers corner
Topic: Docs relating to Pyside & FreeCAD's Python path
Replies: 4
Views: 941

Re: Docs relating to Pyside & FreeCAD's Python path

Found relevant information in another page (in a different section):
https://wiki.freecadweb.org/FeaturePython_Objects
The ordering of information in the docs may be confusing.
by twohot
Thu Apr 02, 2020 5:16 pm
Forum: Developers corner
Topic: Docs relating to Pyside & FreeCAD's Python path
Replies: 4
Views: 941

Docs relating to Pyside & FreeCAD's Python path

Hello somebody, I am looking at this page and wondering what it would look like to use Pyside instead. The examples are silent about the Python path accessible to FreeCAD. Attempting to import the modules on my path fail from within FreeCAD's interpreter; likewise , attempting to import FreeCAD modu...