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 674192 - out-of-tree build failure: demos/widget-factory/widget-factory.gresource.xml: Error on line 5 char 1: Failed to locate 'gtk-logo-256.png' in current directory.
out-of-tree build failure: demos/widget-factory/widget-factory.gresource.xml:...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-04-16 10:52 UTC by Michael Biebl
Modified: 2012-05-04 00:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] build: Fix out-of-tree build of widget-factory demo application (1.10 KB, patch)
2012-04-16 11:45 UTC, Michael Biebl
committed Details | Review

Description Michael Biebl 2012-04-16 10:52:17 UTC
When building gtk+ out-of-tree and running "make install" I get the following error message:

Making install in widget-factory
../../../demos/widget-factory/widget-factory.gresource.xml: Error on line 5 char 1: Failed to locate 'gtk-logo-256.png' in current directory.
make[2]: Entering directory `/home/michael/debian/build-area/gtk+-3.4.1/build-amd64/demos/widget-factory'
make  install-am
../../../demos/widget-factory/widget-factory.gresource.xml: Error on line 5 char 1: Failed to locate 'gtk-logo-256.png' in current directory.
make[3]: Entering directory `/home/michael/debian/build-area/gtk+-3.4.1/build-amd64/demos/widget-factory'
../../../demos/widget-factory/widget-factory.gresource.xml: Error on line 5 char 1: Failed to locate 'gtk-logo-256.png' in current directory.
make[4]: Entering directory `/home/michael/debian/build-area/gtk+-3.4.1/build-amd64/demos/widget-factory'


I'm not sure if glib-compile-resources is buggy and doesn't correctly support out-of-tree builds or the gtk+ Makefile rules do not correctly call glib-compile-resources.
Comment 1 Michael Biebl 2012-04-16 11:45:52 UTC
Created attachment 212140 [details] [review]
[PATCH] build: Fix out-of-tree build of widget-factory demo  application
Comment 2 Matthias Clasen 2012-04-20 03:37:52 UTC
Review of attachment 212140 [details] [review]:

ok