linphone-developers
[Top][All Lists]
Advanced

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

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


From: Klaus Emhash
Subject: [Linphone-developers] keeping mingw clean: compile belle-sip to a dedicate directory
Date: Thu, 26 Jun 2014 16:39:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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



reply via email to

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