On Fri, Jun 8, 2012 at 12:49 PM, <
alexande...@googlemail.com> wrote:
> Hi,
>
> I recently tried to build libvpx 1.1.0 on Mac OS 10.8, but I keep getting
> the error "yasm: FATAL: unable to open include file `asm_enc_offsets.asm' ".
> The error appears while running make install.
> I made sure, that the mentioned file exits in the build directory:
> ls -l ./vp8/encoder/asm_enc_offsets.c
> -rw-r--r-- 1 alex wheel 4490 May 9 01:14 ./vp8/encoder/asm_enc_offsets.c
> See
https://gist.github.com/2859662 for my complete build output.
>
> Does anyone have any idea what the issue could be?
It looks like Xcode 4.4 is defaulting to clang now. Can you test
something please. From the build directory, after running configure
and the build fails, please run:
clang -S -DINLINE_ASM vp8/encoder/asm_enc_offsets.c -I. -o offsets.S
(adjust the file and include paths as necessary)
and then attach or inline offsets.S here
--
- johann koenig
google