[gstreamer-bugs] [Bug 603710] Can't compile with introspection support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 25 05:39:45 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=603710
  GStreamer | gstreamer (core) | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-03-25 12:39:43 UTC ---
Vincent: does this help in your case? (the libs in -plugins-base also have it
the wrong way round)

diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am
index a526afc..a94df7d 100644
--- a/libs/gst/check/Makefile.am
+++ b/libs/gst/check/Makefile.am
@@ -111,7 +111,7 @@ gir_sources=$(patsubst %,$(srcdir)/%,
$(libgstcheck_ at GST_MAJORMINOR@_la_SOURCES)
 gir_cincludes=$(patsubst
%,--c-include='gst/check/%',$(libgstcheck_ at GST_MAJORMINOR@include_HEADERS))

 GstCheck- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER)
libgstcheck- at GST_MAJORMINOR@.la
-      
$(AM_V_GEN)PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):$(top_builddir)/pkgconfig" \
+      
$(AM_V_GEN)PKG_CONFIG_PATH="$(top_builddir)/pkgconfig:$(PKG_CONFIG_PATH)" \
                $(INTROSPECTION_SCANNER) -v --namespace GstCheck \
                --nsversion=@GST_MAJORMINOR@ \
                --strip-prefix=Gst \

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list