[Gstreamer-bugs] [Bug 110038] Changed - [0.6.1] sine fails to compile?

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Apr 5 03:40:04 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=110038

Changed by rbultje at ronald.bitfreak.net.

--- shadow/110038	Sat Apr  5 06:29:35 2003
+++ shadow/110038.tmp.32435	Sat Apr  5 06:40:04 2003
@@ -64,6 +64,21 @@
 `/home/rbultje/projects/gstreamer/gstreamer-0.6.1/gst-plugins/gst'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/home/rbultje/projects/gstreamer/gstreamer-0.6.1/gst-plugins'
 make: *** [all] Error 2
 [rbultje at tux gst-plugins]$
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-04-05 06:40 -------
+This only happens for uninstalled gst, btw. The offending lines are in
+configure.ac for gst-plugins:
+
+dnl additional gstcontrol libs
+GST_CONTROL_LIBS=`pkg-config --variable=gstcontrol_libs
+gstreamer-$GST_MAJORMINOR`
+AC_SUBST(GST_CONTROL_LIBS)
+
+We're not using PKG_CHECK_MODULES(), so we're not checking for
+uninstalled gstreamer. we should use:
+
+PKG_CHECK_MODULES(GST_CONTROL, gstreamer-control-$GST_MAJORMINOR, ,
+AC_MSG_ERROR(You don't have gstreamer-control, go find a doctor))





More information about the Gstreamer-bugs mailing list