Search found 6432 matches

by sgrogan
Wed Sep 30, 2015 12:53 pm
Forum: FEM
Topic: Help with testing - part 11
Replies: 88
Views: 12902

Re: Help with testing - part 11

PrzemoF wrote:Thanks! That's an ugly error that might be hard to fix for me as I use already existing PropertyPath. Do you see that same thing in FEM preferences-->Working Dir?
If the I set it in fem prefs everything works, C:\tmp shows up correctly in the property editor and the Mechanical Analysis dialog.
by sgrogan
Wed Sep 30, 2015 12:06 pm
Forum: FEM
Topic: Help with testing - part 11
Replies: 88
Views: 12902

Re: Help with testing - part 11

Can you test fem_v24? The only open item should be a new analysis landing in unexpected location as I don't know where it should be created: in active document or in selected item document. We're getting there only one last windows only thing. If I type C:\tmp in the property editor for the Working...
by sgrogan
Tue Sep 29, 2015 11:54 pm
Forum: Developers corner
Topic: Continuous intergation & continuous deployment
Replies: 87
Views: 12018

Re: Continuous intergation & continuous deployment

On windows I use this $env:PYTHONPATH = "$buildDir\bin" & python -c "import unittest,sys,FreeCAD,TestApp;sys.exit(not unittest.TextTestRunner().run(TestApp.All()).wasSuccessful())" ExitIfError "Test failed" In a Powershell script (Thanks Peterl94) OS: Windows 7 Word...
by sgrogan
Tue Sep 29, 2015 9:12 pm
Forum: FEM
Topic: Help with testing - part 11
Replies: 88
Views: 12902

Re: Help with testing - part 11

Yes, I think I got it fixed. Please check fem_v23 branch - it's rebased on top of the latest master. Dirty commits, but I want to make sure it works before I clean them. The problem with analysis landing in wrong file is still open. Static/frequency works perfect now! preferences, property editor d...
by sgrogan
Tue Sep 29, 2015 7:19 pm
Forum: FEM
Topic: Help with testing - part 11
Replies: 88
Views: 12902

Re: Help with testing - part 11

I need some help here. Empty in prefs -> create analysis -> change in prefs? When I start FC (with working directory unset in prefs) I can insert a mechanical design and the working dir defaults to /tmp as expected. I can successfully run an analysis. Now goto to Fem prefs.(you don't need to change...
by sgrogan
Tue Sep 29, 2015 6:37 pm
Forum: FEM
Topic: Help with testing - part 11
Replies: 88
Views: 12902

Re: Help with testing - part 11

Can you pull again fem_v22 and check if it OK now? Thanks for testing and catching the problems! This is better. The Mechanical Analysis dialog now respects the Fem Preferences. In the data tab analysis type is still always "static" Working directory respects preferences in both the dialo...
by sgrogan
Tue Sep 29, 2015 5:04 pm
Forum: FEM
Topic: Help with testing - part 11
Replies: 88
Views: 12902

Re: Help with testing - part 11

Win build: https://github.com/sgrogan/FreeCAD/releases/tag/0.16-devfem Initial observations: 1. It doesn't seem that the Fem preferences for analysis type is respected. In the gui it always defaults to static and has to be changed in the data tab or Mechanical Analysis dialog to be set to frequency....
by sgrogan
Mon Sep 28, 2015 4:44 pm
Forum: Install / Compile
Topic: CMake not finding boost_python
Replies: 14
Views: 9282

Re: CMake not finding boost_python

Hello Chip! Welcome to FreeCAD and the forum. :D Boost Python is a new dependency that's not in the libpack. Unzip the attached and place the .dll files in the libpack bin folder, place the .lib files in the libpack lib folder, and re-run cmake BoostPython.7z EDIT: This is x64 version of boost pytho...
by sgrogan
Sun Sep 27, 2015 12:07 am
Forum: Wiki
Topic: where is official source code doxygen document, and can I upload the doc to my personal website?
Replies: 13
Views: 4548

Re: where is official source code doxygen document, and can I upload the doc to my personal website?

There is this: http://forum.freecadweb.org/viewtopic.php?t=11700#p94090 or the direct link to the docs here: http://opencyclingcomputer.eu/FreeCAD/SourceDocu/html/index.html @yorik, I'd like to help with this if I can. Should I try to install doxygen and build that for the 0.15 release branch to sta...
by sgrogan
Sat Sep 26, 2015 2:38 pm
Forum: Install / Compile
Topic: 0.16-pre 5636 for win from github
Replies: 4
Views: 752

Re: 0.16-pre 5636 for win from github

wmayer wrote:That doesn't help after the CMakeLIsts.txt has changed because the system doesn't know about the old location of these files any more. All what you can do is a complete rebuild (or try to find manually and delete the old files).
Thanks wmayer. I dicovered this myself. Latest build is from scratch.