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 ntrischi
Recipients eric.snow, eryksun, lukasz.langa, miss-islington, ntrischi, paul.moore, serhiy.storchaka, sobolevn, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-30.14:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643552304.88.0.0332252948462.issue46582@roundup.psfhosted.org>
In-reply-to
Content
Compiling Python3.8.9 from source on Windows 10 with VS2019. Running PCBuild\build.bat, I'm getting the following issue:

C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\um\winnt.h(253): error RC2188: C:\Python-3.8.9\PCbuild\obj\38amd64_Release\pythoncore\RCa09752(53) : fatal error RC1116: RC terminating after preprocessor errors [C:\Python-3.8.9\PCbuild\pythoncore.vcxproj]

I noticed this issue (https://bugs.python.org/issue45220) is closed but it doesn't seem to be resolved.
History
Date User Action Args
2022-01-30 14:18:24ntrischisetrecipients: + ntrischi, paul.moore, vstinner, tim.golden, lukasz.langa, eric.snow, zach.ware, serhiy.storchaka, eryksun, steve.dower, miss-islington, sobolevn
2022-01-30 14:18:24ntrischisetmessageid: <1643552304.88.0.0332252948462.issue46582@roundup.psfhosted.org>
2022-01-30 14:18:24ntrischilinkissue46582 messages
2022-01-30 14:18:24ntrischicreate