Displaying 6 results from an estimated 6 matches for "bins_path".
Did you mean:
bin_path
2014 Nov 25
19
flac-1.3.1pre1
Hi all,
As people may have seen there's a pre-release here:
http://downloads.xiph.org/releases/flac/beta/
Specifically:
flac-1.3.1pre1.tar.xz : The source code
flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries
Please test.
I'm particularly interested in hearing about the windows binaries
which were cross compiled from Linux to Windows. Unfortunately
there is a bug
2004 Sep 10
5
1.0 candidate checked in
On Sat, Jul 21, 2001 at 04:06:14PM -0400, Matt Zimmerman wrote:
> Argh. Maybe libtool will have to get involved after all. I'll work on it
> this afternoon.
I think I give up. automake and libtool assume that the compiler will be able
to assemble stuff, and compilers don't generally understand NASM input. I
don't like the strip_fPIC bit, since just about anything that could
2004 Sep 10
0
1.0 candidate checked in
...tbuffer.h, not
src/libFLAC/private/bitbuffer.h; I think the current version
is correct.
3. Copied src/libFLAC/ia32/Makefile.am to
src/libFLAC/ia32/Makefile.am.libtool-1.4b. The only difference
is that Makefile.am.libtool-1.4b has --tag=CC and Makefile.am
does not.
4. Added the check 'test -d $(BINS_PATH) || exit 77' to
test/test_bins.sh
5. Generated all the Makefile.ins, and including a
src/libFLAC/ia32/Makfile.in.libtool-1.4b.
6. 'Improved' the flac.sgml rule to fall back to docbook2man
if there's no docbook-to-man (this should really be handled
in configure.in).
I hope this is a...
2004 Sep 10
4
1.0 source candidate
--- Matt Zimmerman <mdz@debian.org> wrote:
> On Fri, Jul 20, 2001 at 05:15:21PM -0700, Josh Coalson wrote:
>
> > I rethought it and it seemed like a bad idea to post
> > a big file, so you can get it here:
> >
> >
>
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2
>
> With the attached patch, a complete
2012 Apr 18
3
[PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
...ygain_synthesis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/share/utf8/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
+export MALLOC_CHECK_=3
+export MALLOC_PERTURB_==$(($RANDOM % 255 + 1))
PATH=../src/flac:$PATH
PATH=../obj/$BUILD/bin:$PATH
BINS_PATH=../../test_files/bins
diff --git a/test/test_flac.sh b/test/test_flac.sh
index 0aa7e61..7e4a8fd 100755
--- a/test/test_flac.sh
+++ b/test/test_flac.sh
@@ -51,6 +51,8 @@ LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/utf8/.libs:$LD_...
2004 Sep 10
2
1.0 candidate checked in
...vate/bitbuffer.h; I think the current version
> is correct.
> 3. Copied src/libFLAC/ia32/Makefile.am to
> src/libFLAC/ia32/Makefile.am.libtool-1.4b. The only difference
> is that Makefile.am.libtool-1.4b has --tag=CC and Makefile.am
> does not.
> 4. Added the check 'test -d $(BINS_PATH) || exit 77' to
> test/test_bins.sh
> 5. Generated all the Makefile.ins, and including a
> src/libFLAC/ia32/Makfile.in.libtool-1.4b.
> 6. 'Improved' the flac.sgml rule to fall back to docbook2man
> if there's no docbook-to-man (this should really be handled
> in co...