[issue21623] build ssl failed use vs2010 express

Zachary Ware report at bugs.python.org
Tue Jun 3 20:07:01 CEST 2014


Zachary Ware added the comment:

Mo Jia wrote:
> @Zachary Ware , don't change anything after clone from the repo. What
> i do is just cd python src dir and runing : Tools\buildbot\build.bat
> .  the openssl verison is 1.0.1g . Seem the external.bat don't build
> openssl . I see the readme "     The ssl.vcxproj sub-project simply
> invokes PCbuild/build_ssl.py,    which locates and builds OpenSSL."
> Seem I don't need build the openssl by handle

That's correct, you shouldn't have to do anything special for OpenSSL, especially since you used Tools\buildbot\build.bat.

> After meet the error, I open the sln by vc2010 , and choose the ssl project build .

So the original error happened in the Tools\buildbot\build.bat build, and the newest error happened while building from the VS GUI?

Neither error makes sense to me yet though, so here's a few more questions that may or may not have any impact on things:

Have you tried building again from a completely fresh checkout (including re-downloading the OpenSSL source using Tools/buildbot/external.bat)?
Are you using the hgeol extension of Mercurial?
What version of Windows are you using?
Is VC++ updated completely (including service pack 1)?
What language/localization settings are you using (in Windows and VC++)?
Do you have anything installed that messes with cmd.exe?
What is your default codepage?

Anything else that may seem relevant, please let us know!

----------

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


More information about the Python-bugs-list mailing list