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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 29 04:25:58 PDT 2010


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

--- Comment #15 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-03-29 11:25:56 UTC ---
As it turns out, there are problems with the [ 0.10.25, 0.10.28 ] releases and
gobject-introspection when builddir != srcdir. This:

 $ tar xjf gstreamer-0.10.28.tar.bz2
 $ cd gstreamer-0.10.28
 $ mkdir _build
 $ cd _build
 $ ../configure --prefix=/foo/bar
 $ make

will lead to warnings about includes it can't find when building the
gobject-introspection info, which may be related. This should be fixed in
current git though, so it would be good if 


Regarding the patches that pass the .la directly in some way or another: I
don't understand why this should be needed. It should get this info from the
in-tree gstreamer-0.10-uninstalled.pc via pkg-config as far as I can tell. Why
does that not work?

-- 
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