linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Linphone Android Error: Cannot find input file "Ma


From: Winona Kwok
Subject: [Linphone-developers] Linphone Android Error: Cannot find input file "Makefile.in" in libilbc-rfc3951
Date: Thu, 25 Jun 2015 10:40:27 +0800

Hi all, 

I am trying to build linphone for android, I have installed all the necessary tools (i.e. yasm, nasm, curl, ant, rsync, autoconf, automake, aclocal, libtoolize, pkgconfig), set all needed directories pointed to the right path. I’m building it on my mac. 

When trying to build, I met with this error, 

configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
make: *** [/Users/winonakwok/Desktop/linphone/linphone-android/submodules/libilbc-rfc3951/Makefile] Error 1
I have also tried replacing

if test -f /opt/local/bin/glibtoolize ; then
# darwin
LIBTOOLIZE=/opt/local/bin/glibtoolize

with

if test -f /usr/local/bin/glibtoolize ; then
# darwin
LIBTOOLIZE=/usr/local/bin/glibtoolize


I am wondering if I am missing any steps? Can anyone guide and help me on this? Thanks! 
Best Regards,
Winona Kwok




reply via email to

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