[New-bugs-announce] [issue1488] PCBuild9 _ssl.vcproj improperly launches build

Joseph Armbruster report at bugs.python.org
Thu Nov 22 19:41:50 CET 2007


New submission from Joseph Armbruster:

When you attempt to build the _ssl project in release or debug you can
possibly encounter errors in the following scenarios:

1) having spaces in the build path

2) if you launch the build in debug, it attempts to run build_ssl.py
with the python.exe found in the path rather than that just built named
python_d.exe.  I believe the solution was designed to run build_ssl.py
with the binary that was built in the configuration.  If this is
correct, then this patch applies.

3) some of the dependency paths did not appear to point to the correct
place.  Please verify.

See attached patch

----------
components: Windows
files: sslbuild.patch
messages: 57763
nosy: JosephArmbruster, tiran
severity: normal
status: open
title: PCBuild9 _ssl.vcproj improperly launches build
type: compile error
versions: Python 3.0
Added file: http://bugs.python.org/file8795/sslbuild.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1488>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sslbuild.patch
Type: application/octet-stream
Size: 2067 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071122/373277c3/attachment-0001.obj 


More information about the New-bugs-announce mailing list