[Gstreamer-bugs] [Bug 133886] Changed - libtool error while compiling alsamixer plug-in

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Feb 11 14:54:10 PST 2004


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=133886

Changed by bugs at leroutier.net.

--- shadow/133886	Tue Feb 10 05:48:37 2004
+++ shadow/133886.tmp.24515	Wed Feb 11 17:54:10 2004
@@ -59,6 +59,26 @@
 ------- Additional Comments From bugs at leroutier.net  2004-02-10 05:48 -------
 can't be because of a dirty tree because i use a gentoo CVS ebuild.
 it first updates (-dP) the local repository then it copies it to a new
 directory where it compiles it.
 
 perhaps it is gentoo specific, i'll try to investigate that a bit further
+
+------- Additional Comments From bugs at leroutier.net  2004-02-11 17:54 -------
+i just verified that oss builds ok while alsa doesn't
+
+the difference i see is there in the Makefile.am :
+
+libgstalsa_la_LIBADD = $(ALSA_LIBS) \
+  -L${top_builddir}/gst-libs/gst -lgstinterfaces- at GST_MAJORMINOR@
+
+libgstossaudio_la_LIBADD =
+$(top_builddir)/gst-libs/gst/libgstinterfaces- at GST_MAJORMINOR@.la
+
+so, perhaps replacing alsa LIBADD end with :
+$(top_builddir)/gst-libs/gst/libgstinterfaces- at GST_MAJORMINOR@.la works.
+
+
+even with the -L, it seems to try to use the system installed version.
+
+
+




More information about the Gstreamer-bugs mailing list