It looks like the script that creates mpir.h is not working properly.
Do you have something like the following early in mpir.h?
#if ! defined (__GMP_WITHIN_CONFIGURE)
#define __GMP_BITS_PER_MP_LIMB 64
#define GMP_LIMB_BITS 64
#define GMP_NAIL_BITS 0
#define SIZEOF_MP_LIMB_T (GMP_LIMB_BITS >> 3)
#if !defined _LONG_LONG_LIMB
# define _LONG_LONG_LIMB 1
#endif
#if !defined _WIN64
#define _WIN64
#endif
#endif
Have you tried the IDE based build?
Brian
--
You received this message because you are subscribed to the Google Groups
"mpir-devel" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/mpir-devel/-/hTubIaqW4kIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mpir-devel?hl=en.