On Jul 17, 2011, at 8:17 PM, J. Alex Aycinena wrote: > John, > > One of your recent commits related to testing gives me this error when > I try to build: > > /home/gnucash-dev/svncheckouts/gnucash-clean/src/test-core/test-stuff.c: > In function 'test_handle_faults': > /home/gnucash-dev/svncheckouts/gnucash-clean/src/test-core/test-stuff.c:374:2: > error: implicit declaration of function 'g_printf' > [-Werror=implicit-function-declaration] > cc1: all warnings being treated as errors
Alex, That's very strange. g_printf() has been part of glib for a very long time. Surely you got something more, like not being able to find glib.h. Regards, John Ralls _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
