[issue34593] Missing inttypes.h

2018-09-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: Python 3.6 requires a C compiler that supports C99. So, not MSVC 2012. -- nosy: +benjamin.peterson resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue34593] Missing inttypes.h

2018-09-05 Thread Gary Simpson
New submission from Gary Simpson : I started with Anaconda3 (python3.64). When I add #include "python.h" to my C++ code, I get the visual studio 2012 compile error: anaconda3\include\pyport.h(6): fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory I then