search for: dflac__inline

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

2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > > > automake will include ltmain.sh in the source distribution, so it > > should be > > used even if it isn't installed on the build system. In fact, it > > seems to > > always use the distributed version, and not the installed one
2004 Sep 10
2
1.0 candidate checked in
..." -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 -c bitbuffer.c mkdir .libs gcc -DPACKAGE=\"flac\" -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...#39; if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitbuffer.lo -MD -MP -MF ".deps/bitbuffer.Tpo" -c -o bitbuffer.lo bitbuffer.c; \ then mv -f ".deps/bitbuffer.Tpo" ".deps/bitbuffer.Plo"; else rm -f ".deps/bitbuffer.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat...
2004 Sep 10
4
Updating flac include problems
...-DFLAC__HAS_ID3LIB=1 -DID3LIB_MAJOR=3 -DID3LIB_MINOR=7 -DID3LIB_PATCH=13 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I/sw/include -I../.. -I./include -I../../include -g -O2 -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c file_decoder.c -Wp,-MD,.deps/file_decoder.TPlo -fno-common -DPIC -o .libs/file_decoder.lo file_decoder.c:60: undefined type, found `FLAC__FileDecoderWriteCallback' file_decoder.c:61: undefined type, found `FLAC__FileDecoderMetadataCallback' However if i remove the CFLA...
2004 Sep 10
2
1.0 candidate
I just checked out the 1.0 candidate and ran autogen.sh autoconf errored out so autogen.sh did not work and I had to run automake manually. the autoconf error message was: configure.in:145: CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLAC__INLINE=__inline__" anyhow I ran configure and I went into src/libFLAC/ia32 and ran gmake I get the following error message: libtool: compile: cannot determine name of library object from `cpu_asm.nasm' I tried renaming the .nasm files to .s files and changing Makefile.am accordingly. (changed...
2004 Oct 14
2
compile errors
...6.8 gcc-3.3.4 glibc-2.3.4 nptl enabled I would be happy if someone could help me with this error: if ../../libtool-disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../.. -I./include -I../../include -O2 -DNDEBUG -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -O2 -mcpu=pentium2 -fomit-frame-pointer -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 -MT plugin.lo -MD -MP -MF ".deps/plugin.Tpo" -c -o plugin.lo plugin.c; \ then mv -f ".deps/plugin.Tpo" ".deps/...
2004 Oct 15
1
compile errors
Josh, thanks for answering. I had xmms 1.2.10 . I removed it to see if flac would compile without xmms, and now I get this: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -DNDEBUG -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -O2 -mcpu=pentium2 -fomit-frame-pointer -c file_decoder.c -MT file_decoder.lo -MD -MP -MF .deps/file_decoder.TPlo -fPIC -DPIC -o .libs/file_decoder.lo gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://bugs.gentoo.org/> for instructions. dis...
2004 Sep 10
3
OS X compile errors
...bug will be fixed in 1.0.5, perhaps i should try > it before you release. :) > Nope, it still fails: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include -I../.. -I./include -I../../include -I/sw/include -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c file_decoder.c -Wp,-MD,.deps/file_decoder.TPlo -fno-common -DPIC -o .libs/file_decoder.lo ../../include/FLAC/format.h:144: syntax error, missing `;' after `const' ../../include/FLAC/format.h:147: syntax error, missing `;' after `const' ../../include/FLAC/format.h:15...
2004 Sep 10
3
Compiling problem flac 1.0.4 Mandrake 9.0 gcc 3.2
...PU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I../.. -I./include -I../../include -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c -o file_decoder.lo `test -f 'file_decoder.cc' || echo './'`file_decoder.cc rm -f .libs/file_decoder.lo g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"...
2004 Sep 10
2
And Another OS X Install Problem...
...all: 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 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__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_co...
2004 Sep 10
1
patches for flac build
...-I $(top_srcdir)/include -Wall -W' if test x$debug = xtrue; then CFLAGS="$CFLAGS -g -O0 -DDEBUG" else CFLAGS="$CFLAGS -O3 -DNDEBUG" if test x$GCC = xyes; then CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops \ -finline-functions -Winline -DFLAC__INLINE=__inline__" fi fi CFLAGS="$CFLAGS $SAVE_CFLAGS" __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
2004 Sep 10
1
Another OS X compile error
...nuary 8, 2003, at 12:56 PM, Josh Coalson wrote: > 'touch doc/FLAC.tag' and run make again I did and got: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -g -O2 -O3 -DNDEBUG -Dunix -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c `test -f 'encode.c' || echo './'`encode.c encode.c:117: undefined type, found `OggFLAC__StreamEncoder' encode.c:118: undefined type, found `OggFLAC__StreamEncoder' encode.c:119: undefined type, found `OggFLAC__StreamEncoder' cpp-precomp: warning: errors du...
2004 Sep 10
0
Updating flac include problems
...ID3LIB_MAJOR=3 -DID3LIB_MINOR=7 > -DID3LIB_PATCH=13 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 > -DSIZEOF_LONG_LONG=8 -I. -I. -I/sw/include -I../.. -I./include > -I../../include -g -O2 -O3 -DNDEBUG -fomit-frame-pointer > -funroll-loops > -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c > file_decoder.c -Wp,-MD,.deps/file_decoder.TPlo -fno-common -DPIC -o > .libs/file_decoder.lo > file_decoder.c:60: undefined type, found > `FLAC__FileDecoderWriteCallback' > file_decoder.c:61: undefined type, found > `FLAC__FileDecoderMetadataCallback' &...
2004 Sep 10
2
XMMS plugin build fix
...ir)/src/libFLAC/libFLAC.la > libxmms_flac_la_LDFLAGS = -module -avoid-version now when I build the xmms plugin, upon linking I get: ../../libtool-disable-static --mode=link gcc -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -o libxmms-flac.la -rpath /usr/lib/xmms/Input -module -avoid-version plugin.lo -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib...
2004 Sep 10
0
Compiling problem flac 1.0.4 Mandrake 9.0 gcc 3.2
..._DATA=1 -DHAVE_ICONV=1 -DICONV_CONST= > -DHAVE_LANGINFO_CODESET=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 > -DSIZEOF_LONG=4 > -DSIZEOF_LONG_LONG=8 -I. -I. -I../.. -I./include -I../../include > -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions > -Wall -W > -Winline -DFLaC__INLINE=__inline__ -c -o file_decoder.lo `test -f > 'file_decoder.cc' || echo './'`file_decoder.cc > rm -f .libs/file_decoder.lo > g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > -DPACKAGE_STRING=\"\" -DPACKAGE_BUGR...
2004 Sep 10
0
Compiling FLAC for tremor and StrongARM
...bFLAC I get this error with ld: Making all in flac make[3]: Entering directory `/xtr/home/gryn/squash/flac-1.1.0/src/flac' /bin/sh ../../libtool --mode=link arm-linux-gcc -I../.. -I./include -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/u...
2004 Sep 10
0
XMMS plugin build fix
...; libxmms_flac_la_LDFLAGS = -module -avoid-version > > now when I build the xmms plugin, upon linking I get: > > ../../libtool-disable-static --mode=link gcc -I./include -I > ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops > -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 > -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -o > libxmms-flac.la -rpath /usr/lib/xmms/Input -module -avoid-version > plugin.lo -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmod...
2004 Sep 10
3
error building 1.0
The build bombs out on the xmms plugin on redhat 7.1 box: ../../libtool-disable-static --mode=link 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...
2009 Aug 23
0
Strange autotools check order in autogen.sh
...configuring in this new environment, because they are mostly using wrappers right away or checking for autotools in descending order. The errors (for reference): make[4]: Entering directory `/c/src/flac/src/libFLAC' if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DFLaC__INLINE=inline -DNDEBUG -I../.. -I./include -I../../include -fno-common -I/usr/local/include -O3 -funroll-loops -finline-functions -Wall -W -Winline -g -O2 -MT bitmath.lo -MD -MP -MF ".deps/bitmath.Tpo" \ -c -o bitmath.lo `test -f 'bitmath.c' || echo './'`bitmath.c;...
2004 Oct 14
0
compile errors
...gt; > I would be happy if someone could help me with this error: > > if ../../libtool-disable-static --mode=compile gcc -DHAVE_CONFIG_H > -I. > -I. -I../.. -I../../src -I../.. -I./include -I../../include -O2 > -DNDEBUG -funroll-loops -finline-functions -Wall -W -Winline > -DFLaC__INLINE=__inline__ -O2 -mcpu=pentium2 -fomit-frame-pointer > -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 -MT plugin.lo -MD -MP > -MF > ".deps/plugin.Tpo" -c -o plugin.lo plugin.c; \ > then mv -f ".deps/plug...