Warn Mac OS X 10.6 and lower users if compiling against the default Python
--------------------------------------------------------------------------
Key: MESOS-112
URL: https://issues.apache.org/jira/browse/MESOS-112
Project: Mesos
Issue Type: Improvement
Components: build
Reporter: Matei Zaharia
Priority: Minor
We found out the hard way that you get fairly strange errors if building
against Apple's Python install on OS X 10.6, because the Python libraries on
there are only for i386 and PowerPC. The recommended solution is to install
MacPorts and build against the Python from there, which is 64-bit. The
configure script should warn of this if it detects a 32-bit only Python.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira