[issue27510] Found some Solution build missconfigurations.

2016-07-14 Thread Steve Dower

Steve Dower added the comment:

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.

--
resolution:  -> not a bug
stage: needs patch -> 
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27510] Found some Solution build missconfigurations.

2016-07-14 Thread Decorater

Decorater added the comment:

was targeting*

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27510] Found some Solution build missconfigurations.

2016-07-14 Thread Decorater

Decorater added the comment:

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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27510] Found some Solution build missconfigurations.

2016-07-14 Thread Steve Dower

Steve Dower added the comment:

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?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27510] Found some Solution build missconfigurations.

2016-07-14 Thread Emanuel Barry

Emanuel Barry added the comment:

Please submit a patch file (see https://docs.python.org/devguide/patch.html ).

--
nosy: +ebarry
stage:  -> needs patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27510] Found some Solution build missconfigurations.

2016-07-14 Thread Decorater

New submission from Decorater:

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.

--
components: Build, Windows
files: pcbuild.sln
messages: 270380
nosy: Decorater, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Found some Solution build missconfigurations.
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file43711/pcbuild.sln

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com