This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Found some Solution build missconfigurations.
Type: enhancement Stage:
Components: Build, Windows Versions: Python 3.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Decorater, abarry, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2016-07-14 07:51 by Decorater, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pcbuild.sln Decorater, 2016-07-14 07:51 Fixed Solution File.
Messages (6)
msg270380 - (view) Author: Decorater (Decorater) * Date: 2016-07-14 07:51
I went in and looked in the batch build list to find some missconfigurations So, I went in and selected the right ones that I can see  currently.
msg270404 - (view) Author: Anilyka Barry (abarry) * (Python triager) Date: 2016-07-14 12:25
Please submit a patch file (see https://docs.python.org/devguide/patch.html ).
msg270413 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-07-14 14:21
I believe changes to the batch build dialog are local to your machine, so there won't be any changes to the solution file.

A regular build should include all packages. Can you explain what didn't work and why you needed to fix it?
msg270435 - (view) Author: Decorater (Decorater) * Date: 2016-07-14 20:18
Some parts rargenting win32 was having the solution set of 64 bit making x86 with x64 setting mixups.
Basically it was doing both 32 and 64 bit assembling at the same time which of course would make it fail.
msg270436 - (view) Author: Decorater (Decorater) * Date: 2016-07-14 20:24
was targeting*
msg270448 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-07-14 22:55
I just checked and the pcbuild.sln you posted is identical to what's currently checked in.

Batch build settings are not part of the checkin, so if you want to use that rather than using the build scripts we provide (see PCBuild/build.bat) then you'll need to configure the selection locally.
History
Date User Action Args
2022-04-11 14:58:33adminsetgithub: 71697
2016-07-14 22:55:17steve.dowersetstatus: open -> closed
resolution: not a bug
messages: + msg270448

stage: needs patch ->
2016-07-14 20:24:30Decoratersetmessages: + msg270436
2016-07-14 20:18:36Decoratersetmessages: + msg270435
2016-07-14 14:21:09steve.dowersetmessages: + msg270413
2016-07-14 12:25:39abarrysetnosy: + abarry

messages: + msg270404
stage: needs patch
2016-07-14 07:51:52Decoratercreate