[issue30368] [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2.7

Jeremy Kloth report at bugs.python.org
Thu May 25 15:15:27 EDT 2017


Jeremy Kloth added the comment:

Updated PR.  It seems that in my testing back and forth, some build artifacts were affecting my outcomes.  That's what I get for cutting corners...

Per Zach's comment, I've changed to VS project files to use the prepare_ssl.py include directories (include{suffix} vs inc{suffix}).  This simplifies build_ssl.py further.

I have, however, left the "fix_buildinf()" code in place since it requires an update to the checked-in external OpenSSL before it can be removed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30368>
_______________________________________


More information about the Python-bugs-list mailing list