make check doesn't work
John Ralls
jralls at ceridwen.us
Sat Jan 28 21:06:44 EST 2012
On Jan 28, 2012, at 5:18 PM, Alex Aycinena wrote:
> I can checkout, configure, make, install and run a clean copy of
> gnucash (r21907) from svn without any problem. But when I try a 'make
> check' to run the tests, I get:
>
> /home/gnucash-dev/svncheckouts/gnucash-clean/src/gnome-utils/test/test-gnc-recurrence.c:13:21:
> fatal error: gtk/gtk.h: No such file or directory
> compilation terminated.
> make[4]: *** [test-gnc-recurrence.o] Error 1
>
> I'm doing this on Fedora 16. Anybody have any ideas what could be
> wrong? Does it work for others?
The includes in Makefile.am are missing ${GTK_CFLAGS}, which were implicitly included by ${GLADE_CFLAGS} until Geert took them out in r21880.
Regards,
John Ralls
More information about the gnucash-devel
mailing list