This is a mailing list for the development of python itself, not support for building it. That said...

3.4 uses visual studio 2010, for starters.  3.5 uses 2015.

It also looks like you have a lot of missing dependencies.

On 1/12/2016 21:55, Eddy Quicksall wrote:

I downloaded https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz.

After reading Python-3.4.4\PCbuild\readme.txt I opened pcbuild.sln and selected release/winn32 then tried a build all (F7). But that give lots of errors and missing .h files (mostly sqlite3.h).

Does anyone know what I may be doing wrong or have misunderstood?

Here is the output:

1>------ Build started: Project: make_versioninfo, Configuration: Release Win32 ------

2>------ Build started: Project: kill_python, Configuration: Release Win32 ------

3>------ Skipped Build: Project: bdist_wininst, Configuration: Release Win32 ------

3>Project not selected to build for this solution configuration

4>------ Build started: Project: python3dll, Configuration: Release Win32 ------

5>------ Build started: Project: xxlimited, Configuration: Release Win32 ------

1> make_versioninfo.c

5> xxlimited.c

2> kill_python.c

4>

4> Microsoft (R) Program Maintenance Utility Version 14.00.23026.0

4> Copyright (C) Microsoft Corporation.  All rights reserved.

4>

4> lib /def:python34stub.def /out:W:\Python-3.4.4\PCbuild\python34stub.lib /MACHINE:x86

5>LINK : fatal error LNK1104: cannot open file 'python3.lib'

4> Microsoft (R) Library Manager Version 14.00.23026.0

4> Copyright (C) Microsoft Corporation.  All rights reserved.

4>

4> Creating library W:\Python-3.4.4\PCbuild\python34stub.lib and object W:\Python-3.4.4\PCbuild\python34stub.exp

4> cl /LD /FeW:\Python-3.4.4\PCbuild\python3.dll python3dll.c python3.def W:\Python-3.4.4\PCbuild\python34stub.lib

4> Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86

4> Copyright (C) Microsoft Corporation.  All rights reserved.

4>

4> python3dll.c

1> make_versioninfo.vcxproj -> W:\Python-3.4.4\PCbuild\make_versioninfo.exe

2> Generating code

2> All 5 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.

2> Finished generating code

4> Microsoft (R) Incremental Linker Version 14.00.23026.0

4> Copyright (C) Microsoft Corporation.  All rights reserved.

4>

4> /dll

4> /implib:W:\Python-3.4.4\PCbuild\python3.lib

4> /out:W:\Python-3.4.4\PCbuild\python3.dll

4> /def:python3.def

4> python3dll.obj

4> W:\Python-3.4.4\PCbuild\python34stub.lib

4> Creating library W:\Python-3.4.4\PCbuild\python3.lib and object W:\Python-3.4.4\PCbuild\python3.exp

6>------ Build started: Project: pylauncher, Configuration: Release Win32 ------

7>------ Build started: Project: pywlauncher, Configuration: Release Win32 ------

7> launcher.c

6> launcher.c

2> kill_python.vcxproj -> W:\Python-3.4.4\PCbuild\kill_python.exe

8>------ Build started: Project: pythoncore, Configuration: Release Win32 ------

9>------ Build started: Project: sqlite3, Configuration: Release Win32 ------

9> sqlite3.c

9>c1 : fatal error C1083: Cannot open source file: '..\externals\sqlite-3.8.11.0\sqlite3.c': No such file or directory

7> Generating code

7> All 41 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.

7> Finished generating code

8> _bisectmodule.c

8> _codecsmodule.c

6> Generating code

6> All 41 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.

6> Finished generating code

8> _collectionsmodule.c

7> pywlauncher.vcxproj -> W:\Python-3.4.4\PCbuild\pyw.exe

8> _csv.c

6> pylauncher.vcxproj -> W:\Python-3.4.4\PCbuild\py.exe

8> _functoolsmodule.c

8> _heapqmodule.c

8> _json.c

8> _localemodule.c

8> _lsprof.c

