Validate broken on x86_64

Ian Lynagh igloo at earth.li
Tue May 26 12:21:32 EDT 2009


Hi Ben,

On Tue, May 26, 2009 at 06:46:29PM +1000, Ben Lippmeier wrote:
>
> Those ducks, they just won't line up..
>
> cc1: warnings being treated as errors
> LibFFI.hsc: In function 'main':
> LibFFI.hsc:81: warning: format '%d' expects type 'int', but argument 3  
> has type 'long unsigned int'

By x86_64, do you mean x86_64/Linux? If so, it works for me.

Are all your repos up-to-date - in particular, your hsc2hs repo?
("./darcs-all pull" or "./darcs-all pull -a" to update them). The
hsc_type macro in template-hsc.h should have "%s%lu" as the format
string, not "%s%d".


Thanks
Ian



More information about the Cvs-ghc mailing list