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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-09-04.09:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536053487.61.0.56676864532.issue34575@psf.upfronthosting.co.za>
In-reply-to
Content
Example on my PR:
https://github.com/python/cpython/pull/9057

https://ci.appveyor.com/project/python/cpython/build/3.6build21480/job/lge7r4qknx0t0tlv

LINK : fatal error C1047: The object or library file 'C:\projects\cpython\PCBuild\win32\libeay.lib' was created with an older compiler than other objects; rebuild old objects and libraries [C:\projects\cpython\PCbuild\_hashlib.vcxproj]
LINK : fatal error LNK1257: code generation failed [C:\projects\cpython\PCbuild\_hashlib.vcxproj]
LINK : fatal error C1047: The object or library file 'C:\projects\cpython\PCBuild\win32\libeay.lib' was created with an older compiler than other objects; rebuild old objects and libraries [C:\projects\cpython\PCbuild\_ssl.vcxproj]
LINK : fatal error LNK1257: code generation failed [C:\projects\cpython\PCbuild\_ssl.vcxproj]
Command exited with code 1
History
Date User Action Args
2018-09-04 09:31:27vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-09-04 09:31:27vstinnersetmessageid: <1536053487.61.0.56676864532.issue34575@psf.upfronthosting.co.za>
2018-09-04 09:31:27vstinnerlinkissue34575 messages
2018-09-04 09:31:26vstinnercreate