Search found 4863 matches

by abdullah
Thu May 25, 2017 11:05 pm
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

OK compilation is still ongoing but I'm getting your expected failures EDIT: abdullah, do you think we should start a new thread? and maybe ask a mod to move our conversation there? I think we have determined it's not a PPA packaging issue but a FreeCAD issue. This is with the "add_definitions...
by abdullah
Thu May 25, 2017 10:49 pm
Forum: Part Design module development
Topic: PD NEXT Roadmap towards 0.17 release
Replies: 24
Views: 6864

Re: PD NEXT Roadmap towards 0.17 release

I will call it a day. The problem originates in that: OriginGroupExtension::OriginGroupExtension () { initExtensionType(OriginGroupExtension::getExtensionClassTypeId()); EXTENSION_ADD_PROPERTY_TYPE ( Origin, (0), 0, App::Prop_Hidden, "Origin linked to the group" ); } initializes the Origin...
by abdullah
Thu May 25, 2017 9:22 pm
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

it should not work (I would be surprised if it does), you have to add a definition (a preprocesor macro that will be passed to c++). The one above should only be a cmake environment variable. I thought that is what CMake did? See Here: https://forum.freecadweb.org/viewtopic.php?f=10&t=16952&...
by abdullah
Thu May 25, 2017 8:56 pm
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

I am trying to support sgrogan to get there And Thanks for that :D I'm compiling master now, I added HAVE_TBB manually in the CMake gui. How can I check for sure that FreeCAD is using this? Welcome!!!!! ;) If you added a: set(HAVE_TBB ON) it should not work (I would be surprised if it does), you ha...
by abdullah
Thu May 25, 2017 8:50 pm
Forum: Part Design module development
Topic: PD NEXT Roadmap towards 0.17 release
Replies: 24
Views: 6864

Re: PD NEXT Roadmap towards 0.17 release

abdullah wrote: NormandC wrote: That's great news. Now it would be great to see the annoying "Can't find Origin for Body/Part" error in report view when opening an existing file eradicated from existence. :twisted: I am looking at it now. I did not manage to find an associated bug report....
by abdullah
Thu May 25, 2017 7:41 pm
Forum: Part Design module development
Topic: PD NEXT Roadmap towards 0.17 release
Replies: 24
Views: 6864

Re: PD NEXT Roadmap towards 0.17 release

NormandC wrote:That's great news.

Now it would be great to see the annoying "Can't find Origin for Body/Part" error in report view when opening an existing file eradicated from existence. :twisted:
I am looking at it now. I did not manage to find an associated bug report. Is there none?
by abdullah
Thu May 25, 2017 7:31 am
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

Can we have 2 column output? https://gist.github.com/luzpaz/a8bb373b ... 071eaf6181 Yes we can. At least I have nothing against it. I would need to see if there is a way to do it nicely with STL, as I do not want to be coding tab separate strings to produce columns (and I do not know of another way...
by abdullah
Thu May 25, 2017 7:05 am
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

Agreed, we can not invent it. It should be reported as unknown (look at About FreeCAD info for build type). This is slightly another thing but related. If TBB is enabled in FC (so if there is a MACRO defining that FreeCAD shall be built with TBB support, for example for the OCAF, for example for th...
by abdullah
Thu May 25, 2017 6:45 am
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

abdullah wrote: I think that we cannot invent information we do not have. If we fall back to path finding, then probably the HAVE_TBB macro should not be set and (TBB) should not appear (regardless of how it was compiled). I mean, if cmake does not find what OCC should have put in its path when ins...
by abdullah
Wed May 24, 2017 11:04 pm
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 71059

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

For 1. we probably need to consider what happens if the information can't be found and FreeCAD falls back to finding paths to specific files. I think that we cannot invent information we do not have. If we fall back to path finding, then probably the HAVE_TBB macro should not be set and (TBB) shoul...