search for: local_string_util

Displaying 9 results from an estimated 9 matches for "local_string_util".

Did you mean: local_string_utils
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
...bogg.a, then it complains that it can't find the .dylib file. When I do 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/.li...
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
...11:09 PM, Glenn McCord <glenn.mccord at gmail.com> wrote: > >> 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/sha...
2007 Jul 14
2
PATCH : Fix missing protoypes
...-functions -Wall -W -Winline -DFLaC__INLINE=__inline__" + OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O3 -funroll-loops -finline-functions -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Winline -DFLaC__INLINE=__inline__" fi fi CFLAGS="$OUR_CFLAGS_HEAD $CFLAGS" --- src/flac/local_string_utils.c 2007-07-14 08:45:49 +0000 +++ src/flac/local_string_utils.c 2007-07-15 00:56:58 +0000 @@ -8,6 +8,7 @@ #include <string.h> #include "utils.h" +#include "local_string_utils.h" /* $OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp $ * --- src/libFLAC/metad...
2010 Aug 17
0
Compiling static libFLAC.a still requires libogg.dylib
...at 15:09 +1200, Glenn McCord wrote: > When I do 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/libutf...
2014 Jun 19
0
Lets work towards a new version
...align] > CC encode.o > encode.c:120:34: warning: cast increases required alignment of > target type [-Wcast-align] > encode.c:121:33: warning: cast increases required alignment of > target type [-Wcast-align] > CC foreign_metadata.o > CC main.o > CC local_string_utils.o One other issue that I've brought up before but hasn't been fixed yet: none of the people that have contributed to FLAC in the last few years (save Miroslav) are in the AUTHORS file :)
2010 Aug 16
2
Compiling static libFLAC.a still requires libogg.dylib
Hi, I'm trying to compile a static lib of libFLAC yet whenever I use it in an application, the application will fail on other machines because it's trying to use libogg.0.dylib. I'm using the following configure command ./configure prefix=${HOME}/libFLAC --disable-asm-optimizations --disable-dependency-tracking --with-ogg=${HOME}/libOGG --enable-shared=no but to do avail. Is there
2014 Jun 19
10
Lets work towards a new version
Hi all, It sees that the most serious bug in the flac bug tracker: https://sourceforge.net/p/flac/bugs/413/ has been fixed in git. This fix alone is worth a new release so its time to work towards one. Things I need to do for this new release: * Deal with all current patches on the mailing list. * Review all bugs reported against 1.3.0 on the sf.net. * Testing and coordination of testing
2012 Dec 04
0
[PATCH] Update FSF address.
...e.c | 6 +-- src/flac/encode.h | 6 +-- src/flac/foreign_metadata.c | 6 +-- src/flac/foreign_metadata.h | 6 +-- src/flac/iffscan.c | 6 +-- src/flac/local_string_utils.h | 6 +-- src/flac/main.c | 12 +++--- src/flac/utils.c | 6 +-- src/flac/utils.h | 6 +-- src/flac/vorbiscomment.c | 6 +-- src/flac/vorbiscom...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...red deprecated 14> c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup' 14> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.' 14>local_string_utils.c 15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(183) : error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to 'const wchar_t *' 15> Types pointed to are unrelated; conversion requires reinterpre...