Displaying 20 results from an estimated 34 matches for "libgrabbag".
2004 Sep 10
1
flac-1.1.0: libtool warnings
...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 is not portable!
*** Warning: Linking the shared library libxmms-flac.la against the
*** static library ../../src/share/utf8/libutf8.a is not...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...ex abc10f5..38fc347 100644
--- a/src/flac/Makefile.am
+++ b/src/flac/Makefile.am
@@ -47,9 +47,9 @@ flac_SOURCES = \
flac_LDADD = \
$(top_builddir)/src/share/utf8/libutf8.la \
+ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
$(top_builddir)/src/share/getopt/libgetopt.a \
- $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
@OGG_LIBS@ \
diff --git a/src/flac/M...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...x abc10f5..38fc347 100644
--- a/src/flac/Makefile.am
+++ b/src/flac/Makefile.am
@@ -47,9 +47,9 @@ flac_SOURCES = \
flac_LDADD = \
$(top_builddir)/src/share/utf8/libutf8.la \
+ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
$(top_builddir)/src/share/getopt/libgetopt.a \
- $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
@OGG_LIBS@ \
diff --git a/src/fla...
2014 May 04
0
Building FLAC with LTO
...lac/Makefile.am 2014-05-03 09:44:59.262301200 +0000
@@ -44,6 +44,10 @@
utils.h \
vorbiscomment.h
+if OS_IS_WINDOWS
+win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la
+endif
+
flac_LDADD = \
$(top_builddir)/src/share/utf8/libutf8.la \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
@@ -51,6 +55,7 @@
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
+ $(win_utf8_lib) \
@LIBICONV@ \
-lm
--- flac-1.3.0/src/metaflac/Makefile...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
...akefile.am
+++ b/src/flac/Makefile.am
@@ -44,6 +44,9 @@ flac_SOURCES = \
utils.h \
vorbiscomment.h
+if OS_IS_WINDOWS
+win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la
+endif
flac_LDADD = \
$(top_builddir)/src/share/utf8/libutf8.la \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
@@ -51,7 +54,7 @@ flac_LDADD = \
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
- @LIBICONV@ \
+ $(win_utf8_lib) @LIBICONV@ \
-lm
CLEANFILE...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
The following patch changes export.h so that the dllimport/dllexport
attributes work with mingw/mingw-w64 and others:
- changes _declspec keyword to __declspec: the former may not be
defined by some toolchains.
- changes the _MSC_VER condition to universally _WIN32: MSVC, as well
as GCC supports this.
Attached patch: declspec.diff
Regards.
--
O.S.
-------------- next part --------------
2004 Sep 10
2
getting framesize in client
...02 -0000 1.64
+++ configure.in 9 Nov 2002 16:51:46 -0000
@@ -230,7 +230,7 @@
AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built]))
AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x)
-SHARE_LIBS='$(top_builddir)/src/share/libgrabbag.a $(top_builddir)/src/share/libgain_analysis.a $(top_builddir)/src/share/libgetopt.a $(top_builddir)/src/share/libutf8.a'
+SHARE_LIBS='$(top_builddir)/src/share/grabbag/libgrabbag.a $(top_builddir)/src/share/gain_analysis/libgain_analysis.a $(top_builddir)/src/share/getopt/libgetopt.a $(top...
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
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
...o that, the error looks like
libtool: link: gcc -I/Users/glennm/libOGG-i386/include -O3
-funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch
i386 -o flac analyze.o decode.o encode.o foreign_metadata.o main.o
local_string_utils.o utils.o vorbiscomment.o
../../src/share/grabbag/.libs/libgrabbag.a
../../src/share/getopt/libgetopt.a
../../src/share/replaygain_analysis/.libs/libreplaygain_analysis.a
../../src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.a
../../src/share/utf8/.libs/libutf8.a ../../src/libFLAC/.libs/libFLAC.a
-L/Users/glennm/libOGG-i386/lib
/Users/glennm/libOGG-i3...
2004 Sep 10
2
And Another OS X Install Problem...
...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-disable-static: ../../libtool-disable-stat...
2016 Feb 10
0
[PATCH] Compilation failure...
......among the headers.
>
> Then, this error results when attempting to link flac.exe:
>
> decode.o:decode.c:(.text+0x4fe1): undefined reference to `CreateFile_utf8'
> decode.o:decode.c:(.text+0x50fb): undefined reference to `CreateFile_utf8'
> ../../src/share/grabbag/.libs/libgrabbag.a(file.o):file.c:(.text+0x156):
> undefined reference to `CreateFile_utf8'
> ../../src/share/grabbag/.libs/libgrabbag.a(file.o):file.c:(.text+0x188):
> undefined reference to `CreateFile_utf8'
> collect2: error: ld returned 1 exit status
> Makefile:487: recipe for target '...
2017 Jan 15
0
[PATCH 2/2] Only compile and run tests when running 'make check'
...est_libFLAC++/Makefile.am
@@ -23,7 +23,7 @@ EXTRA_DIST = \
test_libFLAC++.vcxproj.filters
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
-noinst_PROGRAMS = test_libFLAC++
+check_PROGRAMS = test_libFLAC++
test_libFLAC___LDADD = \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
diff --git a/src/test_libFLAC/Makefile.am b/src/test_libFLAC/Makefile.am
index ee3e1109..22e9453e 100644
--- a/src/test_libFLAC/Makefile.am
+++ b/src/test_libFLAC/Makefile.am
@@ -24,7 +24,7 @@ EXTRA_DIST = \
AM_CPPF...
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
...ude <shlobj.h>
#endif
...among the headers.
Then, this error results when attempting to link flac.exe:
decode.o:decode.c:(.text+0x4fe1): undefined reference to `CreateFile_utf8'
decode.o:decode.c:(.text+0x50fb): undefined reference to `CreateFile_utf8'
../../src/share/grabbag/.libs/libgrabbag.a(file.o):file.c:(.text+0x156):
undefined reference to `CreateFile_utf8'
../../src/share/grabbag/.libs/libgrabbag.a(file.o):file.c:(.text+0x188):
undefined reference to `CreateFile_utf8'
collect2: error: ld returned 1 exit status
Makefile:487: recipe for target 'flac.exe' failed
I...
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...rc/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am
index 2b240e1..b4d7824 100644
--- a/src/test_grabbag/cuesheet/Makefile.am
+++ b/src/test_grabbag/cuesheet/Makefile.am
@@ -26,8 +26,6 @@ test_cuesheet_SOURCES = \
test_cuesheet_LDADD = \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
- $(top_builddir)/src/libFLAC/libFLAC.la \
- @OGG_LIBS@ \
- -lm
+ $(top_builddir)/src/libFLAC/libFLAC.la
CLEANFILES = test_cuesheet.exe
diff --git a/src/test_grabbag/picture/Makefile.am b/src/test_grabbag/picture/Ma...
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
...l: link: gcc -I/Users/glennm/libOGG-i386/include -O3
>> -funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch
>> i386 -o flac analyze.o decode.o encode.o foreign_metadata.o main.o
>> local_string_utils.o utils.o vorbiscomment.o
>> ../../src/share/grabbag/.libs/libgrabbag.a
>> ../../src/share/getopt/libgetopt.a
>> ../../src/share/replaygain_analysis/.libs/libreplaygain_analysis.a
>> ../../src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.a
>> ../../src/share/utf8/.libs/libutf8.a ../../src/libFLAC/.libs/libFLAC.a
>> -L/Users/g...
2004 Sep 10
0
Compiling FLAC for tremor and StrongARM
...-I../../include -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops
-finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2
-I/usr/local/i686-linux-gnu/include -o flac analyze.o decode.o
encode.o main.o utils.o vorbiscomment.o
../../src/libOggFLAC/libOggFLAC.la ../../src/share/grabbag/libgrabbag.la
../../src/share/gain_analysis/libgain_analysis.la
../../src/share/getopt/libgetopt.a ../../src/share/utf8/libutf8.la
../../src/libFLAC/libFLAC.la -L/usr/local/i686-linux-gnu/lib -logg -lm
arm-linux-gcc -I../.. -I./include -I../../include -O3 -DNDEBUG
-fomit-frame-pointer -funroll-loops -finline-...
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 |
2004 Sep 10
1
xmms-flac plugin in OS X - Apple X11
...clude/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
mkdir .libs
*** Warning: This library needs some functi...
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
0
And Another OS X Install Problem...
...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-disable-static: ....