Build on Win 10 x64...

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
zbigg
Posts: 136
Joined: Tue Dec 19, 2017 1:11 pm

Build on Win 10 x64...

Post by zbigg »

Hello,

Beacuse latest build for now (0.17.13303) does not want to build the walls from drawn wires I tried to make my build
on WIn10 64, MSVC2017.
I fetched 1.5.3 LiPack, build failed:

86>LINK : fatal error LNK1181: nie można otworzyć pliku wejściowego „..\..\..\Gui\Release\FreeCADGui.lib”
86>Kompilowanie projektu „RobotGui.vcxproj” wykonane — NIEPOWODZENIE.
92>LINK : fatal error LNK1181: nie można otworzyć pliku wejściowego „..\..\..\Gui\Release\FreeCADGui.lib”
92>Kompilowanie projektu „TechDrawGui.vcxproj” wykonane — NIEPOWODZENIE.
87>LINK : fatal error LNK1181: nie można otworzyć pliku wejściowego „..\..\Sketcher\Gui\Release\SketcherGui.lib”
87>Kompilowanie projektu „PartDesignGui.vcxproj” wykonane — NIEPOWODZENIE.
93>------ Kompilacja rozpoczęta: Projekt: ALL_BUILD, Konfiguracja: Release x64 ------
93>Building Custom Rule D:/FreeCAD_Build/free-cad-code/CMakeLists.txt
93>CMake does not need to re-run because D:/FreeCAD_Build/Build/CMakeFiles/generate.stamp is up-to-date.
Last edited by zbigg on Sun Feb 18, 2018 4:35 pm, edited 1 time in total.
cheers,
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Build on Win 10 x64...

Post by sgrogan »

zbigg wrote: Sun Feb 18, 2018 3:11 pm I tried to make my build
on WIn10 64, MSVC2017.

I fetched 1.5.3 LiPack.
The Libpack will only work with VS2013.
"fight the good fight"
User avatar
zbigg
Posts: 136
Joined: Tue Dec 19, 2017 1:11 pm

Re: Build on Win 10 x64...

Post by zbigg »

Ok, I take it for granted.
So build on MSVC 2013 shall go w/out problems?
cheers,
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Build on Win 10 x64...

Post by sgrogan »

zbigg wrote: Sun Feb 18, 2018 5:35 pm Ok, I take it for granted.
So build on MSVC 2013 shall go w/out problems?
If you follow this https://forum.freecadweb.org/viewtopic. ... 02#p159717 I think so. But you will have the same build as on Github, and there are still problems with the debug versions of the Libpack.
"fight the good fight"
User avatar
zbigg
Posts: 136
Joined: Tue Dec 19, 2017 1:11 pm

Re: Build on Win 10 x64...

Post by zbigg »

sgrogan wrote: Sun Feb 18, 2018 5:43 pm
zbigg wrote: Sun Feb 18, 2018 5:35 pm Ok, I take it for granted.
So build on MSVC 2013 shall go w/out problems?
If you follow this https://forum.freecadweb.org/viewtopic. ... 02#p159717 I think so. But you will have the same build as on Github, and there are still problems with the debug versions of the Libpack.
I follow dev 0.17.
https://github.com/FreeCAD/FreeCAD/releases
cheers,
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Build on Win 10 x64...

Post by sgrogan »

zbigg wrote: Sun Feb 18, 2018 5:47 pm I follow dev 0.17.
https://github.com/FreeCAD/FreeCAD/releases
Right, so the linked procedure will lead to the same build. The exception is, I am trying to upgrade python on the daily builds to 2.7.14, which I have not published a new libpack for yet. I still have problems updating some of the dependencies for a debug build.
"fight the good fight"
User avatar
zbigg
Posts: 136
Joined: Tue Dec 19, 2017 1:11 pm

Re: Build on Win 10 x64...

Post by zbigg »

So github builds are automated and its no use to clone locally for compiling newest builds?
cheers,
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Build on Win 10 x64...

Post by triplus »

Yes they are automated.

P.S. @sgrogan being the automator. ;)
User avatar
zbigg
Posts: 136
Joined: Tue Dec 19, 2017 1:11 pm

Re: Build on Win 10 x64...

Post by zbigg »

triplus wrote: Sun Feb 18, 2018 7:29 pm Yes they are automated.

P.S. @sgrogan being the automator. ;)
So thats the case :D

Feel like one has taken away a new toy from me... ;)

Additional question: what should I do to build on msvc2017?
rebuild the libs? all of them?
cheers,
User avatar
zbigg
Posts: 136
Joined: Tue Dec 19, 2017 1:11 pm

Re: Build on Win 10 x64...

Post by zbigg »

triplus wrote: Sun Feb 18, 2018 7:29 pm Yes they are automated.

P.S. @sgrogan being the automator. ;)
And one more thing: whats the time schedule for this 'automation' ?
I mean : when the new build are being issued?
cheers,
Post Reply