QUOTE(sshd @ Oct 11 2006, 05:05)

I get the following warning message on a 192/24/2 wave file created with wvunpack 4.2. Might not be a problem with flac, but thought I should mention it anyway.
options: --lax -P 8192 -b 4608 -m -l 8 -q 0 -r 3,3
02 The Carter Family.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24
I might remove this warning since I think for 24bps all programs write samples the same way.
QUOTE(Speek @ Oct 11 2006, 09:06)

After installing FLAC 1.1.3 beta1 on Slackware (gcc 3.4.6) I tried recompiling vorbis-tools 1.1.1, but I get this error:
...
yeah, sorry about that, this is due to the api change which collapses the three decoding layers into one. this will remove the need for easyflac.c in vorbis-tools.
I will be going around to the major opensource projects and submitting patches for the latest version while the beta goes on.
QUOTE(ffooky @ Oct 11 2006, 04:30)

QUOTE(jcoalson @ Oct 11 2006, 08:10)

yeah, I have not tried building it on my ibook yet so the tests for the assembler must not be up to date.
I think you can get past this problem by deleting line 22818 in configure:
CODE
test "$AS" = "as" && as --version | grep GNU >/dev/null && AS=gas
Doesn't do the trick (on my Intel iMac at least).
bummer, I'll need the output from make where it broke.
QUOTE(spies @ Oct 11 2006, 09:32)

QUOTE(jcoalson @ Oct 11 2006, 00:10)

yeah, I have not tried building it on my ibook yet so the tests for the assembler must not be up to date.
I think you can get past this problem by deleting line 22818 in configure:
CODE
test "$AS" = "as" && as --version | grep GNU >/dev/null && AS=gas
That change did allow ./configure to finish however make now ends with errors:
CODE
collect2: ld returned 1 exit status
make[3]: *** [flac] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am quickly getting in over my head!
ok, can you post most more of the output, back up to the first error?
QUOTE(pepoluan @ Oct 11 2006, 09:41)

Josh,
What about licensing issues that prevents FLAC from being packaged with WinAmp?
QUOTE(probedb @ Oct 11 2006, 06:42)

Does this include the Winamp plugin, and has this been updated to use the Media Library yet or do I still need to install the patched 1.12 I have?
the necessary code was relicensed to LGPL but there was not enough time to get it into the latest winamp release. the reference plugin does not have ML support but the one coming from winamp will and has all of the features of the reference plugin, so I'm still deciding how much effort to put into maintaining it.
Josh