GNOME Bugzilla – Bug 581102
build error in copy-n-paste/
Last modified: 2009-05-03 09:25:10 UTC
The patch in bug 578467 removed PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= $GTK_2_12_REQUIRED]) and that line filled GTK_CFLAGS and GTK_LIBS, variables that are still in use in copy-n-paste/Makefile.am: libeggsmclient_la_LIBADD = $(GTK_LIBS) libeggsmclient_la_CFLAGS = $(GTK_CFLAGS)
[...] In file included from eggdesktopfile.c:28: eggdesktopfile.h:23:18: error: glib.h: No such file or directory [...] See http://build.gnome.org/builders/file-roller-RHEL5/builds/310/steps/file-roller%20build/logs/stdio for the whole log.
Created attachment 133808 [details] [review] restore additional PKG_CHECK_MODULES(GTK... line
patch pushed to master, thanks.