After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613326 - missing ../../src/gnome-utils/dialog-utils.h:29:25: error: glade/glade.h
missing ../../src/gnome-utils/dialog-utils.h:29:25: error: glade/glade.h
Status: RESOLVED FIXED
Product: GnuCash
Classification: Other
Component: Build system
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: Derek Atkins
Derek Atkins
Depends on:
Blocks:
 
 
Reported: 2010-03-19 13:53 UTC by Gour
Modified: 2018-06-29 22:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
typescript produced during the building (637.49 KB, application/octet-stream)
2010-03-19 13:53 UTC, Gour
Details

Description Gour 2010-03-19 13:53:33 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
Comment 1 Gour 2010-03-19 15:33:27 UTC
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
Comment 2 Derek Atkins 2010-03-19 15:44:31 UTC
I applied a modified version of this patch in r18931.
Comment 3 John Ralls 2018-06-29 22:36:58 UTC
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.