This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shojnhv
Recipients loewis, shojnhv
Date 2012-06-13.00:52:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339548745.92.0.434450183846.issue15050@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-06-13 00:52:25shojnhvsetrecipients: + shojnhv, loewis
2012-06-13 00:52:25shojnhvsetmessageid: <1339548745.92.0.434450183846.issue15050@psf.upfronthosting.co.za>
2012-06-13 00:52:25shojnhvlinkissue15050 messages
2012-06-13 00:52:24shojnhvcreate