-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I'm trying to test git head for gst-plugins-base. I first built git head of gstreamer and installed it in a prefix, which went smoothly enough. Now I can't figure out how to tell gst-plugins-base where to find it. Presently, it fails with "configure: error: no gstreamer-0.10 >= 0.10.21.1 (GStreamer) found" How can I tell gst-plugins-base to look for gstreamer in ~/prefix/ ? (I've tried a few settings for the GST_LIBS envvar, without success.) - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkmgkkkACgkQUJT6e6HFtqTrzwCeLzRDd+H5qKEuCf0YNecP5lMp bSAAn1zsK1uGssrOX3Dex6urhV0qbQcv =DRNQ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Benjamin M. Schwartz wrote:
> > I'm trying to test git head for gst-plugins-base. I first built git head > of gstreamer and installed it in a prefix, which went smoothly enough. > Now I can't figure out how to tell gst-plugins-base where to find it. > Presently, it fails with > > "configure: error: no gstreamer-0.10 >= 0.10.21.1 (GStreamer) found" > > How can I tell gst-plugins-base to look for gstreamer in ~/prefix/ ? > (I've tried a few settings for the GST_LIBS envvar, without success.) > > - --Ben Make the PKG_CONFIG_PATH environment variable point to ~/prefix/lib/pkgconfig. It's also possible to use JHBuild [1], which takes care of all that (and will do more, like checking out all the modules for you). The needed jhbuild module set is in the gst repo [2]. [1]: http://freedesktop.org/wiki/Software/jhbuild [2]: http://cgit.freedesktop.org/gstreamer/jhbuild/ -- Regards, René Stadler ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |