linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Issues compiling


From: Gautier Pelloux-Prayer
Subject: Re: [Linphone-developers] Issues compiling
Date: Thu, 18 Jun 2015 10:01:59 +0200

It seems you are running the exact same problem than William Hutchison here 2 
days ago: 
http://lists.nongnu.org/archive/html/linphone-developers/2015-06/msg00060.html

BUT before applying the brut force-linking of executable can you do the 
following:

1) assuming $ANDROID_HOME is set to your Android SDK directory
2) output of: find $ANDROID_HOME -name aapt
3) output of: find $ANDROID_HOME -name aapt -exec bash -c "{} &>/dev/null ; 
echo $?" \;

3) meant to test that aapt is runnable on your computer (if output is 
"permission denied", it is probably another missing 32 bits library).
 
Gautier Pelloux-Prayer
Software Engineer @ Belledonne Communications

> On 17 Jun 2015, at 21:32, Manuel Camargo Lominchar <address@hidden> wrote:
> 
> For some reason I'm unable to compile anyhow under Ubuntu 14.10
> 
> BUILD FAILED
> /home/manuel/Android/Sdk/tools/ant/build.xml:649: The following error 
> occurred while executing this line:
> /home/manuel/Android/Sdk/tools/ant/build.xml:694: Execute failed: 
> java.io.IOException: Cannot run program 
> "/home/mcamargo/androidlib/linphone-android/${aapt}": error=2, No such file 
> or directory
> 
> I've tried:
> To install all 32 bits libraries known:
> lib32stdc++6 lib32z1 gcc-multilib
> 
> Even following this guide:
> http://www.coders-hub.com/2015/04/start-working-on-linphone-android-part-1.html
> 
> I was able to install it on my office's PC with ubuntu 14.04 so i'm councious 
> it could be something related with this one... both 64bit versions.
> 
> Any ideas where may I find the solution?
> 
> --
> Manuel
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers




reply via email to

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