8> _math.c

8> _pickle.c

8> _randommodule.c

8> _sre.c

8> _stat.c

8> _struct.c

8> _weakref.c

8> arraymodule.c

8> atexitmodule.c

8> audioop.c

8> binascii.c

8> Generating Code...

8> Compiling...

8> cmathmodule.c

8> _datetimemodule.c

8>..\Modules\_datetimemodule.c(4843): error C2065: 'daylight': undeclared identifier

8>..\Modules\_datetimemodule.c(4844): error C2065: 'tzname': undeclared identifier

8>..\Modules\_datetimemodule.c(4844): error C2109: subscript requires array or pointer type

8>..\Modules\_datetimemodule.c(4846): error C2065: 'tzname': undeclared identifier

8>..\Modules\_datetimemodule.c(4846): error C2109: subscript requires array or pointer type

8> errnomodule.c

8> faulthandler.c

8> gcmodule.c

8> hashtable.c

8> itertoolsmodule.c

8> main.c

8>..\Modules\main.c(521): error C2198: 'wcstok': too few arguments for call

8>..\Modules\main.c(523): error C2198: 'wcstok': too few arguments for call

8> mathmodule.c

8> md5module.c

8> mmapmodule.c

8> _opcode.c

8> _operator.c

8> parsermodule.c

8> posixmodule.c

8> rotatingtree.c

8> sha1module.c

8> sha256module.c

8> sha512module.c

8> signalmodule.c

8> Generating Code...

8> Compiling...

8> symtablemodule.c

8> _threadmodule.c

8> _tracemalloc.c

8> timemodule.c

8>..\Modules\timemodule.c(1325): error C2065: 'timezone': undeclared identifier

8>..\Modules\timemodule.c(1329): error C2065: 'timezone': undeclared identifier

8>..\Modules\timemodule.c(1331): error C2065: 'daylight': undeclared identifier

8>..\Modules\timemodule.c(1332): error C2065: 'tzname': undeclared identifier

8>..\Modules\timemodule.c(1332): error C2109: subscript requires array or pointer type

8>..\Modules\timemodule.c(1332): error C2198: 'PyUnicode_DecodeLocale': too few arguments for call

8>..\Modules\timemodule.c(1333): error C2065: 'tzname': undeclared identifier

8>..\Modules\timemodule.c(1333): error C2109: subscript requires array or pointer type

8>..\Modules\timemodule.c(1333): error C2198: 'PyUnicode_DecodeLocale': too few arguments for call

8> xxsubtype.c

8> zipimport.c

8> zlibmodule.c

8> fileio.c

8> bytesio.c

8> stringio.c

8> bufferedio.c

8>..\Modules\_io\bufferedio.c(321): warning C4244: 'function': conversion from 'double' to '__int64', possible loss of data

8> iobase.c

8> textio.c

8> _iomodule.c

8> adler32.c

8> compress.c

8> crc32.c

8> deflate.c

8> infback.c

8> inffast.c

8> Generating Code...

8> Compiling...

8> inflate.c

8> inftrees.c

8> trees.c

8> uncompr.c

8> zutil.c

8> _codecs_cn.c

8> _codecs_hk.c

8> _codecs_iso2022.c

8> _codecs_jp.c

8> _codecs_kr.c

8> _codecs_tw.c

8> multibytecodec.c

8> _winapi.c

8>..\Modules\_winapi.c(875): warning C4996: 'GetVersion': was declared deprecated

8> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(110): note: see declaration of 'GetVersion'

8> abstract.c

8> accu.c

8> boolobject.c

8> bytes_methods.c

8> bytearrayobject.c

8> bytesobject.c

8> capsule.c

8> Generating Code...

8> Compiling...

8> cellobject.c

8> classobject.c

8> codeobject.c

8> complexobject.c

8> descrobject.c

8> dictobject.c

8> enumobject.c

8> exceptions.c

8> fileobject.c

8> floatobject.c

8> frameobject.c

8> funcobject.c

8> genobject.c

