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 bgamari
Recipients bgamari
Date 2010-12-27.18:09:33
SpamBayes Score 7.1822426e-05
Marked as misclassified No
Message-id <1293473376.4.0.265613686073.issue10782@psf.upfronthosting.co.za>
In-reply-to
Content
Configure.in assumes that %lld is not supported by printf if cross-compiling. This causes build errors in pyport.h,

In file included from Include/Python.h:58:0,
                 from Parser/parser.c:8:
Include/pyport.h:243:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
...

What is one supposed to do about this short of changing the configure script to assume support by default.
History
Date User Action Args
2010-12-27 18:09:36bgamarisetrecipients: + bgamari
2010-12-27 18:09:36bgamarisetmessageid: <1293473376.4.0.265613686073.issue10782@psf.upfronthosting.co.za>
2010-12-27 18:09:33bgamarilinkissue10782 messages
2010-12-27 18:09:33bgamaricreate