GNOME Bugzilla – Bug 750296
introspection scanner should set environment
Last modified: 2015-06-03 20:41:48 UTC
The various invocations of INTROSPECTION_SCANNER (for gobject-introspection) fail to set important environment variables (such as CC) which can cause builds to fail. Gtk2, Gtk3, etc. all set this as expected, so GStreamer should as well. See attached patch.
Created attachment 304455 [details] [review] uses INTROSPECTION_SCANNER_ENV to set CC for scanner usage
Apologies if there's a better way to set environment for the scanner invocation; I'm not an automake expert.
Ultimately, this is actually caused by the fact that gstreamer doesn't use Makefile.introspection -- fixing that would resolve this issue. *** This bug has been marked as a duplicate of bug 726571 ***