linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Error to compile Linephone-android


From: Ravi
Subject: [Linphone-developers] Error to compile Linephone-android
Date: Fri, 13 May 2011 15:55:37 +0530

Hello Developers


I am facing error for compiling. Please help me out.

The procedure followed are

=============>For Linux

1. Downloaded Linphone-android from git clone git://git.linphone.org/linphone-android.git --recursive

2.Updated sub modules from 
    a. git clone git://git.sv.gnu.org/linphone.git --recursive
    b. git clone -b debian git://git.linphone.org/msilbc.git
         c.  git clone git://git.linphone.org/msx264.git
         d.  git clone git://git.linphone.org/msamr.git

Later output were as below
----- for ./configure


address@hidden:~/lin/linphone-android/submodules/libilbc-rfc3951$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for gawk... (cached) mawk
checking for wget... /usr/bin/wget
checking for md5sum... /usr/bin/md5sum
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for cosf in -lm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating downloads/Makefile
config.status: creating src/Makefile
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/ilbc.pc
config.status: creating man/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

----for make

-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT helpfun.lo -MD -MP -MF .deps/helpfun.Tpo -c -o helpfun.lo helpfun.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT helpfun.lo -MD -MP -MF .deps/helpfun.Tpo -c helpfun.c  -fPIC -DPIC -o .libs/helpfun.o
mv -f .deps/helpfun.Tpo .deps/helpfun.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT StateConstructW.lo -MD -MP -MF .deps/StateConstructW.Tpo -c -o StateConstructW.lo StateConstructW.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT StateConstructW.lo -MD -MP -MF .deps/StateConstructW.Tpo -c StateConstructW.c  -fPIC -DPIC -o .libs/StateConstructW.o
mv -f .deps/StateConstructW.Tpo .deps/StateConstructW.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT iLBC_encode.lo -MD -MP -MF .deps/iLBC_encode.Tpo -c -o iLBC_encode.lo iLBC_encode.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT iLBC_encode.lo -MD -MP -MF .deps/iLBC_encode.Tpo -c iLBC_encode.c  -fPIC -DPIC -o .libs/iLBC_encode.o
mv -f .deps/iLBC_encode.Tpo .deps/iLBC_encode.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT enhancer.lo -MD -MP -MF .deps/enhancer.Tpo -c -o enhancer.lo enhancer.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT enhancer.lo -MD -MP -MF .deps/enhancer.Tpo -c enhancer.c  -fPIC -DPIC -o .libs/enhancer.o
mv -f .deps/enhancer.Tpo .deps/enhancer.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT hpInput.lo -MD -MP -MF .deps/hpInput.Tpo -c -o hpInput.lo hpInput.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT hpInput.lo -MD -MP -MF .deps/hpInput.Tpo -c hpInput.c  -fPIC -DPIC -o .libs/hpInput.o
mv -f .deps/hpInput.Tpo .deps/hpInput.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT StateSearchW.lo -MD -MP -MF .deps/StateSearchW.Tpo -c -o StateSearchW.lo StateSearchW.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT StateSearchW.lo -MD -MP -MF .deps/StateSearchW.Tpo -c StateSearchW.c  -fPIC -DPIC -o .libs/StateSearchW.o
mv -f .deps/StateSearchW.Tpo .deps/StateSearchW.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT iLBC_test.lo -MD -MP -MF .deps/iLBC_test.Tpo -c -o iLBC_test.lo iLBC_test.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT iLBC_test.lo -MD -MP -MF .deps/iLBC_test.Tpo -c iLBC_test.c  -fPIC -DPIC -o .libs/iLBC_test.o
mv -f .deps/iLBC_test.Tpo .deps/iLBC_test.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c -o filter.lo filter.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c  -fPIC -DPIC -o .libs/filter.o
mv -f .deps/filter.Tpo .deps/filter.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT hpOutput.lo -MD -MP -MF .deps/hpOutput.Tpo -c -o hpOutput.lo hpOutput.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT hpOutput.lo -MD -MP -MF .deps/hpOutput.Tpo -c hpOutput.c  -fPIC -DPIC -o .libs/hpOutput.o
mv -f .deps/hpOutput.Tpo .deps/hpOutput.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT LPCdecode.lo -MD -MP -MF .deps/LPCdecode.Tpo -c -o LPCdecode.lo LPCdecode.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT LPCdecode.lo -MD -MP -MF .deps/LPCdecode.Tpo -c LPCdecode.c  -fPIC -DPIC -o .libs/LPCdecode.o
mv -f .deps/LPCdecode.Tpo .deps/LPCdecode.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" -DPACKAGE_STRING=\"libilbc0-rfc3951\ 0.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I.     -g -O2 -MT syntFilter.lo -MD -MP -MF .deps/syntFilter.Tpo -c -o syntFilter.lo syntFilter.c
libtool: compile:  gcc -DPACKAGE_NAME=\"libilbc0-rfc3951\" -DPACKAGE_TARNAME=\"libilbc0-rfc3951\" -DPACKAGE_VERSION=\"0.6\" "-DPACKAGE_STRING=\"libilbc0-rfc3951 0.6\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libilbc0-rfc3951\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -I. -g -O2 -MT syntFilter.lo -MD -MP -MF .deps/syntFilter.Tpo -c syntFilter.c  -fPIC -DPIC -o .libs/syntFilter.o
mv -f .deps/syntFilter.Tpo .deps/syntFilter.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -no-undefined  -o libilbc.la -rpath /usr/local/lib anaFilter.lo FrameClassify.lo iCBConstruct.lo LPCencode.lo constants.lo gainquant.lo iCBSearch.lo lsf.lo createCB.lo getCBvec.lo iLBC_decode.lo packing.lo doCPLC.lo helpfun.lo StateConstructW.lo iLBC_encode.lo enhancer.lo hpInput.lo StateSearchW.lo iLBC_test.lo filter.lo hpOutput.lo LPCdecode.lo syntFilter.lo  -lm
libtool: link: gcc -shared  .libs/anaFilter.o .libs/FrameClassify.o .libs/iCBConstruct.o .libs/LPCencode.o .libs/constants.o .libs/gainquant.o .libs/iCBSearch.o .libs/lsf.o .libs/createCB.o .libs/getCBvec.o .libs/iLBC_decode.o .libs/packing.o .libs/doCPLC.o .libs/helpfun.o .libs/StateConstructW.o .libs/iLBC_encode.o .libs/enhancer.o .libs/hpInput.o .libs/StateSearchW.o .libs/iLBC_test.o .libs/filter.o .libs/hpOutput.o .libs/LPCdecode.o .libs/syntFilter.o   -lm    -Wl,-soname -Wl,libilbc.so.0 -o .libs/libilbc.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libilbc.so.0" && ln -s "libilbc.so.0.0.0" "libilbc.so.0")
libtool: link: (cd ".libs" && rm -f "libilbc.so" && ln -s "libilbc.so.0.0.0" "libilbc.so")
libtool: link: ( cd ".libs" && rm -f "libilbc.la" && ln -s "../libilbc.la" "libilbc.la" )
make[2]: Leaving directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951/src'
make[1]: Leaving directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951/src'
Making all in pkgconfig
make[1]: Entering directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951/pkgconfig'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951/pkgconfig'
Making all in man
make[1]: Entering directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951/man'
make[1]: Entering directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/ravi1/lin/linphone-android/submodules/libilbc-rfc3951'


