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 Hubert Holin
Recipients Hubert Holin, ned.deily, skrah
Date 2018-04-06.17:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523035534.98.0.682650639539.issue33230@psf.upfronthosting.co.za>
In-reply-to
Content
This is correct: I had an older version of mpdecimal in /usr/local. However, when removed mpdecimal is (manually) removed from /usr/local (the libs and the header), making a "make clean", a config and make, the _decimal build still fails, but this time for a different reason:

/Developer/Python/3.6/Python/Python-3.6.5/Modules/_decimal/_decimal.c:34:10: fatal error: 'mpdecimal.h' file not found
#include "mpdecimal.h"

Still, we are getting closer: should I install a newer version of mpdecimal and try again?
History
Date User Action Args
2018-04-06 17:25:35Hubert Holinsetrecipients: + Hubert Holin, ned.deily, skrah
2018-04-06 17:25:34Hubert Holinsetmessageid: <1523035534.98.0.682650639539.issue33230@psf.upfronthosting.co.za>
2018-04-06 17:25:34Hubert Holinlinkissue33230 messages
2018-04-06 17:25:34Hubert Holincreate