linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] android client


From: ndn
Subject: Re: [Linphone-developers] android client
Date: Thu, 09 Feb 2012 20:09:01 +0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0

On 02/09/2012 07:58 PM, Sylvain Berfini wrote:
Which revision are you trying to build ? The master one ?
Do you have all the autotools installed ?
Did you followed the procedure explained in the README file exactly ?

Regards.

Sylvain Berfini

On 09/02/2012 14:50, ndn wrote:
On 02/09/2012 03:48 PM, Sylvain Berfini wrote:
Yes.
Run prepare-sources.sh script, then do your ndk-build (from the linphone folder !), it should work.

Regards.

Sylvain Berfini

On 09/02/2012 10:46, Dauren wrote:
09.02.2012 14:20, Sylvain Berfini пишет:
Hi.

Did you ran the prepares_sources.sh script before ?

Regards.

Sylvain Berfini

On 09/02/2012 09:04, ndn wrote:
Hello! I'm trying to build android project by "ndk-build", but I have so many errors. So can you explain me how to do that. May be it requires some parameters... I tried to build in windows7(64bit), and tried in Ubuntu11.10(64bit)


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers
No, I did not know about it, is it all I should know?
  
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


I tried run prepare-sources.sh, but it says error:

prepare_sources.sh: 12: Syntax error: word unexpected (expecting "then")


prepare-sorces.sh:
#!/bin/sh

topdir=`pwd`

cd submodules/externals/ffmpeg
if test -z "`git status | grep neon`" ; then
        echo "Applying patch to ffmpeg"
        cd $topdir
        patch -p0 < ${topdir}/patches/ffmpeg_scalar_product_remove_alignment_hints.patch
fi

cd $topdir/submodules/libilbc-rfc3951 && ./autogen.sh && ./configure && make || ( echo "iLBC prepar$

cd $topdir/submodules/externals/build/libvpx && ./asm_conversion.sh && cp *.asm *.h ../../libvpx/ |$

cd $topdir/submodules/mssilk && ./autogen.sh && ./configure --host=arm-linux MEDIASTREAMER_CFLAGS="$

# As a memo, the config.h for zrtpcpp is generated using the command
# cmake  -Denable-ccrtp=false submodules/externals/libzrtpcpp

Please help me.
_______________________________________________ Linphone-developers mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

I'm used r7 I think:
http://dl.google.com/android/ndk/android-ndk-r7-linux-x86.tar.bz2

reply via email to

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