linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] xcode 4.5 and IOS6


From: Jehan Monnier
Subject: Re: [Linphone-developers] xcode 4.5 and IOS6
Date: Wed, 26 Sep 2012 11:32:57 +0200

Hi,

The following commands should fix this issue:
Caution, make sure you don't have any work in progress in this area (I.E libvpx)

cd submodules/externals/libvpx
git reset --hard   
git clean -f

We will push a clean procedure in the coming days.

Cheers



Le 25 sept. 2012 à 22:46, Jan Koranda a écrit :

Hi,

I have still problem with compiling SDK for Linphone with Xcode 4.5.

I used Makefile.ios6-beta for compiling SDK. Before compiling I used "make very clean".

Compiling end with error for architecture armv7:

mkdir -p /Users/jankoranda/svn/linphone-iphone/submodules/build/../build-armv7s-apple-darwin/externals/libvpx
cd /Users/jankoranda/svn/linphone-iphone/submodules/build/../build-armv7s-apple-darwin/externals/libvpx/ \
&&  host_alias=armv7s-apple-darwin . /Users/jankoranda/svn/linphone-iphone/submodules/build/..//build/iphone-config.site \
&& SYSROOT_PATH=$SYSROOT_PATH SDK_BIN_PATH=$SDK_BIN_PATH /Users/jankoranda/svn/linphone-iphone/submodules/build/..//externals/libvpx/configure --prefix=/Users/jankoranda/svn/linphone-iphone/submodules/build/..//../liblinphone-sdk/armv7s-apple-darwin --enable-static   --disable-shared --enable-error-concealment --disable-examples --enable-realtime-only --enable-spatial-resampling --enable-vp8 --enable-multithread --target=armv7s-darwin-gcc --cpu=cortex-a8  
Loading config.site for iPhone platform=OS version=4.0
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk
Selecting SDK path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk
Configuring selected codecs
 enabling vp8_encoder
 enabling vp8_decoder
Unrecognized toolchain 'armv7s-darwin-gcc'

Configuration failed. This could reflect a misconfiguration of your
toolchains, improper options selected, or another problem. If you
don't see any useful error messages above, the next step is to look
at the configure error log file (config.err) to determine what
configure was trying to do when it died.

config.err:
# /Users/jankoranda/svn/linphone-iphone/submodules/build/..//externals/libvpx/configure --prefix=/Users/jankoranda/svn/linphone-iphone/submodules/build/..//../liblinphone-sdk/armv7s-apple-darwin --enable-static --disable-shared --enable-error-concealment --disable-examples --enable-realtime-only --enable-spatial-resampling --enable-vp8 --enable-multithread --target=armv7s-darwin-gcc --cpu=cortex-a8
Configuring selected codecs
 enabling vp8_encoder
 enabling vp8_decoder


Any idea where is problem ?

Best regard

Jan Koranda


reply via email to

[Prev in Thread] Current Thread [Next in Thread]