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 ned.deily
Recipients barry, brett.cannon, ned.deily, ronaldoussoren
Date 2018-10-26.21:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540590259.78.0.788709270274.issue35070@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah. Can you check the header file paths that are being used in your compiler invocation, e.g something like:  cc -v -c ...
And, while you are at it, the library search path of the test executable:  otool -L ./...
And anything suspicious in /usr/local/include or /usr/local/lib ?
History
Date User Action Args
2018-10-26 21:44:19ned.deilysetrecipients: + ned.deily, barry, brett.cannon, ronaldoussoren
2018-10-26 21:44:19ned.deilysetmessageid: <1540590259.78.0.788709270274.issue35070@psf.upfronthosting.co.za>
2018-10-26 21:44:19ned.deilylinkissue35070 messages
2018-10-26 21:44:19ned.deilycreate