Re: [Rhythmbox-devel] buildling RB against gstreamer 0.7.2



On Tue, 2003-12-16 at 08:00, Luca Ferretti wrote:
> Il lun, 2003-12-15 alle 15:35, mike ha scritto:
> > After giving up on gstreamer cvs for the moment (RB wont play anything)
> 
> You can compile gstreamer from HEAD?? 
> 
> This is my output
> 
> ../../gst/.libs/libgstreamer-0.7.so: undefined reference to
> `gst_index_factory_get_type'
> collect2: ld returned 1 exit status
> make[4]: *** [spidertest] Error 1
> make[4]: Leaving directory `/tmp/GNOME/gstreamer/gst/autoplug'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/tmp/GNOME/gstreamer/gst'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/tmp/GNOME/gstreamer/gst'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/GNOME/gstreamer'
> make: *** [all] Error 2
> 
> 

well up until  saturday I could, probably still could

I use the following in my script

elsif ( $dir1 eq 'gstreamer' or $dir1 eq 'gst-plugins' ) {
system './autogen.sh';
system ("make distclean");
system ("CPPFLAGS=$cflags ./configure --prefix=$prefix --sysconfdir=$sys
--localstatedir=$local $debug --disable-gtk-doc --disable-docs-build
--disable-more-warnings --disable-plugin-builddir");
system 'make';

Part of my perl script building all of gnome
(http:/www.redtux1.uklinux.net/yagnobs)

> _______________________________________________
> rhythmbox-devel mailing list
> rhythmbox-devel@gnome.org
> http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]