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 Mo.Jia
Recipients Mo.Jia, loewis, python-dev, steve.dower, zach.ware
Date 2014-06-03.15:31:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401809492.92.0.298103396351.issue21623@psf.upfronthosting.co.za>
In-reply-to
Content
@Roundup Robot . Clone the newest 3.4 tag. The unicode problem is ok now .
@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 .  After meet the error , I open the sln by vc2010 , and choose the ssl project build . Here is another error :

4>  pymath.c
4>  pytime.c
4>  pystate.c
4>  pystrcmp.c
4>  pystrtod.c
4>  dtoa.c
4>  Python-ast.c
4>  pythonrun.c
4>  structmember.c
4>  symtable.c
4>  sysmodule.c
4>  thread.c
4>  traceback.c
4>  Generating Code...
4>  The syntax of the command is incorrect.
4>  cl.exe -c -D_WIN32 -DUSE_DL_EXPORT -D_WINDOWS -DWIN32 -D_WINDLL -D_DEBUG -MDd ..\Modules\getbuildinfo.c -Fo"D:\Hg\Python\Python\PCbuild\Win32-temp-Debug\pythoncore\getbuildinfo.o" -I..\Include -I..\PC
4>  The syntax of the command is incorrect.
4>     Creating library D:\Hg\Python\Python\PCbuild\python34_d.lib and object D:\Hg\Python\Python\PCbuild\python34_d.exp
4>  pythoncore.vcxproj -> D:\Hg\Python\Python\PCbuild\python34_d.dll
5>------ Build started: Project: python, Configuration: Debug Win32 ------
5>  python.c
5>  python.vcxproj -> D:\Hg\Python\Python\PCbuild\python_d.exe
6>------ Build started: Project: ssl, Configuration: Debug Win32 ------
6>  Found a working perl at 'D:\cygwin64\bin\perl.exe'
6>  Executing ssl makefiles: nmake /nologo -f "ms\nt.mak"
6>  The syntax of the command is incorrect.
6>  Executing ms\nt.mak failed
6>  1
6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "cd "D:\Hg\Python\Python\PCbuild\"
6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: "D:\Hg\Python\Python\PCbuild\python_d.exe" build_ssl.py Release Win32 -a
6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: " exited with code 1.
History
Date User Action Args
2014-06-03 15:31:32Mo.Jiasetrecipients: + Mo.Jia, loewis, python-dev, zach.ware, steve.dower
2014-06-03 15:31:32Mo.Jiasetmessageid: <1401809492.92.0.298103396351.issue21623@psf.upfronthosting.co.za>
2014-06-03 15:31:32Mo.Jialinkissue21623 messages
2014-06-03 15:31:31Mo.Jiacreate