[issue15050] Python 3.2.3 fail to make

Grey_Shao report at bugs.python.org
Wed Jun 13 02:52:25 CEST 2012


Grey_Shao <shojnhv at 163.com> added the comment:

Thanks for your kindly help
I attach the config.log in the attachment "data.7z"
The value of the PRId64 is:
    #ifdef  _LP64
    #define PRId64                  "ld"
    #else   /* _ILP32 */
    #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
    #define PRId64                  "lld"
    #endif
    #endif
I also attach the related inttypes.h files in the attachment "data.7z"

Thanks for your help

----------
Added file: http://bugs.python.org/file25945/Data.7z

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15050>
_______________________________________


More information about the Python-bugs-list mailing list