GNOME Bugzilla – Bug 597546
building gst-plugins-* with jhbuild failed
Last modified: 2010-04-13 14:35:52 UTC
Everytime I try to build gst-plugins-base or gst-plugins-good with jhbuild (becuase it's a dep for another app I work on), I get following error: make Making all in pkgconfig Making all in gst-libs Making all in gst Making all in interfaces ERROR: /interfaces-enumtypes.h: no such a file or directory make[5]: *** [GstInterfaces-0.10.gir] Error 1 make[4]: *** [all] Error 2 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 *** Error during phase build of gst-plugins-base: ########## Error running make *** [1/1] I'm using autoconf (GNU Autoconf) 2.64 and automake (GNU automake) 1.11
What's the output if you call "make V=1"?
Created attachment 145034 [details] output of make V=1
I wonder it this is related to Bug #598114.
I don't think so, the problem seems to be that gobject-introspection gets "/interfaces-enumtypes.h" passed and can't find it (of course). But I have absolutely no idea why this should happen
*** Bug 598884 has been marked as a duplicate of this bug. ***
This seems to work fine for me, just built a fresh jhbuild stack up to gst-plugins-good, including gst-plugins-base (this is -base git afaict), so marking as OBSOLETE. Please re-open if it's still a problem.