[Python-Dev] Debugging using VS 2015 (original) (raw)

Eddy Quicksall Eddy at Quicksall.com
Wed Jan 13 15:05:11 EST 2016


I am using 3.5.1. I'm adding an extension for my special case.

I know this list is for development and that's what I'm doing but I would like to use VS 2015 to do my debugging. If there is another list I should use to get the build to work then please let me know the list.

I have been able to build using "PCbuild\build.bat -e" but I'm not able to build using PCbuild\pcbuild.sln. It gives lots of errors.

I'm using Debug/Win32.

Below is the output. Note that lots of .c files are missing .. Is there another package I should get (but then why would it build correctly with build.bat)? It could be that I need to add the equivalent to the "-e" option.

1>------ Rebuild All started: Project: pythoncore, Configuration: Debug Win32 ------

2>------ Rebuild All started: Project: tcl, Configuration: Debug Win32

3>------ Rebuild All started: Project: ssleay, Configuration: Debug Win32

4>------ Rebuild All started: Project: sqlite3, Configuration: Debug Win32

1> Killing any running python_d.exe instances...

1> 'hg' is not recognized as an internal or external command,

1> operable program or batch file.

1>W:\Python-3.5.1\PCbuild\pythoncore.vcxproj(403,5): warning MSB3073: The command "hg id -b > "W:\Python-3.5.1\PCbuild\obj\win32_Debug\pythoncore\hgbranch.txt"" exited with code 9009.

1> 'hg' is not recognized as an internal or external command,

1> operable program or batch file.

1>W:\Python-3.5.1\PCbuild\pythoncore.vcxproj(404,5): warning MSB3073: The command "hg id -i > "W:\Python-3.5.1\PCbuild\obj\win32_Debug\pythoncore\hgversion.txt"" exited with code 9009.

1> 'hg' is not recognized as an internal or external command,

1> operable program or batch file.

1>W:\Python-3.5.1\PCbuild\pythoncore.vcxproj(405,5): warning MSB3073: The command "hg id -t > "W:\Python-3.5.1\PCbuild\obj\win32_Debug\pythoncore\hgtag.txt"" exited with code 9009.

2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): warning MSB8005: The property 'NMakeReBuildCommandLine' doesn't exist. Skipping...

5>------ Rebuild All started: Project: python3dll, Configuration: Debug Win32 ------

1> _bisectmodule.c

5> python3dll.c

4> sqlite3.c

3> d1_both.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1_both.c': No such file or directory

3> d1_lib.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1_lib.c': No such file or directory

1> _codecsmodule.c

3> d1_pkt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1_pkt.c': No such file or directory

3> d1_srtp.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1_srtp.c': No such file or directory

3> s2_clnt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2_clnt.c': No such file or directory

3> s2_enc.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2_enc.c': No such file or directory

3> s2_lib.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2_lib.c': No such file or directory

3> s2_meth.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2_meth.c': No such file or directory

3> s2_pkt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2_pkt.c': No such file or directory

3> s2_srvr.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2_srvr.c': No such file or directory

3> s23_clnt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23_clnt.c': No such file or directory

3> s23_lib.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23_lib.c': No such file or directory

3> s23_meth.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23_meth.c': No such file or directory

3> s23_pkt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23_pkt.c': No such file or directory

3> s23_srvr.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23_srvr.c': No such file or directory

3> s3_both.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_both.c': No such file or directory

3> s3_cbc.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_cbc.c': No such file or directory

3> s3_clnt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_clnt.c': No such file or directory

3> s3_enc.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_enc.c': No such file or directory

3> s3_lib.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_lib.c': No such file or directory

3> Generating Code...

3> Compiling...

3> s3_meth.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_meth.c': No such file or directory

3> s3_pkt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_pkt.c': No such file or directory

3> s3_srvr.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3_srvr.c': No such file or directory

3> ssl_algs.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_algs.c': No such file or directory

3> ssl_asn1.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_asn1.c': No such file or directory

3> ssl_cert.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_cert.c': No such file or directory

3> ssl_ciph.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_ciph.c': No such file or directory

3> ssl_err.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_err.c': No such file or directory

3> ssl_err2.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_err2.c': No such file or directory

3> ssl_lib.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_lib.c': No such file or directory

3> ssl_rsa.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_rsa.c': No such file or directory

3> ssl_sess.c

