(original) (raw)

Use PCbuild/get\_externals.bat to download the external dependencies.

On Wed, 13 Jan 2016 at 13:25 Eddy Quicksall <Eddy@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 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.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 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

<