https://bugzilla.novell.com/show_bug.cgi?id=446205
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=446205#c3 --- Comment #3 from Jonathan Pryor <[EMAIL PROTECTED]> 2008-11-18 13:01:27 MST --- I wouldn't expect int32_t to be a problem either; from <stdint.h>: typedef int int32_t; i.e. an int, which is what a gint32 is, so we should have map.h (int) == stdio.c (gint32 == int) == <stdint.h> (int32_t == int). At least on my box. Perhaps on your box int32_t isn't an int? So why is it breaking? (I'm running out of ideas...) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
