hi, according to the FAQ flac supports multichannel formats. i had no luck with 1.1.4 though ( "Untitled.aif: ERROR: unsupported number channels 8 for AIFF" ), i guess that feature was added in 1.2? unfortunately, the binary for 1.2 does not run on OS X 10.4 (says libiconv is too old). i removed libiconv and reinstalled that from source, but then flac 1.2.1 just prints "Bus error" and exits. Ok, so i tried to compile flac from source, and end up with Extracting /Users/rutz/Desktop/flac-1.2.1/src/libFLAC/ia32/.libs/ libFLAC-asm.a (cd .libs/libFLAC.lax/libFLAC-asm.a && ar x /Users/rutz/Desktop/ flac-1.2.1/src/libFLAC/ia32/.libs/libFLAC-asm.a) gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress - o .libs/libFLAC.8.2.0.dylib .libs/bitmath.o .libs/bitreader.o .libs/ bitwriter.o .libs/cpu.o .libs/crc.o .libs/fixed.o .libs/float.o .libs/ format.o .libs/lpc.o .libs/md5.o .libs/memory.o .libs/ metadata_iterators.o .libs/metadata_object.o .libs/ stream_decoder.o .libs/stream_encoder.o .libs/ stream_encoder_framing.o .libs/window.o .libs/ ogg_decoder_aspect.o .libs/ogg_encoder_aspect.o .libs/ ogg_helper.o .libs/ogg_mapping.o .libs/libFLAC.lax/libFLAC-asm.a/ bitreader_asm.o .libs/libFLAC.lax/libFLAC-asm.a/cpu_asm.o .libs/ libFLAC.lax/libFLAC-asm.a/fixed_asm.o .libs/libFLAC.lax/libFLAC-asm.a/ lpc_asm.o .libs/libFLAC.lax/libFLAC-asm.a/stream_encoder_asm.o -lm / usr/local/lib/libogg.dylib -install_name /usr/local/lib/libFLAC. 8.dylib -Wl,-compatibility_version -Wl,11 -Wl,-current_version -Wl,11.0 ld: .libs/libFLAC.lax/libFLAC-asm.a/bitreader_asm.o has external relocation entries in non-writable section (__TEXT,__text) for symbols: FLAC__crc16_table bitreader_read_from_client_ /usr/bin/libtool: internal link edit command failed make[4]: *** [libFLAC.la] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 any chance to get the latest version on os x 10.4.11? thanks, -sciss-
Have you tried the installer? flac-1.2.1.dmg That was built and tested on 10.4.11, and still runs. Brian Willoughby Sound Consulting On Aug 5, 2009, at 03:47, Sciss wrote: according to the FAQ flac supports multichannel formats. i had no luck with 1.1.4 though ( "Untitled.aif: ERROR: unsupported number channels 8 for AIFF" ), i guess that feature was added in 1.2? unfortunately, the binary for 1.2 does not run on OS X 10.4 (says libiconv is too old). i removed libiconv and reinstalled that from source, but then flac 1.2.1 just prints "Bus error" and exits. Ok, so i tried to compile flac from source, and end up with [...] any chance to get the latest version on os x 10.4.11?
yes that is what i did. got the "requires version 7.0.0 or later, but libiconv.2.dylib provides version XYZ" (forgot which version i had before). removed libiconv, downloaded compiled and installed the new one (libiconv-1.13.1), then i just get $ flac Bus error i reinstalled flac 1.1.4, still runs fine (but doesn't support multichannel). cheers, -sciss- Am 05.08.2009 um 13:21 schrieb Brian Willoughby:> Have you tried the installer? flac-1.2.1.dmg > That was built and tested on 10.4.11, and still runs. > > Brian Willoughby > Sound Consulting > > > On Aug 5, 2009, at 03:47, Sciss wrote: > according to the FAQ flac supports multichannel formats. i had no > luck with 1.1.4 though ( "Untitled.aif: ERROR: unsupported number > channels 8 for AIFF" ), i guess that feature was added in 1.2? > > unfortunately, the binary for 1.2 does not run on OS X 10.4 (says > libiconv is too old). i removed libiconv and reinstalled that from > source, but then flac 1.2.1 just prints "Bus error" and exits. Ok, so > i tried to compile flac from source, and end up with > > [...] > > any chance to get the latest version on os x 10.4.11? >