[issue27806] 2.7 32-bit builds fail on future releases of OS X due to dependency on deleted header file

Jeremy Sequoia report at bugs.python.org
Thu Sep 15 19:04:36 EDT 2016


Jeremy Sequoia added the comment:

Correction (bugfix and Tiger-compat):

#if __has_include(<Availability.h>)
#include <Availability.h>
#define APPLE_SUPPORTS_QUICKTIME (__MAC_OS_X_VERSION_MAX_ALLOWED < 101200) && !__LP64__
#else
#define APPLE_SUPPORTS_QUICKTIME !__LP64__
#endif

----------

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


More information about the Python-bugs-list mailing list