Displaying 20 results from an estimated 112 matches for "erikd".
Did you mean:
erik
2008 Jul 31
2
[LLVMdev] Status of Ocaml bindings
...sources from SVN and built them. When I ran the test suite I got the
following stats:
# of expected passes 2631
# of unexpected failures 7
# of expected failures 11
It looks like some of the failures were due to the Ocaml parts of the
tests:
FAIL: /home/erikd/Hack/SVN/llvm/test/Bindings/Ocaml/analysis.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I /home/erikd/Hack/SVN/llvm/Debug/lib/ocaml
-warn-error A llvm.cma llvm_analysis.cma /home/erikd/Hack/SVN/llvm/test/Bindings/Ocaml/analy...
2008 Jul 31
0
[LLVMdev] Status of Ocaml bindings
...the test suite I got the
> following stats:
>
> # of expected passes 2631
> # of unexpected failures 7
> # of expected failures 11
>
> It looks like some of the failures were due to the Ocaml parts of the
> tests:
>
> FAIL: /home/erikd/Hack/SVN/llvm/test/Bindings/Ocaml/analysis.ml
> Failed with unknown error (or has stderr output) at line 1
> while running: /usr/bin/ocamlc.opt -cc g++ -I /home/erikd/Hack/SVN/llvm/Debug/lib/ocaml
> -warn-error A llvm.cma llvm_analysis.cma /home/erikd/Hack/SVN/llvm/test/Bindings...
2008 Mar 27
2
WINEDLLPATH weirdness
...all,
I'm using the Linux to MinGW cross compiler toolchain to build
windows binaries for one of my libraries. I'm also trying to
run the cross-compiled binaries that make up the test suite
under wine version 0.9.58 from ubuntu hardy heron.
The DLL for my library gets built as:
/home/erikd/Bzr/libsndfile-mingw/src/.libs/libsndfile-1.dll
and the test suite binaries get built in:
/home/erikd/Bzr/libsndfile-mingw/tests
If I go into that directory and run the following script:
#!/bin/bash
dll=libsndfile-1.dll
dlldir=/home/erikd/Bzr/libsndfile-mingw/src/.libs
if [...
2004 Nov 06
3
Compile flac-1.1.1 on ppc Linux
Hi all,
I'm trying to compile the flac-1.1.1 tarball on a Linux PPC system (a G3 iBook
running Debian Testing).
Configure is fine, but make bombs out almost immediately with:
lpc_asm.s: Assembler messages:
lpc_asm.s:1: Error: junk at end of line, first unrecognized character is `l'
lpc_asm.s:2: Error: junk at end of line, first unrecognized character is `C'
lpc_asm.s:4:
2006 Nov 03
2
Strangeness with OggFlac files
Josh et al,
I've been tracking down a problem with generating OggFlac files.
While investigatint this issue I hacked one of the test files from
the test_libFLAC directory of the flac-1.1.3-beta2. The result of
this hacking is this standalone C file:
http://www.mega-nerd.com/tmp/erikd_test.c
Directions for compiling this is in the comments at the top of
the file.
When the program is run, it generates 4 files:
seekable.flac
stream.flac
seekable.ogg
stream.ogg
The problem is that the two OggFlac files are lacking an end-of-stream
marker. For instance, the oggin...
2007 Jul 25
2
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Josh Coalson wrote:
> --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
>
> > Hi all,
> >
> > Is seeking working for OggFlac files? I keep on getting a
> > FLAC__STREAM_DECODER_SEEK_ERROR.
>
> yes, it should work fine. in flac/src/test_seeking/main.c there
> is an example usage of FLAC__stream_decode...
2013 Mar 08
6
Can't cross-compile from git now.
Hi
I have a problem now cross-compiling FLAC from latest git.
With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1).
I think that the problem might have been introduced on 5 Mar 2013 with commit 05609d5 (configure.ac : Add hardening compile options.)
Gives errors like this:-
/home/user/FLAC_build/flac-05609d5/src/libFLAC/.libs/libFLAC.a(ogg_helper.o):ogg_helper.c:(.text+0x173):
2005 Jan 30
1
Patch : fix configure.in and Makefile.am problems.
On Sun, 30 Jan 2005 14:39:18 -0800 (PST)
Josh Coalson <xflac@yahoo.com> wrote:
> --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> > On Sun, 30 Jan 2005 10:45:05 -0800 (PST)
> > Josh Coalson <xflac@yahoo.com> wrote:
> >
> > > OK, thanks, checked in. once linux-ppc is ironed out the
> > > release should be ready to go.
> >
> > Long way to g...
2005 Jan 30
2
Patch : Fix one more Linux PowerPC problem
On Sun, 30 Jan 2005 20:36:15 -0800 (PST)
Josh Coalson <xflac@yahoo.com> wrote:
> OK, thanks, checked in, everything working now?
Well I did a fresh checkout of CVS head. This seems to be missing
my second patch, but I think thats because you may not have actually
commited it yet, just decided to commit it :-).
After manually getting rid of the -force_cpusubtype_ALL it compiles.
I also
2007 Jun 13
2
FLAC: library for C#
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> Harry Sack wrote:
>
> > Hi FLAC dev's list,
> >
> > I'm looking for a library for the C# language (Microsoft .Net
> > Framework 2.0or higher) to play FLAC files and/or maybe do some
> other
> > things like getting
>...
2007 Jun 13
2
Patch : Fix pointer cast warning
Josh Coalson wrote:
> excellent, thanks for the tip. this solves the problem for
> autoconf-based builds, but still not sure how to do it for MSVC.
Sorry, whats the problem with MSVC?
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Microsoft's biggest weakness is
2007 Sep 11
0
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> Josh Coalson wrote:
>
> > --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> >
> > > Hi all,
> > >
> > > Is seeking working for OggFlac files? I keep on getting a
> > > FLAC__STREAM_DECODER_SEEK...
2012 Feb 04
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...h my cuesheet.c change.
<snip>
> Do you have any more insight ?
Ok, using a bit of git bisect magic, I find that if your cuesheet patch
had been applied on top of commit 19e3918d4e, then this patch:
commit ce8a75134cace056f6c436d54b57bad1a1d93797
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Wed Feb 1 20:34:04 2012 +1100
Fix a bunch of printf format warnings.
Broke it again.
I'll work on this some more.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2012 Oct 12
0
Regression fixed
Hi all,
I just pushed a commit which fixes a nasty regression in FLAC.
https://git.xiph.org/?p=flac.git;a=commit;h=fc360735ce4d1aa88a94bfccdd3bea5bdd19a8d6
> author Erik de Castro Lopo <erikd at mega-nerd.com>
> committer Erik de Castro Lopo <erikd at mega-nerd.com>
> commit fc360735ce4d1aa88a94bfccdd3bea5bdd19a8d6
>
> Fix a regression that severely impacted compression levels.
>
>
>
> Regression was introducted in commit 8bbbf56403808ff75126cd0840a9...
2013 Mar 06
2
Answering the Hydrogen Audio thread
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05.03.2013 20:39, Ben Allison wrote:
> I would be willing to add Windows Unicode support (and large file
> mode) to the flac binary tool, but frankly I'm not sure that it
> could be done as a single cross-platform source file. There would
> be a significant amount of either Windows API function calls or
> MSVC-specific
2014 Feb 01
1
"Compression failed" message
...would expect it
> to be the reverse: off by default, and enabling non-zero on larger
> files via command-line option.
I agree, thanks for the suggestions. Just pushed the following two commits.
Cheers,
Erik
commit 37a97a5992f22710dfef773279e0922a25ac15de
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Sat Feb 1 19:42:34 2014 +1100
src/flac/encode.c : Improve message when compression fails.
As suggested by Brian Willoughby this is not an "ERROR" but a "FAILURE".
Also list a couple of possible causes of this failure and remove the...
2014 May 25
2
XIPH_C_COMPILER_IS_CLANG preventing many flags
XIPH_C_COMPILER_IS_CLANG in configury (commit a6a4b6f) is blocking
many flags including the visibility attributes: I guess this needs
relaxing, possibly a lot. What incompatibility led to this commit?
--
O.S.
2016 Mar 09
2
Broken build on musl libc
Patch is here: https://github.com/openwrt/packages/commit/1263599f96f13f11d719ce336dfb6a639b32de98 . Probably needs to be modified for inclusion into mainline.
2016 Jun 26
2
FLAC__SSE_OS change
...d when LTCG is on,
> for example: <http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2016-April/193437.html>
>
> And currently LTCG is enabled for release builds.
Ok, I think I've fixed it in:
commit a08e90c425343630d820b8775d5a2a63a02689ee
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Sun Jun 26 21:09:08 2016 +1000
libFLAC/cpu.c: Fixes for MSVC
Please test.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2003 Sep 19
4
GSM player or plugin for XMMS
Hello.
I can't find a gsm plugin for XMMS.
How do Unix, Linux, BSD users listen to gsm samples ?
Regards...Martin
--
While you don't greatly need the outside world, it's still very
reassuring to know that it's still there.