[issue9615] Building SSL fails under 64-bit Windows

Antoine Pitrou report at bugs.python.org
Sun Aug 15 21:11:22 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

This is what I get when MSVC 2008 tries to build the _ssl module:

8>------ Build started: Project: _ssl, Configuration: Debug x64 ------
8>Performing Pre-Build Event...
8>'""' is not recognized as an internal or external command,
8>operable program or batch file.
8>Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
8>Build log was saved at "file://Z:\py3k\__svn__\PCbuild\x64-temp-Debug\_ssl\BuildLog.htm"
8>_ssl - 1 error(s), 0 warning(s)

The build log has the following contents:

Creating temporary file "C:\Users\Antoine\AppData\Local\Temp\BAT00012021242476.bat" with contents
[
@echo off

cd "Z:\py3k\__svn__\PCbuild\"

"" build_ssl.py Release x64 -a



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."

exit 1

:VCEnd
]
Creating command line "C:\Users\Antoine\AppData\Local\Temp\BAT00012021242476.bat"


I have installed Perl and Python 2.7.

----------
components: Build, Extension Modules, Windows
messages: 113998
nosy: loewis, pitrou
priority: normal
severity: normal
status: open
title: Building SSL fails under 64-bit Windows
versions: Python 3.2

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


More information about the Python-bugs-list mailing list