Search found 399 matches

by apeltauer
Mon Nov 23, 2020 6:29 am
Forum: Packaging
Topic: LibPack for Windows "3rd party libraries"
Replies: 23
Views: 6436

Re: LibPack for Windows "3rd party libraries"

sinfee wrote: Sat Nov 21, 2020 7:05 am
apeltauer wrote: Sun Nov 15, 2020 5:03 pm New version uploaded:
https://github.com/apeltauer/FreeCAD/re ... ack_12.4.1
Thanks a lot. but Can you tell me: why use boost 1.67 ,not 1.74 ?
Do you have any need to use boost 1.74? If yes please point out what is missing. Then i can try to use the newer boost version.
by apeltauer
Fri Nov 20, 2020 7:15 am
Forum: Developers corner
Topic: Windows High DPI with different screen DPIs
Replies: 3
Views: 2083

Re: Windows High DPI with different screen DPIs

vanuan wrote: Fri Nov 20, 2020 3:29 am ...
Thanks for your feedback.
I forgot to mention that disabling the hidpi on qt should only happen when the os is windows. also the mentioned call "SetProcessDPIAware();" only works on windows.
by apeltauer
Thu Nov 19, 2020 2:17 pm
Forum: Developers corner
Topic: Windows High DPI with different screen DPIs
Replies: 3
Views: 2083

Windows High DPI with different screen DPIs

Hi all, during developing another qt application i came accross the following articel https://vicrucann.github.io/tutorials/osg-qt-high-dpi/ Since i am working with a notebook and an external 4k screen, i am facing some display issues when it comes to the high DPI problematic. I kwow that windows(10...
by apeltauer
Tue Nov 17, 2020 6:55 am
Forum: Developers corner
Topic: [Fixed] Windwos Qt 5.15 Shiboken failure
Replies: 26
Views: 5648

Re: [Fixed] Windwos Qt 5.15 Shiboken failure

Just updated numpy via pip... https://stackoverflow.com/questions/64654805/how-do-you-fix-runtimeerror-package-fails-to-pass-a-sanity-check-for-numpy-an works for Py3.8 as well. so uninstalling numpy 1.19.4 and pip install numpy==1.19.3 fixes it. updated the libpack.... https://github.com/apeltauer...
by apeltauer
Sun Nov 15, 2020 4:59 pm
Forum: Packaging
Topic: LibPack for Windows "3rd party libraries"
Replies: 23
Views: 6436

Re: LibPack for Windows "3rd party libraries"

Cross post Can someone update pivy for LP? With Conda build SoGeo classes working fine. But LP build gives error. During initialization the error "module 'pivy.coin' has no attribute 'SoGeoCoordinate'" occurred in freecad.trails ------------------------------------------------------------...
by apeltauer
Sun Nov 15, 2020 4:20 pm
Forum: Packaging
Topic: LibPack for Windows "3rd party libraries"
Replies: 23
Views: 6436

Re: LibPack for Windows "3rd party libraries"

This is the list which comes from the version info box:

Code: Select all

Boost 1_67
Coin3D 4.0.1
Eigen3 
FreeType 
KDL 
libarea 
Open CASCADE Technology 7.5.0
Point Cloud Library 
PyCXX 
Python 3.8.6+
PySide 
Qt 5.15.1
Salome SMESH 
Shiboken 
vtk 
Xerces-C 
Zipios++ 
zlib 1.2.11
by apeltauer
Sun Nov 15, 2020 4:18 pm
Forum: Developers corner
Topic: [Fixed] Windwos Qt 5.15 Shiboken failure
Replies: 26
Views: 5648

Re: [Fixed] Windwos Qt 5.15 Shiboken failure

Another broken thing of this libpack is the numpy package. Whenever trying to import it one gets such an error message: The current Numpy installation ('C:\\Projects\\FreeCADLibs_12.x_x64_VC17_test\\bin\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windo...
by apeltauer
Sun Nov 15, 2020 4:17 pm
Forum: Developers corner
Topic: [Fixed] Windwos Qt 5.15 Shiboken failure
Replies: 26
Views: 5648

Re: Windwos Qt 5.15 Shiboken failure

Fixed with 82beefa98d Hint: If you don't want to copy the dlls from the libpack to the build directory you have to set the environment variable FREECAD_LIBPACK_BIN that points to the bin directory of the libpack. Werne thanks a lot for the fix!! Now the self tests are just working fine! Capture.png
by apeltauer
Wed Nov 11, 2020 12:48 pm
Forum: Packaging
Topic: LibPack for Windows "3rd party libraries"
Replies: 23
Views: 6436

LibPack for Windows "3rd party libraries"

hi all,

during the process to update the lib pack for windows we should/could make a list of additional 3rd party libraries used by FC not include in the lib pack....