1> _collectionsmodule.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssl_sess.c': No such file or directory

3> t1_clnt.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1_clnt.c': No such file or directory

3> t1_enc.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1_enc.c': No such file or directory

3> t1_lib.c

1> _csv.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1_lib.c': No such file or directory

3> t1_meth.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1_meth.c': No such file or directory

3> t1_reneg.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1_reneg.c': No such file or directory

3> t1_srvr.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1_srvr.c': No such file or directory

3> tls_srp.c

3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\tls_srp.c': No such file or directory

3> Generating Code...

6>------ Rebuild All started: Project: tk, Configuration: Debug Win32 ------

1> _functoolsmodule.c

1> _heapqmodule.c

1> _json.c

1> _localemodule.c

4> Creating library W:\Python-3.5.1\PCBuild\win32\sqlite3_d.lib and object W:\Python-3.5.1\PCBuild\win32\sqlite3_d.exp

5> Creating library W:\Python-3.5.1\PCBuild\win32\python3_dstub.lib and object W:\Python-3.5.1\PCBuild\win32\python3_dstub.exp

1> _lsprof.c

5> Creating library W:\Python-3.5.1\PCBuild\win32\python3_d.lib and object W:\Python-3.5.1\PCBuild\win32\python3_d.exp

5> python3dll.vcxproj -> W:\Python-3.5.1\PCBuild\win32\python3_d.dll

7>------ Rebuild All started: Project: libeay, Configuration: Debug Win32

6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): warning MSB8005: The property 'NMakeReBuildCommandLine' doesn't exist. Skipping...

8>------ Skipped Rebuild All: Project: bdist_wininst, Configuration: Debug Win32 ------

8>Project not selected to build for this solution configuration

9>------ Skipped Rebuild All: Project: xxlimited, Configuration: Release Win32 ------

9>Project not selected to build for this solution configuration

10>------ Rebuild All started: Project: pylauncher, Configuration: Debug Win32 ------

1> _math.c

4> sqlite3.vcxproj -> W:\Python-3.5.1\PCBuild\win32\sqlite3_d.dll

11>------ Rebuild All started: Project: pywlauncher, Configuration: Debug Win32 ------

10> launcher.c

1> _pickle.c

