[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-developers] xcode 4.5 and IOS6
From: |
Eli Burke |
Subject: |
Re: [Linphone-developers] xcode 4.5 and IOS6 |
Date: |
Wed, 26 Sep 2012 13:19:05 -0400 |
After git pull and make veryclean I still have problems compiling libvpx. My
environment is Mountain Lion 10.8.2 /w Xcode 4.5. The error I see is:
yasm: FATAL: unable to open include file `asm_enc_offsets.asm'
I was able to find a fix to this in a MacPorts ticket:
https://trac.macports.org/ticket/35233
If anyone else is having this problem, you can edit
linphone-iphone/submodules/externals/libvpx/build/make/gen_asm_deps.sh
Line 45 has an extraneous question mark⦠it starts out like this:
includes=$(egrep -i "include +\"?+
Remove the question mark, make very clean, and restart a fresh compile to fix
it.
Once built, I can confirm that it works fine in both the iOS 5.1 and 6.0
simulators.
-Eli
On Sep 26, 2012, at 17:51 AM, address@hidden wrote:
> Date: Wed, 26 Sep 2012 17:51:56 +0200
> From: Jehan Monnier <address@hidden>
> To: address@hidden
> Subject: Re: [Linphone-developers] xcode 4.5 and IOS6
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear list,
>
> Now, the xcode4.5/IOS6 port is more complete. SDK build procedure is back to
> normal. GUI has been tested on both iphone4/IOS6 and simulator.
> For those who are migrating from xcode 4.4 to xcode 4.5, start by a make
> veryclean.
>
> Cheers
>
> Jehan
> www.linphone.org
>