GNOME Bugzilla – Bug 613326
missing ../../src/gnome-utils/dialog-utils.h:29:25: error: glade/glade.h
Last modified: 2018-06-29 22:36:58 UTC
Created attachment 156554 [details] typescript produced during the building Hello! I've problem building gnucash trunk on my x86_64 system, i.e. the build fails with: ../../src/gnome-utils/dialog-utils.h:29:25: error: glade/glade.h: No such file or directory and I include the whole 'typescript' log in the attachment. I've tried to build several other apps on my Archlinux system which require libglade and all build fine. Sincerely, Gour
Hello! warlord spotted the problem and here is the patch which solves it for me: --- src/html/Makefile.am.org 2010-03-19 15:31:47.834415962 +0100 +++ src/html/Makefile.am 2010-03-19 15:32:45.287119985 +0100 @@ -16,6 +16,8 @@ ${GLIB_CFLAGS} \ ${GUILE_INCS} \ ${GTK_CFLAGS} \ + ${GLADE_CFLAGS} \ + ${GLADE_LIBS} \ ${GNOME_CFLAGS} \ ${GOFFICE_CFLAGS} However, I'm curious how other people can make it to build? Sincerely, Gour
I applied a modified version of this patch in r18931.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=613326. Please update any external references or bookmarks.