---for ndk-build

coreapi/linphonecore.c:3533: error: 'LinphoneCore' has no member named 'play_file'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3536: error: 'LinphoneCore' has no member named 'play_file'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3537: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3537: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3538: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_set_record_file':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3551: error: 'LinphoneCore' has no member named 'rec_file'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3552: error: 'LinphoneCore' has no member named 'rec_file'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3553: error: 'LinphoneCore' has no member named 'rec_file'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3556: error: 'LinphoneCore' has no member named 'rec_file'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3557: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3558: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'get_dtmf_gen':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3566: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3576: error: 'LinphoneCore' has no member named 'dmfs_playing_start_time'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3578: error: 'LinphoneCore' has no member named 'dmfs_playing_start_time'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3579: error: 'LinphoneCore' has no member named 'dmfs_playing_start_time'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_get_user_data':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3622: error: 'LinphoneCore' has no member named 'data'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_set_waiting_callback':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3642: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3643: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_start_waiting':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3647: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3648: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3648: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3648: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_update_progress':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3653: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3654: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3654: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3654: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_stop_waiting':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3665: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3666: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3666: error: 'LinphoneCore' has no member named 'wait_cb'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3666: error: 'LinphoneCore' has no member named 'wait_ctx'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_set_audio_transports':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3671: error: 'LinphoneCore' has no member named 'a_rtp'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3672: error: 'LinphoneCore' has no member named 'a_rtcp'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_set_video_transports':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3676: error: 'LinphoneCore' has no member named 'v_rtp'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3677: error: 'LinphoneCore' has no member named 'v_rtcp'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_get_current_call_stats':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3693: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3694: warning: incompatible implicit declaration of built-in function 'memset'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3695: error: 'LinphoneCall' has no member named 'audiostream'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_uninit':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3877: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3879: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3897: error: 'LinphoneCore' has no member named 'msevq'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3898: error: 'LinphoneCore' has no member named 'msevq'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3913: error: 'LinphoneCore' has no member named 'call_logs'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3914: error: 'LinphoneCore' has no member named 'call_logs'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3914: error: 'LinphoneCore' has no member named 'call_logs'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: At top level:
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3921: error: expected declaration specifiers or '...' before 'time_t'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'set_network_reachable':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3935: error: 'LinphoneCore' has no member named 'netup_time'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3935: error: 'curtime' undeclared (first use in this function)
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3936: error: 'LinphoneCore' has no member named 'network_reachable'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_set_network_reachable':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3957: error: 'LinphoneCore' has no member named 'auto_net_state_mon'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3959: error: 'LinphoneCore' has no member named 'auto_net_state_mon'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3961: error: too many arguments to function 'set_network_reachable'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_is_network_reachabled':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3965: error: 'LinphoneCore' has no member named 'network_reachable'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_get_calls_nb':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:3985: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_add_call':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4006: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4006: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_del_call':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4015: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4027: error: 'LinphoneCore' has no member named 'calls'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_start_dtmf_stream':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4141: error: 'LinphoneCore' has no member named 'ringstream_autorelease'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_add_iterate_hook':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4166: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4166: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_run_hooks':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4170: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_free_hooks':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4174: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4175: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4176: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c: In function 'linphone_core_remove_iterate_hook':
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4181: error: 'LinphoneCore' has no member named 'hooks'
/home/ravi1/lin/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/linphonecore.c:4184: error: 'LinphoneCore' has no member named 'hooks'
make: *** [/home/ravi1/lin/linphone-android/obj/local/armeabi/objs/linphone/linphonecore.o] Error 1
address@hidden:~/lin/linphone-android$



