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 JosephArmbruster
Recipients JosephArmbruster, christian.heimes
Date 2007-11-22.18:41:48
SpamBayes Score 0.021259665
Marked as misclassified No
Message-id <1195756910.13.0.910588506266.issue1488@psf.upfronthosting.co.za>
In-reply-to
Content
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
Files
File name Uploaded
sslbuild.patch JosephArmbruster, 2007-11-22.18:41:49
History
Date User Action Args
2007-11-22 18:41:50JosephArmbrustersetspambayes_score: 0.0212597 -> 0.021259665
recipients: + JosephArmbruster, christian.heimes
2007-11-22 18:41:50JosephArmbrustersetspambayes_score: 0.0212597 -> 0.0212597
messageid: <1195756910.13.0.910588506266.issue1488@psf.upfronthosting.co.za>
2007-11-22 18:41:49JosephArmbrusterlinkissue1488 messages
2007-11-22 18:41:49JosephArmbrustercreate