search for: libplugin_common

Displaying 16 results from an estimated 16 matches for "libplugin_common".

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...
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 against the *** static library ../../src/share/gain_analysis/libgain_analysis.a i...
2004 Sep 10
1
xmms-flac plugin in OS X - Apple X11
...s: >> _FLAC_plugin__charset_get_current >> >> [1] 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 > > > ________________________________________...
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
1
[Flac-users] Undefined PLT symbol "FLAC__plugin_common__init_dither_context"
...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 never copied out of that library and linked into the xmms plugin: $ nm src/plugin_xmms/.libs/libxmms-flac.so | grep init_dither_context U FLAC__plugin_common__init_dither_context Any idea wh...
2004 Sep 10
2
And Another OS X Install Problem...
...FLaC__INLINE=__inline__ -I/sw/include -I/sw/include/xmms -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -o libxmms-flac.la -rpath /sw/lib/xmms/Input -module -avoid-version charset.lo configure.lo plugin.lo wrap_id3.lo fileinfo.lo ../../src/plugin_common/libplugin_common.a ../../src/share/grabbag/libgrabbag.a ../../src/share/gain_analysis/libgain_analysis.a ../../src/share/utf8/libutf8.a ../../src/libFLAC/libFLAC.la -L../../src/libFLAC/.libs -L/sw/lib -L/sw/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm -lxmms ../../libtool-disa...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...topdir = ../.. +libdir = $(topdir)/obj/$(BUILD)/lib LIB_NAME = libxmms-flac INCLUDES = -I./include -I$(topdir)/include -I.. $(shell xmms-config --cflags) # refer to the static libs explicitly ifeq ($(OS),Darwin) -LIBS = $(topdir)/obj/$(BUILD)/lib/libFLAC.a $(topdir)/obj/$(BUILD)/lib/libplugin_common.a $(topdir)/obj/$(BUILD)/lib/libgrabbag.a $(topdir)/obj/$(BUILD)/lib/libreplaygain_analysis.a $(topdir)/obj/$(BUILD)/lib/libreplaygain_synthesis.a $(OGG_LIB_DIR)/libogg.a -liconv -lstdc++ -lz + LIBS = $(libdir)/libFLAC.a $(libdir)/libplugin_common.a $(libdir)/libgrabbag.a $(libdir)/librepla...
2004 Sep 10
0
And Another OS X Install Problem...
...e__ -I/sw/include -I/sw/include/xmms > -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include > -I/usr/X11R6/include -o libxmms-flac.la -rpath /sw/lib/xmms/Input > -module -avoid-version charset.lo configure.lo plugin.lo wrap_id3.lo > fileinfo.lo ../../src/plugin_common/libplugin_common.a > ../../src/share/grabbag/libgrabbag.a > ../../src/share/gain_analysis/libgain_analysis.a > ../../src/share/utf8/libutf8.a ../../src/libFLAC/libFLAC.la > -L../../src/libFLAC/.libs -L/sw/lib -L/sw/lib -L/usr/X11R6/lib -lgtk > -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm...
2004 Sep 10
2
getting framesize in client
...plugin_xmms/Makefile.am 9 Nov 2002 16:51:49 -0000 @@ -52,5 +52,5 @@ # for fix info see: # http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html # the workaround is the extra '-L$(top_builddir)/src/libFLAC/.libs' -libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIB_LIBS@ +libxmms_flac_la_LIBADD = @SHARE_LIBS@ $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIB_LIBS@ li...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote: > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > I have few notes: > > > > It seems there is changed API in CVS again. So, what about adding > > function like > > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > > which returns size of the frame in bytes. This
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...topdir = ../.. +libdir = $(topdir)/obj/$(BUILD)/lib LIB_NAME = libxmms-flac INCLUDES = -I./include -I$(topdir)/include -I.. $(shell xmms-config --cflags) # refer to the static libs explicitly ifeq ($(OS),Darwin) -LIBS = $(topdir)/obj/$(BUILD)/lib/libFLAC.a $(topdir)/obj/$(BUILD)/lib/libplugin_common.a $(topdir)/obj/$(BUILD)/lib/libgrabbag.a $(topdir)/obj/$(BUILD)/lib/libreplaygain_analysis.a $(topdir)/obj/$(BUILD)/lib/libreplaygain_synthesis.a $(OGG_LIB_DIR)/libogg.a -liconv -lstdc++ -lz + LIBS = $(libdir)/libFLAC.a $(libdir)/libplugin_common.a $(libdir)/libgrabbag.a $(libdir)/librepla...
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
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...,8 +15,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -AUTOMAKE_OPTIONS = foreign - AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_LTLIBRARIES = libplugin_common.la diff --git a/src/share/getopt/Makefile.am b/src/share/getopt/Makefile.am index 70ea506..f9a6fa3 100644 --- a/src/share/getopt/Makefile.am +++ b/src/share/getopt/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign - AM_CPPFLAGS = -...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...akefile.am index 147ee15..0f557fd 100644 --- a/src/plugin_common/Makefile.am +++ b/src/plugin_common/Makefile.am @@ -17,7 +17,7 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_LTLIBRARIES = libplugin_common.la diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index b9c4f8b..f96b3ae 100644 --- a/src/plugin_xmms/Makefile.am +++ b/src/plugin_xmms/Makefile.am @@ -31,8 +31,7 @@ noinst_HEADERS = \ tag.h AM_CFLAGS = @OGG_CFLAGS@ @XMMS_CFLAGS@ - -INCLUDES = -I$(top_srcdir)/src +AM_...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools based build system. There is a lot more that could and should be done, but I tried to stay conservative for now and just resolve some of the most obvious issues. Max Horn (5): configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN autogen.sh: replace this by a simple call to autoreconf configure: always print
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...SYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_xmms' Making distclean in plugin_common make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_common' rm -rf .libs _libs test -z "libplugin_common.la" || rm -f libplugin_common.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_common' Maki...