On Nov 3, 2013, at 2:46 PM, Geert Janssens <[email protected]> wrote:
> I have noticed the windows builds are failing with this error: > cc1.exe: warnings being treated as errors > ../../../repos/src/gnome-utils/gnc-tree-view.c: In function > 'gnc_tree_view_get_column_order': > ../../../repos/src/gnome-utils/gnc-tree-view.c:851:5: error: format > '%lu' expects type 'long unsigned int', but argument 5 has type 'gsize' > make[5]: *** [gnc-tree-view.lo] Error 1 > > I have written that code. On linux (at least Fedora 19, 64-bit) gsize is > defined as unsigned long. It looks like that is not the case on a 32-bit > windows XP system. > > It's too late here now to look at it. But if no one beats me to it, I'll > try and fix it tomorrow. Already fixed, committed, re-tagged, distchecked, and the tarballs on SF. ;-) I resisted the temptation to take it out entirely, as it’s only for a debugging message, and changed it to a gulong. Regards, John Ralls _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
