linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] keeping mingw clean: compile belle-sip to a de


From: Gelonida
Subject: Re: [Linphone-developers] keeping mingw clean: compile belle-sip to a dedicate directory
Date: Fri, 27 Jun 2014 11:27:32 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hi Rajiv,

On 6/27/2014 9:22 AM, Rajeev Kumar wrote:
Firstly, We should install automake, autoconf , libtoolize and m4-1.15 and than we have to set path for NDK , SDK and WGET. Than go to your project directory and run make command before running make command install yasm and nasm also.

 
Could you please be a little more specific?
I followed the instructions contained in the linphone git repositories Readme.mingw so most of what you mention in your repsponse
 should be covered.

Your explanations don't indicate why I can build belle-sip within the default directories /usr, but not if I set the target to /usr/local or
anything else.



regards,

RAJEEV KASHYAP
Software Engineer 
Xelium Technologies
+91 9716542252


On Thursday, 26 June 2014 8:27 PM, Klaus Emhash <address@hidden> wrote:


Hi,

In order to keep my mingw setup halfways clean I'd like to compile
belle-sip and linphone into a different directory


What I can do:
==============
I can compile belle-sip into /usr
and linphone into /mypath

# compile belle-sip to default location
# (as mentioned in README.mingw)
cd belle-sip
./autogen.sh
./configure --prefix=/usr --enable-shared --disable-static
make
make install

# compile linphone to custom location
cd ../linphone
./autogen.sh
/configure --prefix=/mypath --enable-shared --disable-static

What I cannot do:
==================
# compile belle-sip to any othr directory than /usr seems to fail.
#
cd belle-sip
./autogen.sh
./configure --prefix=/usr/local --enable-shared --disable-static

> ...
> checking whether antlr3StringStreamNew is declared... no
> configure: WARNING: res_getservers not usable
> checking whether res_ndestroy is declared... no
> configure: error: Could not find antlr3 development files. Please
> install antlr3 version > 3.2 (libantlr3c-dev on
Any additional switch, that I have to add?

Thanks in advance for your answers

_______________________________________________
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


reply via email to

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