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.

Author steve.dower
Recipients BreamoreBoy, jkloth, mdengler, steve.dower, tim.golden, zach.ware
Date 2014-11-25.06:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416895786.93.0.949421698924.issue22919@psf.upfronthosting.co.za>
In-reply-to
Content
> After a debug build with VS2015, my biggest concern is this:
>
>  ..\PC\bdist_wininst\install.rc(19): fatal error RC1015: cannot open 
> include file 'afxres.h'. [P:\ath\to\cpython\PCbuild\bdist_wininst.vcxproj]

I thought I had a workaround for this, but I'll have to check it out. Oddly enough, all of my builds have been fine (I think I'm mostly doing release builds - does that make a difference?)

> There's also a slew of new warnings, mostly C4456 and C4457 with a 
> few C4459s thrown in.  I think we can safely disable those three 
> (which are all about name shadowing), perhaps with a XXX comment 
> alongside to the effect of 'it might be nice to not disable these 
> warnings someday'.

I'm torn about that. Ideally I'd like to suppress the existing ones and still have new ones appear, but that probably requires going through and fixing them. Maybe leaving the warnings there will encourage someone to do it? :)

> Interestingly, there's also this warning:
>
>   C:\Program Files (x86)\Windows Kits\8.1\Include\um\shlobj.h(1054): 
> warning C4091: 'typedef ': ignored on left of 'tagGPFIDL_FLAGS' when 
> no variable is declared [P:\ath\to\cpython\PCbuild\pylauncher.vcxproj]
>
> And a matching one for pywlauncher.vcxproj.

This is a known issue with the Windows SDK - they need to release a new version to handle the changes in the compiler. It doesn't affect the Python build, though it is currently breaking some of my installer work :( I'm confident it will be fixed soon - they're getting a lot of reports about it.
History
Date User Action Args
2014-11-25 06:09:46steve.dowersetrecipients: + steve.dower, tim.golden, jkloth, BreamoreBoy, zach.ware, mdengler
2014-11-25 06:09:46steve.dowersetmessageid: <1416895786.93.0.949421698924.issue22919@psf.upfronthosting.co.za>
2014-11-25 06:09:46steve.dowerlinkissue22919 messages
2014-11-25 06:09:46steve.dowercreate