On 8/26/2009 21:19, sisyph...@optusnet.com.au wrote:
>
> I hacked my way past this problem as follows:
>
> In both src/set_x.c and src/set_x_x.c I changed:
>
> #if HAVE_INTTYPES_H
> to
> #if 1
>
> and I changed
>
> #ifdef _MPC_H_HAVE_INTMAX_T
> to
> #if 1
>
> Then ran 'make distclean' and started afresh. All was then fine, and all 
> tests built and passed.
>
> It seems that, somehow, HAVE_INTTYPES_H is untrue and _MPC_H_HAVE_INTMAX_T is 
> undefined at the 'make' stage, but HAVE_INTTYPES_H is true and 
> _MPC_H_HAVE_INTMAX_T is defined during the 'make check' stage.
>
> I figured (perhaps incorrectly) that this was a problem with the mpc source, 
> and posted to the mpc-discuss mailing list. My post there still awaits 
> moderator approval as the post is just over their allowable 40kb in size. (I 
> think it's the config.log which I sent as an attachment with that post that's 
> providing most of that 40kb.)
>

Hi,

The logs might show something interesting.

you can use gzip or bzip2 to compress the config.log file or post it at 
pastebin.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to