[gstreamer-bugs] [Bug 344001] 'configure' for gst-plugins-0.8.11 fails with 'checking for gstreamer-0.8 >= 0.8.9.1... configure: error: no GStreamer found' message

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jun 6 07:25:29 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=344001
 GStreamer | gst-plugins | Ver: 0.10.6





------- Comment #9 from Sergei Steshenko  2006-06-06 14:25 UTC -------
(In reply to comment #8)
> As I said, the plugins are in gst-plugins-good. Specifically, as even a cursory
> look would have shown, they're in the ext/gconf/ subdirectory. They're
> gstreamer plugins, not a normal library. You will, as I said, need to port what
> you're trying to build to gstreamer 0.10. 
> 

Maybe I didn't clearly formulate my qestion.

Let's look into now defunct gst-plugins-0.8.11:


"
grep -n -r gstreamer-gconf
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11 | grep "\.pc" | grep
Makefile | grep -v configure
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.am:2:GCONF_PC=gstreamer-gconf- at GST_MAJORMINOR@.pc
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.am:3:GCONF_PC_UNINSTALLED=gstreamer-gconf- at GST_MAJORMINOR@-uninstalled.pc
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.am:39:
          gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in \
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:42:
   $(srcdir)/gstreamer-gconf-uninstalled.pc.in \
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:43:
   $(srcdir)/gstreamer-gconf.pc.in \
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:84:CONFIG_CLEAN_FILES
= gstreamer-gconf.pc gstreamer-gconf-uninstalled.pc \
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:678:@USE_GCONF_TRUE at GCONF_PC
= gstreamer-gconf- at GST_MAJORMINOR@.pc
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:680:@USE_GCONF_TRUE at GCONF_PC_UNINSTALLED
= gstreamer-gconf- at GST_MAJORMINOR@-uninstalled.pc
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:704:
          gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in \
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:745:gstreamer-gconf.pc:
$(top_builddir)/config.status $(srcdir)/gstreamer-gconf.pc.in
/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:747:gstreamer-gconf-uninstalled.pc:
$(top_builddir)/config.status $(srcdir)/gstreamer-gconf-uninstalled.pc.in
"

- in the above output I see


/mnt/removable4/sergei/build_work/build/gst-plugins-0.8.11/pkgconfig/Makefile.in:745:gstreamer-gconf.pc:
$(top_builddir)/config.status $(srcdir)/gstreamer-gconf.pc.in

line.

I think the above line means that 'gstreamer-gconf.pc' target will exist in
the final Makefile, and 'make' will build it.


Now, in the brave new gstreamer-0.10.* world, is there any tarball which
contains gstreamer-gconf.pc target ?

If there is, what is the tarball ?

If there is no, I'll file a bug against  GStreamer-GConf Perl module, and the
claim will be that it is impossible to build GStreamer-GConf Perl module
against gstreamer-0.10.*.

I am not porting GStreamer-GConf Perl module, I am developing a script allowing
to build and install existing modules and libraries locally, in non-system
directories, not using root permissions.

GStreamer-GConf Perl module is just one of targets I am trying to build.


-- 
Configure bugmail: http://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