FreeCAD 0.17 release

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
IanP
Posts: 143
Joined: Sun Feb 28, 2016 12:37 am
Location: Lancashire

FreeCAD 0.17 release

Post by IanP »

I am quite excited by Ickby's announcement of the new development version and would like to download it to my Windows 10 machines.
I think that I read a little while ago that it is possible to load the development version in such a way that any new commits get downloaded automatically. Is this true, and if so how should I do it?
Ian
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: FreeCAD 0.17 release

Post by bejant »

Files and instructions are here:
https://github.com/FreeCAD/FreeCAD/releases

Usage overview is here:
viewtopic.php?f=9&t=15269
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCAD 0.17 pre-release

Post by sgrogan »

0.17 is the dev cycle so 0.17_pre=release
The new files are not up yet. I'm working on a x64 build now.
"fight the good fight"
IanP
Posts: 143
Joined: Sun Feb 28, 2016 12:37 am
Location: Lancashire

Re: FreeCAD 0.17 release

Post by IanP »

SGrogan Wrote;
I'm working on a x64 build now.
So I guess I'd better not disturb you any more !
<Sound of sweat falling onto keyboard>
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCAD 0.17 pre-release

Post by sgrogan »

IanP wrote:So I guess I'd better not disturb you any more !
<Sound of sweat falling onto keyboard>
Win-x64 build is up! Have fun :D
"fight the good fight"
CharlieMAC
Posts: 228
Joined: Fri Apr 25, 2014 1:59 am

Re: FreeCAD 0.17 release

Post by CharlieMAC »

I must really appreciate the effort and the dedication the developers have put into this program. I remember how frustrating and painful was to use FreeCAD 0.13 back then in 2014, but what we have today has basically no point of comparison.

I'm looking forward to see how far FreeCAD goes in 2 or 3 more releases.

Congratulations!
CharlieMAC
Posts: 228
Joined: Fri Apr 25, 2014 1:59 am

Re: FreeCAD 0.17 release

Post by CharlieMAC »

I'm trying to compile 0.17 under Debian Jessie, but I'm getting the following error:

Code: Select all

make
[  1%] Built target Driver
[  2%] Built target SMDS
[  2%] Built target DriverDAT
[  2%] Built target DriverSTL
[  2%] Built target SMESHDS
[  2%] Built target DriverUNV
[  2%] Built target MEFISTO2
[  3%] Built target SMESH
[  5%] Built target StdMeshers
[  9%] Built target FreeCADBase
[ 12%] Built target FreeCADApp
[ 13%] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGRectItem.cpp.o
/home/charlie/FreeCAD0.17/FreeCAD/src/Gui/DAGView/DAGRectItem.cpp:78:31: fatal error: moc_DAGRectItem.cpp: No such file or directory
 #include <moc_DAGRectItem.cpp>
                               ^
compilation terminated.
src/Gui/CMakeFiles/FreeCADGui.dir/build.make:3792: recipe for target 'src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGRectItem.cpp.o' failed
make[2]: *** [src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGRectItem.cpp.o] Error 1
CMakeFiles/Makefile2:4111: recipe for target 'src/Gui/CMakeFiles/FreeCADGui.dir/all' failed
make[1]: *** [src/Gui/CMakeFiles/FreeCADGui.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
Any suggestions?
Charlie
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: FreeCAD 0.17 release

Post by NormandC »

IanP wrote:I think that I read a little while ago that it is possible to load the development version in such a way that any new commits get downloaded automatically. Is this true, and if so how should I do it?
Ian
AFAIK this is only possible with the Daily Builds PPA, a repository on Launchpad.net for Ubuntu users which is currently off because of a Launchpad bug. On Windows you have to download new builds, unless you compile FreeCAD yourself. Afterward the compilation is incremental and does not take long.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCAD 0.17 pre-release

Post by sgrogan »

CharlieMAC wrote: Any suggestions?
There is a bug in master. You can try

Code: Select all

git checkout 081b86c
This will put you in a detached head.
Then cmake and make again
This commit is before the bug in master and after PartDesignNext was merged.
"fight the good fight"
wmayer
Founder
Posts: 20302
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: FreeCAD 0.17 release

Post by wmayer »

Sorry, my bad. After merging the branch I fixed reported warnings by gcc and Qt's moc. I took out DAGRectItem.h to being moc'ed but forgot to also remove the line moc_DAGRectItem.cpp. It's fixed now.
Post Reply