GNOME Bugzilla – Bug 727436
GLib resource compiler fails to find ui files when building OOTSD
Last modified: 2014-04-04 10:10:35 UTC
When building gtksourceview OOTSD, i get something like this: Making all in gtksourceview make[2]: Entering directory '/f/e26/src/mingw/gtksourceview-3.11.91-1/bld/gtksourceview' ../../gtksourceview-3.11.91/gtksourceview/gtksourceview.gresource.xml: Failed to locate 'gtksourcecompletion.ui' in current directory. GEN gtksourceview-marshal.c GEN gtksourceview-marshal.h GEN gtksourceview-resources.c GEN stamp-gtksourceview-typebuiltins.c GEN stamp-gtksourceview-typebuiltins.h make all-recursive make[3]: Entering directory '/f/e26/src/mingw/gtksourceview-3.11.91-1/bld/gtksourceview' ../../gtksourceview-3.11.91/gtksourceview/gtksourceview.gresource.xml: Failed to locate 'gtksourcecompletion.ui' in current directory. Making all in completion-providers make[4]: Entering directory '/f/e26/src/mingw/gtksourceview-3.11.91-1/bld/gtksourceview/completion-providers' Making all in words make[5]: Entering directory '/f/e26/src/mingw/gtksourceview-3.11.91-1/bld/gtksourceview/completion-providers/words' CC libgtksourcecompletionwords_la-gtksourcecompletionwords.lo CC libgtksourcecompletionwords_la-gtksourcecompletionwordsbuffer.lo CC libgtksourcecompletionwords_la-gtksourcecompletionwordslibrary.lo CC libgtksourcecompletionwords_la-gtksourcecompletionwordsproposal.lo CC libgtksourcecompletionwords_la-gtksourcecompletionwordsutils.lo Installing into /f/e26/src/mingw/gtksourceview-3.11.91-1/inst from /f/e26/src/mingw/gtksourceview-3.11.91-1/bld Making install in gtksourceview make[1]: Entering directory '/f/e26/src/mingw/gtksourceview-3.11.91-1/bld/gtksourceview' ../../gtksourceview-3.11.91/gtksourceview/gtksourceview.gresource.xml: Failed to locate 'gtksourcecompletion.ui' in current directory. make install-recursive make[2]: Entering directory '/f/e26/src/mingw/gtksourceview-3.11.91-1/bld/gtksourceview' ../../gtksourceview-3.11.91/gtksourceview/gtksourceview.gresource.xml: Failed to locate 'gtksourcecompletion.ui' in current directory. This can be fixed by telling glib resource compiler where the source directory is.
Created attachment 273404 [details] [review] Make sure glib resource compiler knows where source directory is
Review of attachment 273404 [details] [review]: Looks good.
Attachment 273404 [details] pushed as 9bd5d00 - Make sure glib resource compiler knows where source directory is