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 581102 - build error in copy-n-paste/
build error in copy-n-paste/
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-02 14:39 UTC by Frederic Peters
Modified: 2009-05-03 09:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
restore additional PKG_CHECK_MODULES(GTK... line (341 bytes, patch)
2009-05-02 14:41 UTC, Frederic Peters
none Details | Review

Description Frederic Peters 2009-05-02 14:39:30 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)
Comment 1 Frederic Peters 2009-05-02 14:40:27 UTC
  [...]
  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.

Comment 2 Frederic Peters 2009-05-02 14:41:19 UTC
Created attachment 133808 [details] [review]
restore additional PKG_CHECK_MODULES(GTK... line
Comment 3 Paolo Bacchilega 2009-05-03 09:25:10 UTC
patch pushed to master, thanks.