search for: flac__filedecoderwritecallback

Displaying 3 results from an estimated 3 matches for "flac__filedecoderwritecallback".

2004 Sep 10
1
[Flac-users] Trouble Building flac-1.1.0
...ing to build Flac 1.1.0. Version 1.0.3 built without any problems on this system, but 1.0.4 and 1.1.0 fail during the `make' step. I ran `./configure' without any extra flags, then ran `make'. The following is the errors that make outputs: file_decoder.c:60: parse error before "FLAC__FileDecoderWriteCallback" file_decoder.c:60: warning: no semicolon at end of struct or union file_decoder.c:61: warning: type defaults to `int' in declaration of `metadata_callback' file_decoder.c:61: warning: data definition has no type or storage class file_decoder.c:62: parse error before "error_callba...
2004 Sep 10
4
Updating flac include problems
...ude -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 CFLAGS/CPPFLAGS/etc to /sw/include, it can't find the ogg header: (even if i specify --with-ogg-includes=/sw/include) gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"...
2004 Sep 10
0
Updating flac include problems
...../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 CFLAGS/CPPFLAGS/etc to /sw/include, it can't > find the ogg header: (even if i specify > --with-ogg-includes=/sw/include) > > gcc -DPAC...