8> iterobject.c

8> listobject.c

8> longobject.c

8> memoryobject.c

8> methodobject.c

8> moduleobject.c

8> namespaceobject.c

8> Generating Code...

8> Compiling...

8> object.c

8> obmalloc.c

8> rangeobject.c

8> setobject.c

8> sliceobject.c

8> structseq.c

8> tupleobject.c

8> typeobject.c

8> unicodectype.c

8> unicodeobject.c

8>..\Objects\unicodeobject.c(15011): warning C4996: 'GetVersionExA': was declared deprecated

8> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA'

8> weakrefobject.c

8> acceler.c

8> bitset.c

8> firstsets.c

8> grammar.c

8> grammar1.c

8> listnode.c

8> metagrammar.c

8> myreadline.c

8> node.c

8> Generating Code...

8> Compiling...

8>  parser.c

8> parsetok.c

8> tokenizer.c

8> winreg.c

8> config.c

8> dl_nt.c

8> getpathp.c

8>..\PC\getpathp.c(454): error C2198: 'wcstok': too few arguments for call

8>..\PC\getpathp.c(456): error C2198: 'wcstok': too few arguments for call

8>..\PC\getpathp.c(458): error C2198: 'wcstok': too few arguments for call

8> msvcrtmodule.c

8> pyhash.c

8> random.c

8> _warnings.c

8> asdl.c

8> ast.c

8> bltinmodule.c

8> ceval.c

8> codecs.c

8> compile.c

8> dynamic_annotations.c

8> dynload_win.c

8> errors.c

8> Generating Code...

8> Compiling...

8> fileutils.c

8> formatter_unicode.c

8> frozen.c

8> future.c

8> getargs.c

8> getcompiler.c

8> getcopyright.c

8> getopt.c

8> getplatform.c

8> getversion.c

8> graminit.c

8> import.c

8> importdl.c

8> marshal.c

8> modsupport.c

8> mysnprintf.c

8> mystrtoul.c

8> peephole.c

8> pyarena.c

8> pyctype.c

8> Generating Code...

8> Compiling...

8> pyfpe.c

8> pymath.c

8> pytime.c

8> pystate.c

8> pystrcmp.c

8> pystrtod.c

8> dtoa.c

8> Python-ast.c

8> pythonrun.c

8> structmember.c

8> symtable.c

8> sysmodule.c

8>..\Python\sysmodule.c(782): warning C4996: 'GetVersionExA': was declared deprecated

8> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA'

8> thread.c

8> traceback.c

8> Generating Code...

10>------ Build started: Project: python, Configuration: Release Win32 ------

11>------ Build started: Project: _socket, Configuration: Release Win32 ------

12>------ Build started: Project: _decimal, Configuration: Release Win32 ------

13>------ Build started: Project: _ctypes, Configuration: Release Win32 ------

11> socketmodule.c

12> _decimal.c

13> _ctypes.c

12> basearith.c

10> python.c

12> constants.c

12> context.c

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12> convolute.c

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

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

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

11>..\Modules\socketmodule.c(5783): warning C4996: 'GetVersion': was declared deprecated

11> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(110): note: see declaration of 'GetVersion'

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

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

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

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

12> crt.c

13> callbacks.c

12> difradix2.c

12> fnt.c

12> fourstep.c

12> io.c

10>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

11>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

12> memory.c

14>------ Build started: Project: ssl, Configuration: Release Win32 ------

15>------ Build started: Project: _ctypes_test, Configuration: Release Win32 ------

13> callproc.c

12> mpdecimal.c

14> '"W:\Python-3.4.4\PCbuild\python.exe"' is not recognized as an internal or external command,

14> operable program or batch file.

14>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(37,5): error MSB3073: The command "cd "W:\Python-3.4.4\PCbuild\"

14>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(37,5): error MSB3073: "W:\Python-3.4.4\PCbuild\python.exe" build_ssl.py Release Win32 -a

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

16>------ Build started: Project: _elementtree, Configuration: Release Win32 ------

