GNOME Bugzilla – 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.
Last modified: 2012-05-04 00:23:35 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.
Created attachment 212140 [details] [review] [PATCH] build: Fix out-of-tree build of widget-factory demo application
Review of attachment 212140 [details] [review]: ok