Mo Jia added the comment:

@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21623>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to