Search found 176 matches

by FreddyFreddy
Sun Aug 14, 2022 7:40 am
Forum: Developers corner
Topic: [regression] current master is umcompilable
Replies: 18
Views: 2566

Re: [regression] current master is umcompilable

uwestoehr wrote: Tue Aug 09, 2022 1:55 pm @berniev , @wmayer
I didn't see this at the time as my forum id is FreddyFreddy. berniev is my GitHub id. I suppose I should start being berniev on the forum!?
by FreddyFreddy
Tue Aug 09, 2022 8:19 am
Forum: Developers corner
Topic: [Tracking] Backport commits to 0.20 branch
Replies: 75
Views: 65193

Re: [Tracking] Backport commits to 0.20 branch

I may be late to this party, but in the list is it possible to include a very few words to describe each change rather than just a link?. I have no idea if this is difficult but would make it MUCH more readable. Way late for this one, but perhaps a thought for next time?
by FreddyFreddy
Sun Aug 07, 2022 5:21 am
Forum: Install / Compile
Topic: Install Error: Library Not Found
Replies: 5
Views: 1496

Re: Install Error: Library Not Found

After some distractions, back to this.

Am using llvm v14.
by FreddyFreddy
Thu Aug 04, 2022 6:35 pm
Forum: Developers corner
Topic: Possible issue found converting bind to lambda
Replies: 0
Views: 619

Possible issue found converting bind to lambda

Looking at Application.cpp clang-tidy. This: _pActiveDoc->signalRecomputed.connect(std::bind(&App::Application::slotRecomputed, this, sp::_1)); is suggested to this: _pActiveDoc->signalRecomputed.connect([this](auto && PH1) { slotRecomputed(std::forward<decltype(PH1)>(PH1)); }); but with...
by FreddyFreddy
Thu Aug 04, 2022 8:01 am
Forum: Install / Compile
Topic: Trouble building master: missing coin3d
Replies: 20
Views: 3058

Re: Trouble building master: missing coin3d

The cmake version is a part of cmake.

I'm not knowledgeable on this stuff, but maybe @wmayer can advise?
by FreddyFreddy
Thu Aug 04, 2022 12:33 am
Forum: Install / Compile
Topic: Trouble building master: missing coin3d
Replies: 20
Views: 3058

Re: Trouble building master: missing coin3d

The referenced commit deleted the FreeCAD version of SetupCoin3D.cmake, preferring the cmake internal one. The FreeCAD version had some extra paths. Maybe your setup needs one or more of these?
by FreddyFreddy
Thu Jul 28, 2022 6:42 am
Forum: Install / Compile
Topic: Mac build and python C API
Replies: 61
Views: 12271

Re: Mac build and python C API

@doia Any improvement?
by FreddyFreddy
Wed Jul 27, 2022 11:13 pm
Forum: Install / Compile
Topic: python3.9 module 'pivy' has no attribute '__version__'
Replies: 26
Views: 3617

Re: python3.9 module 'pivy' has no attribute '__version__'

adrianinsaval and waebbl I'm sure you are both right that this is a packaging issue. BTW I am on MacOS, and there have been a string of problems with the brew stuff lately, don't know if this is related. I just have an error showing and don't myself know enough about the packaging to identify the r...
by FreddyFreddy
Wed Jul 27, 2022 8:07 am
Forum: Install / Compile
Topic: python3.9 module 'pivy' has no attribute '__version__'
Replies: 26
Views: 3617

Re: python3.9 module 'pivy' has no attribute '__version__'

waebbl wrote: Wed Jul 27, 2022 5:00 am Have you checked if you have a cmake provided version of the FindCoin3D.cmake on your system
AFAICT cmake version was created 14 years ago. But this is a distraction from working out why some pythons have the version of pivy with __version__ and some don't.
by FreddyFreddy
Wed Jul 27, 2022 12:46 am
Forum: Install / Compile
Topic: python3.9 module 'pivy' has no attribute '__version__'
Replies: 26
Views: 3617

Re: python3.9 module 'pivy' has no attribute '__version__'

waebbl wrote: Tue Jul 26, 2022 9:18 pm I'm removing the FreeCAD provided file during preparation of the source code (patching, etc)
Well that's your question solved! System (cmake) version doesn't look for version.