Search found 253 matches

by falviani
Thu Apr 15, 2021 7:42 pm
Forum: Install / Compile
Topic: Python errors after building from master
Replies: 22
Views: 2707

Re: Python errors after building from master

I followed your instructions, I believe. The configuration in VS looks like this:
VS2019Properties.png
VS2019Properties.png (118.69 KiB) Viewed 1234 times
But at least I'm getting new errors (sigh):
15Apr21_VSEdited_AllErrs.png
15Apr21_VSEdited_AllErrs.png (50.28 KiB) Viewed 1234 times
I'm getting tired.
Frank
by falviani
Wed Apr 14, 2021 9:45 pm
Forum: Install / Compile
Topic: Python errors after building from master
Replies: 22
Views: 2707

Python errors after building from master

Hi all, I cannot include the usual version info here since my build is broken. :( I just built from the latest master (as of 1PM CDT 14Apr21) using the latest VS2019. I have Python 3.8.9 installed, but the CMake config shows that it's pointing to the versions in the libpack. The build was successful...
by falviani
Wed Apr 14, 2021 6:05 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

Re: VS2017 still supported? Building Freecad from latest checkout fails

Hi, I've gotten through the startup issue; there's a folder that needs to be deleted (according to StackOverflow). Build completes with no errors. After I launched FC for the first time and installed Python 3.8.9 in response to complaints (and then restarted), checking the CMake config shows that it...
by falviani
Wed Apr 14, 2021 4:01 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

(SOLVED) Re: VS2017 still supported? Building Freecad from latest checkout fails

Hi, Selecting the folder within the Zip-generated folder for the lib pack was the solution (I keep forgetting the Zip standard creates a single wrapping folder, even around a single folder :evil: ) However, starting up the newly installed and updated VS2019 is taking forever. How long should I expec...
by falviani
Tue Apr 13, 2021 2:59 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

Re: VS2017 still supported? Building Freecad from latest checkout fails

Thanks in advance for your help!! I have attached screenshots of all of CMake Gui and the output file. The output in the gui is this: (Don't understand why it can't find the lib pack!!) Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042. Compiler: MSVC, version: 19.28.29913.0 pr...
by falviani
Mon Apr 12, 2021 10:06 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

Re: VS2017 still supported? Building Freecad from latest checkout fails

Hi, The selected input directory is "E:/Dev/FreeCAD19_Source/FreeCAD", which is what you specified. Output directory is "E:/Dev/FreeCAD19_Output". Libpack is at "E:/Dev/FreeCAD19_Source/FreeCADLibs_12.5.2_x64_VC17". Libpack version is "NOTFOUND". I replaced th...
by falviani
Mon Apr 12, 2021 6:23 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

Re: VS2017 still supported? Building Freecad from latest checkout fails

Hi all, I have a fresh install of VS2019 and the corresponding lib_pack. I'm partway through the CMake configuration process when it fails with the following error: CMake Error at src/Base/CMakeLists.txt:186 (fc_wrap_cpp): Unknown CMake command "fc_wrap_cpp". I would appreciate a suggestio...
by falviani
Mon Apr 12, 2021 2:51 am
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

Re: VS2017 still supported? Building Freecad from latest checkout fails

Thanks for the info. I'll do this tomorrow. As far as I can tell, I should only need to tell CMake that I'm using VS2019 as the generator.
by falviani
Sun Apr 11, 2021 5:10 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

Re: VS2017 still supported? Building Freecad from latest checkout fails

Hi,

Should I uninstall VS2017 and replace it with VS2019? If not, what version would you recommend?

I think it would be nice if the decision to drop VS2017 were to be publicly announced, in a fairly prominent way.

Thanks in advance,
Frank
by falviani
Sun Apr 11, 2021 3:59 pm
Forum: Developers corner
Topic: VS2017 still supported? Building Freecad from latest checkout fails
Replies: 13
Views: 1638

VS2017 still supported? Building Freecad from latest checkout fails

Hi, I can't include the usual version info here because my build failed badly. I apologize. I did a pull on the latest source (9AM CDT 11Apr21), then did my usual process of invoking CMake followed by VS2017. I had encountered build errors previously so I did a clean before the build. I have include...