[gst-devel] problems compiling 0.8.0 plugins
Benjamin Collar
collar at onlinehome.de
Wed Mar 24 00:18:02 CET 2004
Greetings
So Gentoo now has 0.8.0 available, but I'm not able to compile the gst-plugins
package. It's masked, which basically means unstable, but since 0.6 isn't
working for me anymore, I have to try to build it anyway.
So when I did this by hand I got the same error. Any idea what's wrong? it
says it can't find libgstinterfaces--and indeed, it's not there. Why? What
package is libgstinterfaces supposed to be in?
echo "{ global:" > .libs/libgstvolume.ver
cat .libs/libgstvolume.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libgstvolume.ver
echo "local: *; };" >> .libs/libgstvolume.ver
gcc -shared libgstvolume_la-gstvolume.lo -L/usr/lib
-L/var/tmp/portage/gst-plugins-0.8.0/image//usr/lib -lgstcontrol-0.8
-lgstreamer-0.8 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2
-lpthread -lz -lm -lglib-2.0 -lgstinterfaces-0.8 -Wl,--export-dynamic
-pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libgstvolume
-Wl,-version-script -Wl,.libs/libgstvolume.ver -o .libs/libgstvolume
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lgstinterfaces-0.8
collect2: ld returned 1 exit status
libtool: install: error: relink `libgstvolume.la' with the above command
before installing it
make[3]: *** [install-pluginLTLIBRARIES] Error 1
make[3]: Leaving directory
`/home/tmp/portage/gst-plugins-0.8.0/work/gst-plugins-0.8.0/gst/volume'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/home/tmp/portage/gst-plugins-0.8.0/work/gst-plugins-0.8.0/gst/volume'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/tmp/portage/gst-plugins-0.8.0/work/gst-plugins-0.8.0/gst'
make: *** [install-recursive] Error 1
!!! ERROR: media-libs/gst-plugins-0.8.0 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed
Thanks
Ben
More information about the gstreamer-devel
mailing list