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:06:44 +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 tried to search that packages:

address@hidden:~$ aptitude search autoconf
i A autoconf                                  - automatic configure script builder                 
p   autoconf-archive                          - Autoconf Macro Archive                             
p   autoconf-doc                              - automatic configure script builder documentation   
p   autoconf2.13                              - automatic configure script builder (obsolete version
p   autoconf2.59                              - automatic configure script builder (obsolete version
p   autoconf2.64                              - automatic configure script builder (obsolete version
p   libconfig-autoconf-perl                   - Perl module to implement some of AutoConf's macros i
address@hidden:~$ aptitude search automake
i A automake                                  - A tool for generating GNU Standards-compliant Makefi
p   automake1.10                              - A tool for generating GNU Standards-compliant Makefi
v   automake1.11                              -                                                    
p   automake1.4                               - A tool for generating GNU Standards-compliant Makefi
v   automake1.4-doc                           -                                                    
p   automake1.7                               - A tool for generating GNU Standards-compliant Makefi
p   automake1.9                               - A tool for generating GNU Standards-compliant Makefi
p   automake1.9-doc                           - A tool for generating GNU Standards-compliant Makefi
v   automaken                                 -                                                    
address@hidden:~$ aptitude search aclocal
address@hidden:~$ aptitude search libtoolize
address@hidden:~$ aptitude search pkgconfig
p   libextutils-pkgconfig-perl                - simplistic perl interface to pkg-config            
address@hidden:~$ aptitude search autotools
i A autotools-dev                             - Update infrastructure for config.{guess,sub} files 
address@hidden:~$

I thing there is no aclocal, libtoolize... how can i install it? there is no one in repo...


reply via email to

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