15> _ctypes_test.c

12> numbertheory.c

13> cfield.c

15>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

17>------ Build started: Project: _msi, Configuration: Release Win32 ------

12> sixstep.c

12> transpose.c

12>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

18>------ Build started: Project: _sqlite3, Configuration: Release Win32 ------

19>------ Build started: Project: _ssl, Configuration: Release Win32 ------

18> cache.c

19> _ssl.c

18> connection.c

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

18> cursor.c

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

18> microprotocols.c

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

20>------ Build started: Project: _testcapi, Configuration: Release Win32 ------

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

18> module.c

13> ffi.c

17> _msi.c

13> malloc_closure.c

13> prep_cif.c

13> stgdict.c

13> win32.c

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

18> prepare_protocol.c

17>LINK : fatal error LNK1181: cannot open input file 'fci.lib'

21>------ Build started: Project: _testimportmultiple, Configuration: Release Win32 ------

18> row.c

13>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

20> _testcapimodule.c

22>------ Build started: Project: _tkinter, Configuration: Release Win32 ------

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

18> statement.c

21> _testimportmultiple.c

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

18> util.c

18>w:\python-3.4.4\modules\_sqlite\connection.h(33): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

21>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

23>------ Build started: Project: _bz2, Configuration: Release Win32 ------

24>------ Build started: Project: select, Configuration: Release Win32 ------

22> _tkinter.c

20>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

25>------ Build started: Project: _lzma, Configuration: Release Win32 ------

25> _lzmamodule.c

23> _bz2module.c

25>..\Modules\_lzmamodule.c(19): fatal error C1083: Cannot open include file: 'lzma.h': No such file or directory

26>------ Build started: Project: unicodedata, Configuration: Release Win32 ------

24> selectmodule.c

23>..\Modules\_bz2module.c(12): fatal error C1083: Cannot open include file: 'bzlib.h': No such file or directory

22>..\Modules\_tkinter.c(55): fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory

23> blocksort.c

22> tkappinit.c

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

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\blocksort.c': No such file or directory

23> bzlib.c

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\bzlib.c': No such file or directory

23> compress.c

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\compress.c': No such file or directory

23> crctable.c

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\crctable.c': No such file or directory

23> decompress.c

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\decompress.c': No such file or directory

23> huffman.c

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\huffman.c': No such file or directory

23> randtable.c

23>c1 : fatal error C1083: Cannot open source file: '..\externals\bzip2-1.0.6\randtable.c': No such file or directory

27>------ Build started: Project: pyexpat, Configuration: Release Win32 ------

24>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

26> unicodedata.c

28>------ Build started: Project: _hashlib, Configuration: Release Win32 ------

29>------ Build started: Project: _multiprocessing, Configuration: Release Win32 ------

27> pyexpat.c

28> _hashopenssl.c

29> multiprocessing.c

27> xmlparse.c

28>..\Modules\_hashopenssl.c(22): fatal error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory

30>------ Build started: Project: pythonw, Configuration: Release Win32 ------

27> xmlrole.c

27> xmltok.c

29> semaphore.c

27>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

31>------ Build started: Project: winsound, Configuration: Release Win32 ------

30> WinMain.c

31> winsound.c

29>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

32>------ Build started: Project: _testbuffer, Configuration: Release Win32 ------

26>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

33>------ Skipped Build: Project: _freeze_importlib, Configuration: Release Win32 ------

33>Project not selected to build for this solution configuration

34>------ Build started: Project: _overlapped, Configuration: Release Win32 ------

32> _testbuffer.c

34> overlapped.c

30>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

35>------ Build started: Project: _testembed, Configuration: Release Win32 ------

35> _testembed.c

32>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

31>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

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

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

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

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

35>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

34>LINK : fatal error LNK1181: cannot open input file 'W:\Python-3.4.4\PCbuild\python34.lib'

========== Build: 5 succeeded, 28 failed, 1 up-to-date, 2 skipped ==========



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/tritium-list%40sdamon.com

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to