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
Date 2018-04-05.10:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522923554.41.0.682650639539.issue33230@psf.upfronthosting.co.za>
In-reply-to
Content
_decimal fails to build on my platform due to lack of support:

In file included from /Developer/Python/3.6/Python/Python-3.6.5/Modules/_decimal/_decimal.c:34:
/usr/local/include/mpdecimal.h:201:4: error: "unsupported platform: need mpd_size_t == mpd_uint_t"
  #error "unsupported platform: need mpd_size_t == mpd_uint_t"

My host system type: x86_64-apple-darwin17.5.0
My target system type: x86_64-apple-darwin17.5.0
Compiler used: clang+llvm-6.0.0-x86_64-apple-darwin
Hardware: 3,7 GHz Quad-Core Intel Xeon E5

Relevant configurations:

--enable-universalsdk... /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk

--with-universal-archs... intel

MACHDEP... darwin

Could this module be upgraded?
History
Date User Action Args
2018-04-05 10:19:14Hubert Holinsetrecipients: + Hubert Holin
2018-04-05 10:19:14Hubert Holinsetmessageid: <1522923554.41.0.682650639539.issue33230@psf.upfronthosting.co.za>
2018-04-05 10:19:14Hubert Holinlinkissue33230 messages
2018-04-05 10:19:14Hubert Holincreate