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

Brett Cannon brett at python.org
Wed Jan 13 19:14:05 EST 2016


Then your paths might be off; I would try with a fresh checkout and make sure you can build Python cleanly before trying your embedded case to make sure your tooling is set up (e.g., you don't have Mercurial installed so that's a cause of one of your error messages).

On Wed, 13 Jan 2016 at 15:58 Eddy Quicksall <Eddy at quicksall.com> wrote:

Those files already exist:

W:\Python-3.5.1>PCbuild\getexternals.bat Fetching external libraries... bzip2-1.0.6 already exists, skipping. nasm-2.11.06 already exists, skipping. openssl-1.0.2d already exists, skipping. sqlite-3.8.11.0 already exists, skipping. tcl-core-8.6.4.2 already exists, skipping. tk-8.6.4.2 already exists, skipping. tix-8.4.3.6 already exists, skipping. xz-5.0.5 already exists, skipping. Finished. W:\Python-3.5.1> From: Brett Cannon [mailto:brett at python.org] Sent: Wednesday, January 13, 2016 4:30 PM To: Eddy Quicksall; python-dev at python.org Subject: Re: [Python-Dev] Debugging using VS 2015 Use PCbuild/getexternals.bat <https://hg.python.org/cpython/file/default/PCbuild/getexternals.bat> to download the external dependencies. On Wed, 13 Jan 2016 at 13:25 Eddy Quicksall <Eddy at quicksall.com> wrote: 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 pythond.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\win32Debug\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\win32Debug\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\win32Debug\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> d1both.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1both.c': No such file or directory 3> d1lib.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1lib.c': No such file or directory 1> codecsmodule.c 3> d1pkt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1pkt.c': No such file or directory 3> d1srtp.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\d1srtp.c': No such file or directory 3> s2clnt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2clnt.c': No such file or directory 3> s2enc.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2enc.c': No such file or directory 3> s2lib.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2lib.c': No such file or directory 3> s2meth.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2meth.c': No such file or directory 3> s2pkt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2pkt.c': No such file or directory 3> s2srvr.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s2srvr.c': No such file or directory 3> s23clnt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23clnt.c': No such file or directory 3> s23lib.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23lib.c': No such file or directory 3> s23meth.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23meth.c': No such file or directory 3> s23pkt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23pkt.c': No such file or directory 3> s23srvr.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s23srvr.c': No such file or directory 3> s3both.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3both.c': No such file or directory 3> s3cbc.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3cbc.c': No such file or directory 3> s3clnt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3clnt.c': No such file or directory 3> s3enc.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3enc.c': No such file or directory 3> s3lib.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3lib.c': No such file or directory 3> Generating Code... 3> Compiling... 3> s3meth.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3meth.c': No such file or directory 3> s3pkt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3pkt.c': No such file or directory 3> s3srvr.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\s3srvr.c': No such file or directory 3> sslalgs.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslalgs.c': No such file or directory 3> sslasn1.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslasn1.c': No such file or directory 3> sslcert.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslcert.c': No such file or directory 3> sslciph.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslciph.c': No such file or directory 3> sslerr.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslerr.c': No such file or directory 3> sslerr2.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslerr2.c': No such file or directory 3> ssllib.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\ssllib.c': No such file or directory 3> sslrsa.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslrsa.c': No such file or directory 3> sslsess.c 1> collectionsmodule.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\sslsess.c': No such file or directory 3> t1clnt.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1clnt.c': No such file or directory 3> t1enc.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1enc.c': No such file or directory 3> t1lib.c 1> csv.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1lib.c': No such file or directory 3> t1meth.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1meth.c': No such file or directory 3> t1reneg.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1reneg.c': No such file or directory 3> t1srvr.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\t1srvr.c': No such file or directory 3> tlssrp.c 3>c1 : fatal error C1083: Cannot open source file: 'W:\Python-3.5.1\externals\openssl-1.0.2d\ssl\tlssrp.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\sqlite3d.lib and object W:\Python-3.5.1\PCBuild\win32\sqlite3d.exp 5> Creating library W:\Python-3.5.1\PCBuild\win32\python3dstub.lib and object W:\Python-3.5.1\PCBuild\win32\python3dstub.exp 1> lsprof.c 5> Creating library W:\Python-3.5.1\PCBuild\win32\python3d.lib and object W:\Python-3.5.1\PCBuild\win32\python3d.exp 5> python3dll.vcxproj -> W:\Python-3.5.1\PCBuild\win32\python3d.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: bdistwininst, 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\sqlite3d.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\win32Debug\libeay\aes-586.obj" "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 DebugVC13 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixClass.obj ..\generic\tixClass.c 12> tixClass.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixCmds.obj ..\generic\tixCmds.c 12> tixCmds.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixCompat.obj ..\generic\tixCompat.c 12> tixCompat.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixDiImg.obj ..\generic\tixDiImg.c 12> tixDiImg.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixDiITxt.obj ..\generic\tixDiITxt.c 12> tixDiITxt.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixDiStyle.obj ..\generic\tixDiStyle.c 12> tixDiStyle.c 11> pywlauncher.vcxproj -> W:\Python-3.5.1\PCBuild\win32\pywd.exe 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixDItem.obj ..\generic\tixDItem.c 12> tixDItem.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\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\pyd.exe 1> hashtable.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixDiWin.obj ..\generic\tixDiWin.c 12> tixDiWin.c 1> itertoolsmodule.c 1> main.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixError.obj ..\generic\tixError.c 12> tixError.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixForm.obj ..\generic\tixForm.c 1> mathmodule.c 12> tixForm.c 1> md5module.c 1> mmapmodule.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixFormMisc.obj ..\generic\tixFormMisc.c 12> tixFormMisc.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGeometry.obj ..\generic\tixGeometry.c 12> tixGeometry.c 1> opcode.c 1> operator.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGrid.obj ..\generic\tixGrid.c 1> parsermodule.c 12> tixGrid.c 1> posixmodule.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGrData.obj ..\generic\tixGrData.c 12> tixGrData.c 1> rotatingtree.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGrRC.obj ..\generic\tixGrRC.c 1> sha1module.c 12> tixGrRC.c 1> sha256module.c 1> sha512module.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGrFmt.obj ..\generic\tixGrFmt.c 12> tixGrFmt.c 1> signalmodule.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGrSel.obj ..\generic\tixGrSel.c 12> tixGrSel.c 1> Generating Code... 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixGrUtl.obj ..\generic\tixGrUtl.c 12> tixGrUtl.c 1> Compiling... 1> symtablemodule.c 1> threadmodule.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixHLCol.obj ..\generic\tixHLCol.c 12> tixHLCol.c 1> tracemalloc.c 1> timemodule.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixHLHdr.obj ..\generic\tixHLHdr.c 12> tixHLHdr.c 1> xxsubtype.c 1> zipimport.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixHLInd.obj ..\generic\tixHLInd.c 12> tixHLInd.c 1> zlibmodule.c 1> fileio.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixHList.obj ..\generic\tixHList.c 12> tixHList.c 1> bytesio.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\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 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\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 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixInit.obj ..\generic\tixInit.c 1> iomodule.c 12> tixInit.c 1> adler32.c 1> compress.c 1> crc32.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixList.obj ..\generic\tixList.c 1> deflate.c 12> tixList.c 1> infback.c 1> inffast.c 1> Generating Code... 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\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> codecscn.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixNBFrame.obj ..\generic\tixNBFrame.c 12> tixNBFrame.c 1> codecshk.c 1> codecsiso2022.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixOption.obj ..\generic\tixOption.c 12> tixOption.c 1> codecsjp.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixSmpLs.obj ..\generic\tixSmpLs.c 1> codecskr.c 12> tixSmpLs.c 1> codecstw.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixScroll.obj ..\generic\tixScroll.c 12> tixScroll.c 1> multibytecodec.c 1> winapi.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixTList.obj ..\generic\tixTList.c 12> tixTList.c 1> abstract.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixUtils.obj ..\generic\tixUtils.c 12> tixUtils.c 1> accu.c 1> boolobject.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixWCmpt.obj ..\win\tixWCmpt.c 1> bytesmethods.c 12> tixWCmpt.c 1> bytearrayobject.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixWidget.obj ..\generic\tixWidget.c 12> tixWidget.c 1> bytesobject.c 1> capsule.c 1> Generating Code... 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixWinDraw.obj ..\win\tixWinDraw.c 12> tixWinDraw.c 1> Compiling... 1> cellobject.c 1> classobject.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\tixWinXpm.obj ..\win\tixWinXpm.c 12> tixWinXpm.c 1> codeobject.c 1> complexobject.c 12> cl.exe -DWIN32 -DWIN32 -DMT -DSTDCHEADERS -DDLL -c -W3 -nologo -MD -FpDebugVC13\ -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_ -DCRTSECURENOWARNINGS -DUSETCLSTUBS=1 -DUSETKSTUBS=1 -DBUILDtix -FoDebugVC13\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\DebugVC13\tkstub86.lib W:\Python-3.5.1\externals\tcl-core-8.6.4.2\win\DebugVC13\tclstub86.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib -out:DebugVC13\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\DebugVC13\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.Make -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160114/ae657763/attachment-0001.html>



More information about the Python-Dev mailing list