7> nasm: fatal: unable to open input file `W:\Python-3.5.1\externals\openssl-1.0.2d\tmp32\aes-586.asm'

1> _randommodule.c

7>W:\Python-3.5.1\PCbuild\openssl.props(69,5): error MSB3073: The command "setlocal

7>W:\Python-3.5.1\PCbuild\openssl.props(69,5): error MSB3073: set PATH=W:\Python-3.5.1\externals\nasm-2.11.06;%PATH%

7>W:\Python-3.5.1\PCbuild\openssl.props(69,5): error MSB3073: nasm.exe -f win32 -o "W:\Python-3.5.1\externals\openssl-1.0.2d\tmp\win32_Debug\libeay\aes-586.ob j" "W:\Python-3.5.1\externals\openssl-1.0.2d\tmp32\aes-586.asm"" exited with code 1.

12>------ Rebuild All started: Project: tix, Configuration: Debug Win32

11> launcher.c

1> _sre.c

1> _stat.c

1> _struct.c

12> md Debug_VC13

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixClass.obj ..\generic\tixClass.c

12> tixClass.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixCmds.obj ..\generic\tixCmds.c

12> tixCmds.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixCompat.obj ..\generic\tixCompat.c

12> tixCompat.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixDiImg.obj ..\generic\tixDiImg.c

12> tixDiImg.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixDiITxt.obj ..\generic\tixDiITxt.c

12> tixDiITxt.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixDiStyle.obj ..\generic\tixDiStyle.c

12> tixDiStyle.c

11> pywlauncher.vcxproj -> W:\Python-3.5.1\PCBuild\win32\pyw_d.exe

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixDItem.obj ..\generic\tixDItem.c

12> tixDItem.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixDiText.obj ..\generic\tixDiText.c

12> tixDiText.c

1> _weakref.c

1> arraymodule.c

1> atexitmodule.c

1> audioop.c

1> binascii.c

1> Generating Code...

1> Compiling...

1> cmathmodule.c

1> _datetimemodule.c

1> errnomodule.c

1> faulthandler.c

1> gcmodule.c

10> pylauncher.vcxproj -> W:\Python-3.5.1\PCBuild\win32\py_d.exe

1> hashtable.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixDiWin.obj ..\generic\tixDiWin.c

12> tixDiWin.c

1> itertoolsmodule.c

1> main.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixError.obj ..\generic\tixError.c

12> tixError.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixForm.obj ..\generic\tixForm.c

1> mathmodule.c

12> tixForm.c

1> md5module.c

1> mmapmodule.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixFormMisc.obj ..\generic\tixFormMisc.c

12> tixFormMisc.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGeometry.obj ..\generic\tixGeometry.c

12> tixGeometry.c

1> _opcode.c

1> _operator.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGrid.obj ..\generic\tixGrid.c

1> parsermodule.c

12> tixGrid.c

1> posixmodule.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGrData.obj ..\generic\tixGrData.c

12> tixGrData.c

1> rotatingtree.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGrRC.obj ..\generic\tixGrRC.c

1> sha1module.c

12> tixGrRC.c

1> sha256module.c

1> sha512module.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGrFmt.obj ..\generic\tixGrFmt.c

12> tixGrFmt.c

1> signalmodule.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGrSel.obj ..\generic\tixGrSel.c

12> tixGrSel.c

1> Generating Code...

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixGrUtl.obj ..\generic\tixGrUtl.c

12> tixGrUtl.c

1> Compiling...

1> symtablemodule.c

1> _threadmodule.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixHLCol.obj ..\generic\tixHLCol.c

12> tixHLCol.c

1> _tracemalloc.c

1> timemodule.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixHLHdr.obj ..\generic\tixHLHdr.c

12> tixHLHdr.c

1> xxsubtype.c

1> zipimport.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixHLInd.obj ..\generic\tixHLInd.c

12> tixHLInd.c

1> zlibmodule.c

1> fileio.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixHList.obj ..\generic\tixHList.c

12> tixHList.c

1> bytesio.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixImgCmp.obj ..\generic\tixImgCmp.c

12> tixImgCmp.c

1> stringio.c

1> bufferedio.c

12>..\generic\tixImgCmp.c(169): warning C4090: 'function': different 'const' qualifiers

12>..\generic\tixImgCmp.c(169): warning C4028: formal parameter 2 different from declaration

12>..\generic\tixImgCmp.c(169): warning C4028: formal parameter 5 different from declaration

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixImgXpm.obj ..\generic\tixImgXpm.c

12> tixImgXpm.c

1> iobase.c

1> textio.c

12>..\generic\tixImgXpm.c(88): warning C4090: 'function': different 'const' qualifiers

12>..\generic\tixImgXpm.c(88): warning C4028: formal parameter 2 different from declaration

12>..\generic\tixImgXpm.c(88): warning C4028: formal parameter 5 different from declaration

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixInit.obj ..\generic\tixInit.c

1> _iomodule.c

12> tixInit.c

1> adler32.c

1> compress.c

1> crc32.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixList.obj ..\generic\tixList.c

1> deflate.c

12> tixList.c

1> infback.c

1> inffast.c

1> Generating Code...

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixMethod.obj ..\generic\tixMethod.c

1> Compiling...

1> inflate.c

12> tixMethod.c

1> inftrees.c

1> trees.c

1> uncompr.c

1> zutil.c

1> _codecs_cn.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixNBFrame.obj ..\generic\tixNBFrame.c

12> tixNBFrame.c

1> _codecs_hk.c

1> _codecs_iso2022.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixOption.obj ..\generic\tixOption.c

12> tixOption.c

1> _codecs_jp.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixSmpLs.obj ..\generic\tixSmpLs.c

1> _codecs_kr.c

12> tixSmpLs.c

1> _codecs_tw.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixScroll.obj ..\generic\tixScroll.c

12> tixScroll.c

1> multibytecodec.c

1> _winapi.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixTList.obj ..\generic\tixTList.c

12> tixTList.c

1> abstract.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixUtils.obj ..\generic\tixUtils.c

12> tixUtils.c

1> accu.c

1> boolobject.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixWCmpt.obj ..\win\tixWCmpt.c

1> bytes_methods.c

12> tixWCmpt.c

1> bytearrayobject.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixWidget.obj ..\generic\tixWidget.c

12> tixWidget.c

1> bytesobject.c

1> capsule.c

1> Generating Code...

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixWinDraw.obj ..\win\tixWinDraw.c

12> tixWinDraw.c

1> Compiling...

1> cellobject.c

1> classobject.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixWinXpm.obj ..\win\tixWinXpm.c

12> tixWinXpm.c

1> codeobject.c

1> complexobject.c

12> cl.exe -DWIN32 -D_WIN32 -D_MT -DSTDC_HEADERS -D_DLL -c -W3 -nologo -MD -FpDebug_VC13\ -Od -Zi -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -I..\win -I..\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\generic -IW:\Python-3.5.1\externals\tk-8.6.4.2\win -IW:\Python-3.5.1\externals\tk-8.6.4.2\xlib -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\generic -IW:\Python-3.5.1\externals\tcl-core-8.6.4.2\win -D__WIN32__ -D_CRT_SECURE_NO_WARNINGS -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tix -FoDebug_VC13\tixWinWm.obj ..\win\tixWinWm.c

1> descrobject.c

12> tixWinWm.c

1> dictobject.c

12> link.exe -debug -debugtype:cv /RELEASE /NOLOGO /MACHINE:IX86 -dll W:\Python-3.5.1\externals\tk-8.6.4.2\win\Debug_VC13\tkstub86.lib W:\Python-3.5.1\externals\tcl-core-8.6.4.2\win\Debug_VC13\tclstub86.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib -out:Debug_VC13\tix84g.dll @C:\Users\eddyq\AppData\Local\Temp\nmF029.tmp

12>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.5.1\externals\tk-8.6.4.2\win\Debug_VC13\tkstub86.lib'

12>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe"' : return code '0x49d'

12> Stop.

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command "setlocal

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: if not exist "W:\Python-3.5.1\externals\tcltk\lib\tix8.4.3\tix84g.dll" goto build

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: goto :eof

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: :build

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: cd /D "W:\Python-3.5.1\externals\tix-8.4.3.6\win"

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: nmake /nologo -f makefile.vc MACHINE=IX86 DEBUG=1 NODEBUG=0 TCL_DBGX=g TK_DBGX=g TCL_MAJOR=8 TCL_MINOR=6 TCL_PATCH=4 BUILDDIRTOP="Debug_VC13" TCL_DIR="W:\Python-3.5.1\externals\tcl-core-8.6.4.2" TK_DIR="W:\Python-3.5.1\externals\tk-8.6.4.2" INSTALL_DIR="W:\Python-3.5.1\externals\tcltk" all install

12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(44,5): error MSB3073: " exited with code 2.

1> enumobject.c

1> exceptions.c

1> fileobject.c

1> floatobject.c

1> frameobject.c

1> funcobject.c

1> genobject.c

1> iterobject.c

1> listobject.c

1> longobject.c

1> memoryobject.c

1> methodobject.c

1> moduleobject.c

1> namespaceobject.c

1> Generating Code...

1> Compiling...

1> object.c

1> obmalloc.c

1> odictobject.c

1> rangeobject.c

1> setobject.c

1> sliceobject.c

1> structseq.c

1> tupleobject.c

1> typeobject.c

1> unicodectype.c

1> unicodeobject.c

1> weakrefobject.c

1> acceler.c

1> bitset.c

1> firstsets.c

1> grammar.c

1> grammar1.c

1> listnode.c

1> metagrammar.c

1> myreadline.c

1> Generating Code...

1> Compiling...

1> node.c

1> parser.c

1> parsetok.c

1> tokenizer.c

1> invalid_parameter_handler.c

1> winreg.c

1> config.c

1> getpathp.c

1> msvcrtmodule.c

1> pyhash.c

1> random.c

1> _warnings.c

1> asdl.c

1> ast.c

1> bltinmodule.c

1> ceval.c

1> codecs.c

1> compile.c

1> dynamic_annotations.c

1> dynload_win.c

1> Generating Code...

1> Compiling...

1> errors.c

1> fileutils.c

1> formatter_unicode.c

1> frozen.c

1> future.c

1> getargs.c

1> getcompiler.c

1> getcopyright.c

1> getopt.c

1> getplatform.c

1> getversion.c

1> graminit.c

1> import.c

1> importdl.c

1> marshal.c

1> modsupport.c

1> mysnprintf.c

1> mystrtoul.c

1> peephole.c

1> pyarena.c

1> Generating Code...

1> Compiling...

1> pyctype.c

1> pyfpe.c

1> pylifecycle.c

1> pymath.c

1> pytime.c

1> pystate.c

1> pystrcmp.c

1> pystrhex.c

1> pystrtod.c

1> dtoa.c

1> Python-ast.c

1> pythonrun.c

1> structmember.c

1> symtable.c

1> sysmodule.c

1> thread.c

1> traceback.c

1> dl_nt.c

1> Generating Code...

1> getbuildinfo.c

1> Creating library W:\Python-3.5.1\PCBuild\win32\python35_d.lib and object W:\Python-3.5.1\PCBuild\win32\python35_d.exp

1> pythoncore.vcxproj -> W:\Python-3.5.1\PCBuild\win32\python35_d.dll

13>------ Rebuild All started: Project: _socket, Configuration: Debug Win32

14>------ Rebuild All started: Project: _ctypes_test, Configuration: Debug Win32 ------

15>------ Rebuild All started: Project: _elementtree, Configuration: Debug Win32 ------

16>------ Rebuild All started: Project: _msi, Configuration: Debug Win32

15> _elementtree.c

13> socketmodule.c

16> _msi.c

14> _ctypes_test.c

15> xmlparse.c

15> xmlrole.c

15> xmltok.c

15> Generating Code...

13>..\Modules\socketmodule.c(1014): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'

13>..\Modules\socketmodule.c(4040): warning C4996: 'WSADuplicateSocketA': Use WSADuplicateSocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2872): note: see declaration of 'WSADuplicateSocketA'

13>..\Modules\socketmodule.c(4254): warning C4996: 'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3457): note: see declaration of 'WSASocketA'

13>..\Modules\socketmodule.c(4288): warning C4996: 'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3457): note: see declaration of 'WSASocketA'

13>..\Modules\socketmodule.c(4694): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2238): note: see declaration of 'gethostbyname'

13>..\Modules\socketmodule.c(4792): warning C4996: 'gethostbyaddr': Use getnameinfo() or GetNameInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2216): note: see declaration of 'gethostbyaddr'

13>..\Modules\socketmodule.c(4922): warning C4996: 'WSADuplicateSocketA': Use WSADuplicateSocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2872): note: see declaration of 'WSADuplicateSocketA'

13>..\Modules\socketmodule.c(4927): warning C4996: 'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3457): note: see declaration of 'WSASocketA'

13>..\Modules\socketmodule.c(5216): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'

13>..\Modules\socketmodule.c(5259): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'

13>..\Modules\socketmodule.c(5333): warning C4996: 'WSAStringToAddressA': Use WSAStringToAddressW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3623): note: see declaration of 'WSAStringToAddressA'

13>..\Modules\socketmodule.c(5477): warning C4996: 'WSAAddressToStringA': Use WSAAddressToStringW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

13> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3556): note: see declaration of 'WSAAddressToStringA'

14> Creating library W:\Python-3.5.1\PCBuild\win32_ctypes_test_d.lib and object W:\Python-3.5.1\PCBuild\win32_ctypes_test_d.exp

16> Creating library W:\Python-3.5.1\PCBuild\win32_msi_d.lib and object W:\Python-3.5.1\PCBuild\win32_msi_d.exp

13> Creating library W:\Python-3.5.1\PCBuild\win32_socket_d.lib and object W:\Python-3.5.1\PCBuild\win32_socket_d.exp

15> Creating library W:\Python-3.5.1\PCBuild\win32_elementtree_d.lib and object W:\Python-3.5.1\PCBuild\win32_elementtree_d.exp

14> _ctypes_test.vcxproj -> W:\Python-3.5.1\PCBuild\win32_ctypes_test_d.pyd

16> _msi.vcxproj -> W:\Python-3.5.1\PCBuild\win32_msi_d.pyd

13> _socket.vcxproj -> W:\Python-3.5.1\PCBuild\win32_socket_d.pyd

15> _elementtree.vcxproj -> W:\Python-3.5.1\PCBuild\win32_elementtree_d.pyd

17>------ Rebuild All started: Project: _sqlite3, Configuration: Debug Win32

18>------ Rebuild All started: Project: _ssl, Configuration: Debug Win32

19>------ Rebuild All started: Project: _testcapi, Configuration: Debug Win32 ------

20>------ Rebuild All started: Project: _testimportmultiple, Configuration: Debug Win32 ------

19> _testcapimodule.c

20> _testimportmultiple.c

17> cache.c

18> _ssl.c

17> connection.c

17> cursor.c

20> Creating library W:\Python-3.5.1\PCBuild\win32_testimportmultiple_d.lib and object W:\Python-3.5.1\PCBuild\win32_testimportmultiple_d.exp

17> microprotocols.c

20> _testimportmultiple.vcxproj -> W:\Python-3.5.1\PCBuild\win32_testimportmultiple_d.pyd

18>..\Modules_ssl.c(59): fatal error C1083: Cannot open include file: 'openssl/rsa.h': No such file or directory

21>------ Rebuild All started: Project: _tkinter, Configuration: Debug Win32

17> module.c

22>------ Rebuild All started: Project: _bz2, Configuration: Debug Win32

17> prepare_protocol.c

19> Creating library W:\Python-3.5.1\PCBuild\win32_testcapi_d.lib and object W:\Python-3.5.1\PCBuild\win32_testcapi_d.exp

22> _bz2module.c

17> row.c

19> _testcapi.vcxproj -> W:\Python-3.5.1\PCBuild\win32_testcapi_d.pyd

23>------ Rebuild All started: Project: select, Configuration: Debug Win32

23> selectmodule.c

22> blocksort.c

17> statement.c

21> _tkinter.c

17> util.c

17> Generating Code...

23> Creating library W:\Python-3.5.1\PCBuild\win32\select_d.lib and object W:\Python-3.5.1\PCBuild\win32\select_d.exp

21>..\Modules_tkinter.c(49): fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory

21> tkappinit.c

21>..\Modules\tkappinit.c(16): fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory

21> Generating Code...

24>------ Rebuild All started: Project: _lzma, Configuration: Debug Win32

22> bzlib.c

23> select.vcxproj -> W:\Python-3.5.1\PCBuild\win32\select_d.pyd

25>------ Rebuild All started: Project: pyexpat, Configuration: Debug Win32

24> _lzmamodule.c

17> Creating library W:\Python-3.5.1\PCBuild\win32_sqlite3_d.lib and object W:\Python-3.5.1\PCBuild\win32_sqlite3_d.exp

17> _sqlite3.vcxproj -> W:\Python-3.5.1\PCBuild\win32_sqlite3_d.pyd

24> Creating library W:\Python-3.5.1\PCBuild\win32_lzma_d.lib and object W:\Python-3.5.1\PCBuild\win32_lzma_d.exp

24> _lzma.vcxproj -> W:\Python-3.5.1\PCBuild\win32_lzma_d.pyd

26>------ Rebuild All started: Project: _hashlib, Configuration: Debug Win32

26> _hashopenssl.c

26>..\Modules_hashopenssl.c(23): fatal error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory

27>------ Rebuild All started: Project: python, Configuration: Debug Win32

27> python.c

25> pyexpat.c

25> xmlparse.c

22> compress.c

25> xmlrole.c

25> xmltok.c

25> Generating Code...

22> crctable.c

22> decompress.c

22> huffman.c

22> randtable.c

28>------ Rebuild All started: Project: _multiprocessing, Configuration: Debug Win32 ------

27> python.vcxproj -> W:\Python-3.5.1\PCBuild\win32\python_d.exe

29>------ Rebuild All started: Project: pythonw, Configuration: Debug Win32

28> multiprocessing.c

22> Generating Code...

29> WinMain.c

25> Creating library W:\Python-3.5.1\PCBuild\win32\pyexpat_d.lib and object W:\Python-3.5.1\PCBuild\win32\pyexpat_d.exp

25> pyexpat.vcxproj -> W:\Python-3.5.1\PCBuild\win32\pyexpat_d.pyd

28> semaphore.c

30>------ Rebuild All started: Project: _testbuffer, Configuration: Debug Win32 ------

30> _testbuffer.c

28> Generating Code...

22> Creating library W:\Python-3.5.1\PCBuild\win32_bz2_d.lib and object W:\Python-3.5.1\PCBuild\win32_bz2_d.exp

28> Creating library W:\Python-3.5.1\PCBuild\win32_multiprocessing_d.lib and object W:\Python-3.5.1\PCBuild\win32_multiprocessing_d.exp

22> _bz2.vcxproj -> W:\Python-3.5.1\PCBuild\win32_bz2_d.pyd

31>------ Skipped Rebuild All: Project: _freeze_importlib, Configuration: Debug Win32 ------

31>Project not selected to build for this solution configuration

32>------ Rebuild All started: Project: _overlapped, Configuration: Debug Win32 ------

30> Creating library W:\Python-3.5.1\PCBuild\win32_testbuffer_d.lib and object W:\Python-3.5.1\PCBuild\win32_testbuffer_d.exp

30> _testbuffer.vcxproj -> W:\Python-3.5.1\PCBuild\win32_testbuffer_d.pyd

33>------ Rebuild All started: Project: _testembed, Configuration: Debug Win32 ------

32> overlapped.c

33> _testembed.c

28> _multiprocessing.vcxproj -> W:\Python-3.5.1\PCBuild\win32_multiprocessing_d.pyd

34>------ Rebuild All started: Project: _testmultiphase, Configuration: Debug Win32 ------

34> _testmultiphase.c

29> pythonw.vcxproj -> W:\Python-3.5.1\PCBuild\win32\pythonw_d.exe

35>------ Rebuild All started: Project: winsound, Configuration: Debug Win32

32>..\Modules\overlapped.c(977): warning C4996: 'WSAStringToAddressA': Use WSAStringToAddressW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

32> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3623): note: see declaration of 'WSAStringToAddressA'

32>..\Modules\overlapped.c(988): warning C4996: 'WSAStringToAddressA': Use WSAStringToAddressW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings

32> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3623): note: see declaration of 'WSAStringToAddressA'

34> Creating library W:\Python-3.5.1\PCBuild\win32_testmultiphase_d.lib and object W:\Python-3.5.1\PCBuild\win32_testmultiphase_d.exp

35> winsound.c

33> _testembed.vcxproj -> W:\Python-3.5.1\PCBuild\win32_testembed_d.exe

36>------ Rebuild All started: Project: _decimal, Configuration: Debug Win32

32> Creating library W:\Python-3.5.1\PCBuild\win32_overlapped_d.lib and object W:\Python-3.5.1\PCBuild\win32_overlapped_d.exp

34> _testmultiphase.vcxproj -> W:\Python-3.5.1\PCBuild\win32_testmultiphase_d.pyd

37>------ Rebuild All started: Project: _ctypes, Configuration: Debug Win32

36> _decimal.c

37> _ctypes.c

36> basearith.c

36> constants.c

36> context.c

32> _overlapped.vcxproj -> W:\Python-3.5.1\PCBuild\win32_overlapped_d.pyd

38>------ Rebuild All started: Project: unicodedata, Configuration: Debug Win32 ------

36> convolute.c

36> crt.c

38> unicodedata.c

36> difradix2.c

35> Creating library W:\Python-3.5.1\PCBuild\win32\winsound_d.lib and object W:\Python-3.5.1\PCBuild\win32\winsound_d.exp

37> callbacks.c

36> fnt.c

36> fourstep.c

35> winsound.vcxproj -> W:\Python-3.5.1\PCBuild\win32\winsound_d.pyd

36> io.c

36> memory.c

36> mpdecimal.c

37> callproc.c

36> numbertheory.c

36> sixstep.c

36> transpose.c

36> Generating Code...

38> Creating library W:\Python-3.5.1\PCBuild\win32\unicodedata_d.lib and object W:\Python-3.5.1\PCBuild\win32\unicodedata_d.exp

37> cfield.c

38> unicodedata.vcxproj -> W:\Python-3.5.1\PCBuild\win32\unicodedata_d.pyd

36> Creating library W:\Python-3.5.1\PCBuild\win32_decimal_d.lib and object W:\Python-3.5.1\PCBuild\win32_decimal_d.exp

36> _decimal.vcxproj -> W:\Python-3.5.1\PCBuild\win32_decimal_d.pyd

37> ffi.c

37> malloc_closure.c

37> prep_cif.c

37> stgdict.c

37> win32.c

37> Generating Code...

37> Creating library W:\Python-3.5.1\PCBuild\win32_ctypes_d.lib and object W:\Python-3.5.1\PCBuild\win32_ctypes_d.exp

37> _ctypes.vcxproj -> W:\Python-3.5.1\PCBuild\win32_ctypes_d.pyd

========== Rebuild All: 29 succeeded, 6 failed, 3 skipped ==========

-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160113/a09f1f3e/attachment-0001.html>



More information about the Python-Dev mailing list