===============>For Cygwin

Same procedure Error followed 

---for ./compile

$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for gawk... (cached) gawk
checking for wget... /usr/bin/wget
checking for md5sum... /usr/bin/md5sum
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|
^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared
 libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for cosf in -lm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating downloads/Makefile
config.status: creating src/Makefile
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/ilbc.pc
config.status: creating man/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands


---for make

address@hidden /cygdrive/c/lin1/linphone-android/submodules/libilbc-rfc3951
$ make
Making all in downloads
make[1]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951/downloads'
make  all-am
make[2]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951/downloads'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951/downloads'
make[1]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951/downloads'
Making all in src
make[1]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951/src'
make  all-am
make[2]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951/src'
make[1]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951/src'
Making all in pkgconfig
make[1]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951/pkgconfig'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951/pkgconfig'
Making all in man
make[1]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951/man'
make[1]: Entering directory `/cygdrive/c/lin1/linphone-android/submodules/libilb
c-rfc3951'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/cygdrive/c/lin1/linphone-android/submodules/libilbc
-rfc3951'


---for ndk-build

address@hidden /cygdrive/c/lin/linphone-android
$ ndk-build
Invalid attribute name: android:debuggable
Compile thumb  : linphone <= linphonecore.c
Compile thumb  : linphone <= misc.c
Compile thumb  : linphone <= enum.c
Compile thumb  : linphone <= presence.c
Compile thumb  : linphone <= proxy.c
Compile thumb  : linphone <= friend.c
Compile thumb  : linphone <= authentication.c
Compile thumb  : linphone <= lpconfig.c
Compile thumb  : linphone <= chat.c
Compile thumb  : linphone <= sipsetup.c
Compile thumb  : linphone <= siplogin.c
Compile thumb  : linphone <= address.c
Compile thumb  : linphone <= sal.c
Compile thumb  : linphone <= sal_eXosip2.c
Compile thumb  : linphone <= sal_eXosip2_presence.c
Compile thumb  : linphone <= sal_eXosip2_sdp.c
Compile thumb  : linphone <= offeranswer.c
Compile thumb  : linphone <= callbacks.c
Compile thumb  : linphone <= linphonecall.c
Compile thumb  : linphone <= ec-calibrator.c
Compile++ thumb  : linphone <= linphonecore_jni.cc
Compile thumb  : cpufeatures <= cpu-features.c
StaticLibrary  : libcpufeatures.a
Compile arm    : mediastreamer2 <= mscommon.c
cc1.exe: error: /cygdrive/c/lin/linphone-android/jni/..//submodules/linphone/med
iastreamer2/build/android/../../src/../build/android/libmediastreamer2_AndroidCo
nfig.h: No such file or directory
make: *** [/cygdrive/c/lin/linphone-android/obj/local/armeabi/objs/mediastreamer
2/mscommon.o] Error 1

address@hidden /cygdrive/c/lin/linphone-android
$ cd submodules/libilbc-rfc3951/






--
Regard's
Ravinder.k


reply via email to

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