GNOME Bugzilla – Bug 736987
Fix build when builddir != srcdir
Last modified: 2014-09-24 13:59:54 UTC
Created attachment 286657 [details] [review] patch When building in a subdirectory, the build fails with the following error: --------- CC src/app/gnome_builder-gb-application.o ../src/app/gb-application.c:31:26: fatal error: gb-resources.h: No such file or directory #include "gb-resources.h" ^ compilation terminated. ---------- Patch attached.
Thanks!
Just bissected it, this change actually broke « make distcheck ». :-/ $ ./autogen.sh && make && make distcheck [... snip ...] CC src/app/gnome_builder-gb-application.o ../src/app/gb-application.c:31:26: fatal error: gb-resources.h: No such file or directory #include "gb-resources.h" ^ compilation terminated.
(In reply to comment #2) > Just bissected it, this change actually broke « make distcheck ». :-/ > > $ ./autogen.sh && make && make distcheck > [... snip ...] > CC src/app/gnome_builder-gb-application.o > ../src/app/gb-application.c:31:26: fatal error: gb-resources.h: No such file > or directory > #include "gb-resources.h" > ^ > compilation terminated. Go ahead and pull from git master. Should be fixed in 6aba79946cf6db7e3ab56fbec16989fe6956aba0.
Not really. I still have this issue (I cloned git repo some mins ago...). CC src/app/libgnome_builder_la-gb-application.lo ../src/app/gb-application.c:32:26: fatal error: gb-resources.h: No such file or directory #include "gb-resources.h" ^ compilation terminated.