Search found 29 matches

by zach
Sun Aug 25, 2019 1:44 am
Forum: Google Summer of Code (GSoC)
Topic: GSOC 2019 Configuration Management Project
Replies: 36
Views: 23328

Re: GSOC 2019 Configuration Management Project

Not trying to make excuses but I just seem to lose track of updating the forum/my blog. Neither has been in common usage for me before this project. Mostly my communication and updates have been direct to my mentors. All CMake objectives have been completed. PowerShell development is going well and ...
by zach
Tue Aug 13, 2019 12:02 am
Forum: Google Summer of Code (GSoC)
Topic: GSOC 2019 Configuration Management Project
Replies: 36
Views: 23328

Re: GSOC 2019 Configuration Management Project

Howdy! I have been in communication with my mentors about my current Libpack project. I have had a few meetings (with one in-person with kkremitzki) discussing the libpack project I will be working on. However, the first thing is to finalize my CMakeLists.txt changes. Previously I had switched the b...
by zach
Tue Jul 30, 2019 9:45 pm
Forum: Archived Pull Requests
Topic: Sketcher task dialog
Replies: 24
Views: 6262

Re: Sketcher task dialog

I should have the write up complete soon. :D
by zach
Sun Jul 21, 2019 4:07 pm
Forum: Google Summer of Code (GSoC)
Topic: GSOC 2019 Configuration Management Project
Replies: 36
Views: 23328

Re: GSOC 2019 Configuration Management Project

I have finished my changes to the CMakeLists.txt file. It will now only copy the necessary files from the Libpack and set a path for FreeCAD to know where to find the compressed python archive. More details available in my blog.
by zach
Sun Jul 21, 2019 3:57 pm
Forum: Install / Compile
Topic: Python36.zip in Windows Libpack 12.1.2
Replies: 3
Views: 1452

Re: Python36.zip in Windows Libpack 12.1.2

I have finished making the changes. I was able to configure/generate/build on my Windows 10 machine with VS17. I will have kkremitzki and sgrogan review my work.
by zach
Fri Jul 19, 2019 12:07 am
Forum: Install / Compile
Topic: Python36.zip in Windows Libpack 12.1.2
Replies: 3
Views: 1452

Re: Python36.zip in Windows Libpack 12.1.2

I propose that we add the minimal python archive to Libpack 12.1.2 and modify the FREECAD_COPY_LIBPACK_BIN_TO_BUILD CMake flag to FREECAD_COPY_LIBPACK_DEPENDS_TO_BUILD. The process of copying would be modified to only copy the two Qt files mentioned and to generate an appropriate batch file. Go for...
by zach
Thu Jul 18, 2019 12:55 am
Forum: Google Summer of Code (GSoC)
Topic: GSOC 2019 Configuration Management Project
Replies: 36
Views: 23328

Re: GSOC 2019 Configuration Management Project

Howdy! I have finished the procedure for submitting my bug fixes as a patch for the Debian packaging of FreeCAD. The bugs can be found here and here . In the mean time I've been working with sgrogan on the Windows configuration. We found some improvements that could be made to the Libpack and a summ...
by zach
Thu Jul 18, 2019 12:31 am
Forum: Install / Compile
Topic: Python36.zip in Windows Libpack 12.1.2
Replies: 3
Views: 1452

Python36.zip in Windows Libpack 12.1.2

Howdy all! As part of my GSoC project I've been building on Windows regularly. sgrogan has been helping me greatly and he came across a post in this topic: https://forum.freecadweb.org/viewtopic.php?p=299010#p299010 . wmayer described a method of using a batch file in order to add the Libpack direct...
by zach
Sun Jul 14, 2019 2:05 am
Forum: Install / Compile
Topic: Building Libs for Windows Debug Version with VS2017/Qt5.12
Replies: 175
Views: 31081

Re: Building Libs for Windows Debug Version with VS2017/Qt5.12

wmayer wrote: Sat Jul 13, 2019 10:19 pm Does your libpack have the file python36.zip as shown in the error message?
It does not. However, checking the FREECAD_COPY_LIBPACK_BIN_TO_BUILD option in CMake causes FreeCAD run normally.
by zach
Sat Jul 13, 2019 8:49 pm
Forum: Install / Compile
Topic: Building Libs for Windows Debug Version with VS2017/Qt5.12
Replies: 175
Views: 31081

Re: Building Libs for Windows Debug Version with VS2017/Qt5.12

set PATH=PATH_TO_THE_LIBPACK\bin;%PATH% start FreeCAD.exe --write-log %1 %2 %3 I stopped using Visual Studio some years ago and switched to QtCreator as IDE but IIRC you can also define a .bat file as program in Visual Studio. I set up a batch file like this but for some reason it failed to find th...