search for: libxmms

Displaying 20 results from an estimated 43 matches for "libxmms".

2004 Sep 10
0
XMMS plugin build fix
On Fri, Jul 20, 2001 at 01:06:53PM -0700, Josh Coalson wrote: > > xmmsinputplugin_LTLIBRARIES = libxmms-flac.la > > libxmms_flac_la_SOURCES = plugin.c > > -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC > > @XMMS_LIBS@ > > +libxmms_flac_la_LIBADD = @XMMS_LIBS@ > > $(top_builddir)/src/libFLAC/libFLAC.la > > libxmms_flac_la_LDFLAGS = -module -a...
2004 Sep 10
3
Mac OS X - xmms plugin probs
...braries. I build with: ./configure --prefix=/sw --mandir=/sw/share/man make make install DESTDIR=/tmp (to simulate building into a deb file) The xmms plugin build fails with: mkdir /tmp/sw/lib/xmms mkdir /tmp/sw/lib/xmms/Input ../../libtool-disable-static --mode=install /usr/bin/install -c libxmms-flac.la /tmp/sw/lib/xmms/Input/libxmms-flac.la libtool-disable-static: install: warning: relinking `libxmms-flac.la' cd /Users/ben/Desktop/flac-1_0_2-src_0/flac-1.0.2/src/plugin_xmms; /bin/sh ../../libtool-disable-static --mode=relink gcc -I../.. -I./include -I ../../include -Wall -W -O3 -DND...
2004 Sep 10
1
[Flac-users] Undefined PLT symbol "FLAC__plugin_common__init_dither_context"
Well, I've rebuilt flac from the original source, without using the NetBSD package system, and I'm still seeing the same problem with the XMMS FLAC plugin: /usr/pkg/lib/xmms/Input/libxmms-flac.so: Undefined PLT symbol "FLAC__plugin_common__init_dither_context" (symnum = 30) I can see that the symbol is defined in the common library: $ nm src/plugin_common/libplugin_common.a | grep init_dither_context 00000880 T FLAC__plugin_common__init_dither_context But it's neve...
2004 Sep 10
2
And Another OS X Install Problem...
/bin/sh ../../mkinstalldirs /sw/lib/xmms/Input ../../libtool-disable-static --mode=install /usr/bin/install -c libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la libtool-disable-static: install: warning: relinking `libxmms-flac.la' cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh ../../libtool-disable-static --mode=relink gcc -I../.. -I./include -I../../include -g -O2 -O3 -DNDEBUG -Dunix -fom...
2004 Sep 10
2
XMMS plugin build fix
...t; directly > in _LIBADD, with no linker flag syntax. libtool will figure it out. > > diff -u -r1.1.1.1 Makefile.am > --- Makefile.am 29 Jan 2001 18:13:29 -0000 1.1.1.1 > +++ Makefile.am 21 Jun 2001 19:27:31 -0000 > @@ -9,5 +9,5 @@ > > xmmsinputplugin_LTLIBRARIES = libxmms-flac.la > libxmms_flac_la_SOURCES = plugin.c > -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC > @XMMS_LIBS@ > +libxmms_flac_la_LIBADD = @XMMS_LIBS@ > $(top_builddir)/src/libFLAC/libFLAC.la > libxmms_flac_la_LDFLAGS = -module -avoid-version now when I build...
2004 Sep 10
0
Mac OS X - xmms plugin probs
...there. I made clean and started over. The first part now correctly says " remember to run `libtool --finish /sw/lib'". The xmms plugin now gives a different error: /bin/sh ../../mkinstalldirs /tmp/sw/lib/xmms/Input ../../libtool-disable-static --mode=install /usr/bin/install -c libxmms-flac.la /tmp/sw/lib/xmms/Input/libxmms-flac.la libtool-disable-static: install: warning: relinking `libxmms-flac.la' cd /Users/ben/Desktop/flac-1_0_2-src_1/flac-1.0.2/src/plugin_xmms; /bin/sh ../../libtool-disable-static --mode=relink gcc -I../.. -I./include -I ../../include -Wall -W -O3 -DND...
2004 Sep 10
1
xmms-flac plugin in OS X - Apple X11
...Trace/BPT trap xmms >> brian it's 8:41pm, what now? >> >> I am not sure exactly where to go from here, or what might be causing >> this. Any thoughts? > > that function is in the libplugin_common.a, a static library > that gets linked in with libxmms-flac.so. maybe in your build, > plugin_common was build and linked dynamically instead? it's > hard to tell without seeing all the output from 'make'. > > Josh > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Pow...
2004 Sep 10
2
xmms-flac plugin in OS X - Apple X11
I have been using Apple's X11 on OS X and I got the source and compiled flac 1.0.5 beta2. Everything seemed to build and install OK, but the xmms-flac plugin is not working, and I cannot open xmms. I get the following error when I launch xmms from xterm: brian it's 8:41pm, what now? xmms & [1] 567 brian it's 8:41pm, what now? dyld: xmms Undefined symbols:
2004 Sep 10
2
[lamont+buildd@hp.com: Bug#162718: flac_1.0.4-1(hppa/unstable): FTBFS: non-PIC code in shared object]
It looks like libplugin_common.a is being linked into the shared object libxmms-flac.so. In that case, all of the objects in libplugin_common.a must be compiled with -fPIC. ----- Forwarded message from lamont+buildd@hp.com ----- Date: Sat, 28 Sep 2002 18:54:08 -0600 From: lamont+buildd@hp.com Resent-From: lamont+buildd@hp.com To: submit@bugs.debian.org Subject: Bug#162718:...
2004 Sep 10
0
And Another OS X Install Problem...
--- Glenn <glenn@meaning.com> wrote: > /bin/sh ../../mkinstalldirs /sw/lib/xmms/Input > ../../libtool-disable-static --mode=install /usr/bin/install -c > libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la > libtool-disable-static: install: warning: relinking `libxmms-flac.la' > cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh > ../../libtool-disable-static --mode=relink gcc -I../.. -I./include > -I../../include -g -O2 -O3...
2004 Sep 10
3
Re: XMMS Plugin on Mac OS X
...plugin. I compiled it using the ./configure, make, make all > sequence, > and it compiled fine. > When the flac plugin is alone in the XMMS Input directory, it works > correctly and shows up correctly in the Input panel of the XMMS > preferences. (i.e. "FLAC Player v1.0.2 [libxmms-flac.so]") When the > shn > plugin is alone in the XMMS input directory, it works correctly and > shows > up correctly in the Input panel. (i.e. "SHN Player 2.2.5 > [libshn.so]") > When they are both present in the input directory, things start to > get &gt...
2004 Sep 10
1
flac-1.1.0: libtool warnings
Hi, And thanks for flac. There's a minor problem when compiling flac: libtool warns about mixing up shared and static libraries. Typical messages are: *** Warning: Linking the shared library libxmms-flac.la against the *** static library ../../src/plugin_common/libplugin_common.a is not portable! *** Warning: Linking the shared library libxmms-flac.la against the *** static library ../../src/share/grabbag/libgrabbag.a is not portable! *** Warning: Linking the shared library libxmms-flac.la a...
2004 Sep 10
2
Re: xmms-flac problem
...ll. > Should I get this error message? It has an error number, I recall. Definitely, yes. If you see this problem with both Winamp and XMMS, it isn't an XMMS problem at all, but a FLAC problem. I had an idea...this has happened with at least one other third-party program which links with libxmms (libxmms-perl). These two programs are linked differently than the plugins included with xmms. For example, libmpg123.so is linked with essentially only the GTK libraries, while libxmms-flac.so and libxmms-perl are linked with libxmms. libwav.so is only linked with the C library. If we assume t...
2004 Sep 10
0
Mac OS X - xmms plugin probs
That patch does get the .libs dir added to the compile line. But the other problem is that libtool is attempting to link against the installed version of libFLAC, that is $(DESTDIR)/lib/libFLAC.dylib instead of -lFLAC. See: cc -bundle -flat_namespace -undefined suppress -o .libs/libxmms-flac.so plugin.lo -L/sw/lib /sw/lib/libFLAC.dylib -L/sw/src/flac-1.0.2-1/flac-1.0.2/src/libFLAC/.libs -L/usr/X11R6/lib /sw/lib/libgtk.dylib /sw/lib/libgdk.dylib /sw/lib/libgmodule.dylib /sw/lib/libglib.dylib -ldl /sw/lib/libintl.dylib -lXext -lX11 -lm /sw/lib/libxmms.dylib /sw/lib/libogg.dyl...
2004 Sep 10
2
Mac OS X - xmms plugin probs
...the "The loadable module bug" libtool patch which is > > listed at this page: > http://fink.sourceforge.net/doc/porting/libtool.php Ben, I ran across a possible fix on another mailing list: http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html Try changing the libxmms_flac_la_LIBADD line in flac/src/plugin_xmms/Makefile.am to: libxmms_flac_la_LIBADD = $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ If this works, let me know and I'll check it in. Josh __________________________________________________ Do You Yahoo!...
2004 Sep 10
4
non-PIC code in shared libs again
On Wednesday, February 5, 2003, at 10:47 PM, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > good, very good. it may take me a little bit to get to it > since I'm starting a new job next week. > > Ben, can you inspect the patch and confirm that it covers > what you also suggested? The patch fixed the problem with your libs. However, when
2004 Sep 10
3
error building 1.0
...nk gcc -I../.. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -O2 -march=i386 -mcpu=i686 -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o libxmms-flac.la -rpath /usr/lib/xmms/Input -module -avoid-version plugin.lo ../../src/libFLAC/libFLAC.la -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxmms libtool-disable-static: link: error: cannot link shared libraries into libtool libraries make[2]: **...
2004 Sep 10
2
Re: xmms-flac problem
On Tue, Jan 22, 2002 at 09:16:28PM -0500, Asheesh Laroia wrote: > I have MP3 files and FLAC files in my playlist. It's about 800-900 tracks > long. > > I'll start XMMS 1.2.6, and it'll work for some arbitrary amount of FLAC > files. Usually, that's between twenty and a hundred. Then, with no > warning, it will skip over all the FLAC files and play only the
2004 Sep 10
0
Re: beta 10 candidate checked in
...rc/libFLAC/.libs/.libs -Wl,--rpath -Wl,/usr/local/lib -L/root/src/lame/flac/src/libFLAC/.libs /root/src/lame/flac/src/libFLAC/.libs/.libs/libFLAC.so -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -lgmodule12 -lgthread12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lxmms -lc -Wl,-E -Wl,-soname -Wl,libxmms-flac.so -o .libs/libxmms-flac.so gcc: /root/src/lame/flac/src/libFLAC/.libs/.libs/libFLAC.so: No such file or directory gmake[2]: *** [libxmms-flac.la] Error 1 gmake[2]: Leaving directory `/root/src/lame/flac/src/plugin_xmms' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/r...
2004 Sep 10
1
XMMS plugin build fix
...:-) So, the .la file should be specified directly in _LIBADD, with no linker flag syntax. libtool will figure it out. diff -u -r1.1.1.1 Makefile.am --- Makefile.am 29 Jan 2001 18:13:29 -0000 1.1.1.1 +++ Makefile.am 21 Jun 2001 19:27:31 -0000 @@ -9,5 +9,5 @@ xmmsinputplugin_LTLIBRARIES = libxmms-flac.la libxmms_flac_la_SOURCES = plugin.c -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC @XMMS_LIBS@ +libxmms_flac_la_LIBADD = @XMMS_LIBS@ $(top_builddir)/src/libFLAC/libFLAC.la libxmms_flac_la_LDFLAGS = -module -avoid-version -- - mdz