[issue20930] Debian 7.3: This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG

Jeffrey Walton report at bugs.python.org
Sat Mar 15 04:29:31 CET 2014


Jeffrey Walton added the comment:

> You probably need to define it to be "ll".

Ah, OK. It was tricky trying to pass in a quoted string *with* the quotes to the preprocessor without the stringify stuff. I found it easier to open the file and just hard code what was needed.

Thanks again for the help.

----------

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


More information about the Python-bugs-list mailing list