Erik de Castro Lopo wrote:> Unfortunately I've lost/forgotten my Xiph SVN password. While I get > that sorted out for the real release, the pre-releases are here: > > http://mega-nerd.com/tmp/flac-1.3.2pre1-win.zip > http://mega-nerd.com/tmp/flac-1.3.2pre1.tar.xzForgot to mention that I have tested this on x86_64/linux, armhf/linux and powerpc/linux. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo wrote:> Erik de Castro Lopo wrote: > >> Unfortunately I've lost/forgotten my Xiph SVN password. While I get >> that sorted out for the real release, the pre-releases are here: >> >> http://mega-nerd.com/tmp/flac-1.3.2pre1-win.zip >> http://mega-nerd.com/tmp/flac-1.3.2pre1.tar.xz > > Forgot to mention that I have tested this on x86_64/linux, armhf/linux > and powerpc/linux.Microsoft Visual Studio 2015: format.c(48): error C2065: 'PACKAGE_VERSION': undeclared identifier I edited MSVC project files (I changed 'VERSION' preprocessor variable to 'PACKAGE_VERSION') and it resulted in successful build: "Rebuild All: 26 succeeded, 0 failed, 0 skipped" "make -f Makefile.lite" also doesn't work out of box. And BTW, github.com/xiph/flac repository is outdated: its last commit is "Correct additional 'MEATADATA' typos."
On 7 December 2016 at 08:46, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:>> http://mega-nerd.com/tmp/flac-1.3.2pre1-win.zip >> http://mega-nerd.com/tmp/flac-1.3.2pre1.tar.xzBuilds successfully on FreeBSD amd64 and i386. Best regards Riggs
lvqcl.mail wrote:> Microsoft Visual Studio 2015: > format.c(48): error C2065: 'PACKAGE_VERSION': undeclared identifier > > I edited MSVC project files (I changed 'VERSION' preprocessor variable > to 'PACKAGE_VERSION') and it resulted in successful build: > "Rebuild All: 26 succeeded, 0 failed, 0 skipped"Can I ask you to provide a patch updating all the MSVS files to use `PACKAGE_VERSION` instead of `PACKAGE`?> "make -f Makefile.lite" also doesn't work out of box.I'll take a look.> And BTW, github.com/xiph/flac repository is outdated: its last > commit is "Correct additional 'MEATADATA' typos."Yeah, I've notified Xiph people of that. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
lvqcl.mail wrote:> "make -f Makefile.lite" also doesn't work out of box.Didn't work for the 1.3.1 release either. Makes me wonder why we even keep it around. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 12/06/16 11:46 PM, Erik de Castro Lopo wrote:> Erik de Castro Lopo wrote: > >> Unfortunately I've lost/forgotten my Xiph SVN password. While I get >> that sorted out for the real release, the pre-releases are here: >> >> http://mega-nerd.com/tmp/flac-1.3.2pre1-win.zip >> http://mega-nerd.com/tmp/flac-1.3.2pre1.tar.xz > > Forgot to mention that I have tested this on x86_64/linux, armhf/linux > and powerpc/linux. >Builds fine on OS/2 and the only test failures are due to dd failures, eg ... Generating multiple input files from noise... ERROR: creating files with dd ... Dave