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: Rajeev Kumar
Subject: Re: [Linphone-developers] keeping mingw clean: compile belle-sip to a dedicate directory
Date: Fri, 27 Jun 2014 15:22:05 +0800

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.

 
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



reply via email to

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