linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Linphone v2.0 for iPhone doesn't compile


From: Eli Burke
Subject: Re: [Linphone-developers] Linphone v2.0 for iPhone doesn't compile
Date: Fri, 11 Jan 2013 13:17:39 -0500

I ran into the same problem. This is caused by autoconf/automake. I have no 
idea why nobody else seems to have issues with it. It may be dependent on the 
installed version of autoconf (and therefore MacPorts, if you use it).

You can fix it by editing 
linphone-iphone/submodules/externals/speex/configure.ac
Change the macro on line 5 from "AM_CONFIG_HEADER" to "AC_CONFIG_HEADER"

-Eli

On Jan 2, 2013, at 12:00 PM, address@hidden wrote:

> Date: Wed, 2 Jan 2013 10:17:27 +0530
> From: Mahendra Liya <address@hidden>
> To: address@hidden
> Subject: [Linphone-developers] Linphone v2.0 for iPhone doesn't
>       compile
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello,
> 
> I pulled the latest source code of linphone i.e v2.0 released on 17 Dec,
> 2012 for iPhone and tried to compile it on my Mac Lion 10.7.4 with Xcode
> 4.5.2 but it fails. Following are the details from my terminal:
> 
> make[5]: Nothing to be done for `install-data-am'.
> Making install in tools
> make[4]: Nothing to be done for `install-data-am'.
> Making install in help
> Making install in doxygen
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> cd
> /Users/mahendra/Documents/Projects_New/linphone_iphone/linphone-iphone/submodules/build/..//externals/speex
> && ./autogen.sh
> checking for autoconf...
> -n checking for automake 1.8 or later...
> automake
> -n checking for aclocal 1.8 or later...
> aclocal
> -n checking for libtool...
> libtoolize
> I am going to run ./configure with no arguments - if you wish
> to pass any to it, please specify them on the ./autogen.sh command line.
> Generating configuration files for Speex, please wait....
>  aclocal
> configure.ac:5: warning: macro 'AM_CONFIG_HEADERS' not found in library
>  libtoolize --automake
>  autoheader
> autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
> make[1]: ***
> [/Users/mahendra/Documents/Projects_New/linphone_iphone/linphone-iphone/submodules/build/..//externals/speex/configure]
> Error 1
> make: *** [build] Error 2
> bash-3.2#
> 
> Any help or pointers in fixing this is appreciated.
> 
> Thanks in advance,
> Mahendra
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20130102/6bc2a7c7/attachment.html>




reply via email to

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