Search found 399 matches

by apeltauer
Mon Dec 07, 2020 8:03 am
Forum: Packaging
Topic: LibPack for Windows "Python packages"
Replies: 86
Views: 24569

Re: LibPack for Windows "Python packages"

Updated the lib pack.
The warnings should now be gone...
https://github.com/apeltauer/FreeCAD/re ... ack_12.4.2
by apeltauer
Mon Dec 07, 2020 6:50 am
Forum: Packaging
Topic: LibPack for Windows "Python packages"
Replies: 86
Views: 24569

Re: LibPack for Windows "Python packages"

uwestoehr wrote: Sun Dec 06, 2020 11:37 pm ...
c:\program files\python38\python.exe -m pip install --upgrade pip' command.[/code]).
...
But the problem persists.
Can you please check what python you are using? I think some how your local installation of python is used?!
by apeltauer
Sat Dec 05, 2020 10:40 pm
Forum: Open discussion
Topic: FreeCAD is no where near ready for serious modeling
Replies: 26
Views: 5847

Re: FreeCAD is no where near ready for serious modeling

It is so sad FreeCAD UI doesn't match the elegant colors of your "MacBook Pro Retina" interface. It is so sad the 1000+ billion $ Apple company does not provide his customers the shiny and elegant CAD software they deserve. It is so sad these customers have to fallback on free open-source...
by apeltauer
Fri Dec 04, 2020 8:39 am
Forum: Developers corner
Topic: [SOLVED] Problem with Debug build when using the new lib pack 12.4.2
Replies: 3
Views: 470

Re: Problem with Debug build when using the new lib pack 12.4.2

Found the problem in the follwoing cmake file "lib\cmake\Shiboken2-5.15.0\Shiboken2Targets.cmake" line 56: set_target_properties(Shiboken2::libshiboken PROPERTIES #INTERFACE_COMPILE_DEFINITIONS "NDEBUG" <-- was defined for all configs INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT...
by apeltauer
Thu Dec 03, 2020 4:33 pm
Forum: Developers corner
Topic: [SOLVED] Problem with Debug build when using the new lib pack 12.4.2
Replies: 3
Views: 470

[SOLVED] Problem with Debug build when using the new lib pack 12.4.2

Hi all, facing a strange behaviour when using the brand new lib pack in debug mode. The Debug configuration has set the compiler flag "NDEBUG" also in debug mode. Capture.png When checking the compiler flag which are passed by cmake everthing seems good: -- Created install commands for INS...