Search found 52 matches

by brusk
Wed Dec 09, 2015 5:49 pm
Forum: Announcements & Features
Topic: Help test FreeCAD for Mac
Replies: 36
Views: 9708

Re: Help test FreeCAD for Mac

I just found out about the --wrie-log option. Here is what is leading up to the crash in the self-test: Log: Sketcher::setUpSketch()-T:0.001 Log: Sketcher::Solve()-DogLeg-T:0 Log: Sketcher::setUpSketch()-T:0.001 Log: Sketcher::Solve()-DogLeg-T:0.002 Log: Sketcher::setUpSketch()-T:0.001 Log: Sketcher...
by brusk
Wed Dec 09, 2015 5:30 pm
Forum: Announcements & Features
Topic: Help test FreeCAD for Mac
Replies: 36
Views: 9708

Re: Help test FreeCAD for Mac

Also, does the Test Framework > selftest successfully run on Windows? On my machine it crashes at some point. This passes on ubuntu and widows. Do you get an error from the Gui? Yes, it crashes with this: … … (lots of tests running) … Write mesh to /var/folders/cd/3271bhd55nn3jr3_6wrb6l7w0000gn/T/m...
by brusk
Wed Dec 09, 2015 4:04 pm
Forum: Developers corner
Topic: Expressions... again...
Replies: 219
Views: 44806

Re: Expressions... again...

eivindkvedalen wrote:
ickby's work on adding this to the property editor just got merged into master, so now it is available for all objects in the GUI, too!

Eivind
Wow, amazing work, guys :) !
by brusk
Sun Dec 06, 2015 3:07 am
Forum: Announcements & Features
Topic: Help test FreeCAD for Mac
Replies: 36
Views: 9708

Help test FreeCAD for Mac

I've build the latest revision as of yesterday: https://github.com/tiktuk/FreeCAD/releases/tag/0.16_pre_r6010 . If you own a Mac please help testing it :) . Personally I'm bitten by 0002218: Segmentation violation when generating orthographic projection for specific file so I can't make drawings :( ...
by brusk
Sun Dec 06, 2015 2:58 am
Forum: Developers corner
Topic: Mac pre-release download way behind Windows version
Replies: 160
Views: 39993

Re: Mac pre-release download way behind Windows version

sgrogan wrote:
brusk wrote:Ok, I've uploaded a build here: https://github.com/tiktuk/FreeCAD/relea ... _pre_r6010 :) . I just downgraded to the latest compatible Matplotlib version (1.4.3).
Great :D
@brusk maybe you could make a post in feature announcements so we get more testers. Thanks for this.
Sure, will do :) .
by brusk
Sat Dec 05, 2015 11:50 am
Forum: Developers corner
Topic: Mac pre-release download way behind Windows version
Replies: 160
Views: 39993

Re: Mac pre-release download way behind Windows version

Ok, I've uploaded a build here: https://github.com/tiktuk/FreeCAD/relea ... _pre_r6010 :) . I just downgraded to the latest compatible Matplotlib version (1.4.3).
by brusk
Sat Dec 05, 2015 10:29 am
Forum: Developers corner
Topic: Mac pre-release download way behind Windows version
Replies: 160
Views: 39993

Re: Mac pre-release download way behind Windows version

Hi, I'm also using FreeCAD on a Mac so would be happy to help with testing any releases. I've been trying to compile it too but have not managed it yet. … Any idea's about what I should try next? Great, another Mac user :) ! I compile with the following line $ cmake -DBUILD_ROBOT="0" -FRE...
by brusk
Tue Dec 01, 2015 11:33 am
Forum: Developers corner
Topic: Mac pre-release download way behind Windows version
Replies: 160
Views: 39993

Re: Mac pre-release download way behind Windows version

Hm. I'll have to time it next time I build :) . Yes, me too! :) I used to compile from scratch a lot, as I use to test many developer's branches, however for a while now I have been and still will be restricted to my mobile Internet access and have to keep data down to very low levels or pay a lot,...
by brusk
Mon Nov 30, 2015 7:06 pm
Forum: Developers corner
Topic: Mac pre-release download way behind Windows version
Replies: 160
Views: 39993

Re: Mac pre-release download way behind Windows version

Yes, but...... we are talking a full new compile including the cmake configure time, and Peter is talking about one one cpu core, and for that matter a virtual machine. With multi core CPUs you get a bit speed up of the compile time by adding a "-j" tag (with a number). We have talked abo...
by brusk
Sun Nov 29, 2015 7:52 pm
Forum: Developers corner
Topic: Mac pre-release download way behind Windows version
Replies: 160
Views: 39993

Re: Mac pre-release download way behind Windows version

Maybe you would have to be in charge of uploading both builds. I can do this. I think to start brusk should set up a github account and clone FreeCAD then post his builds as releases in his repo. When we are confident with the build procedure I could copy the pre-release or we could ask yorik to ad...