linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Failed to configure belle-sip antlr3 not found


From: fess
Subject: [Linphone-developers] Failed to configure belle-sip antlr3 not found
Date: Sun, 8 Dec 2013 02:07:02 -0800 (PST)

Hello,

I try to compile belle-sip according to README.mingw for Linphone Windows

>From docs:

- building belle-sip
  * download the sources with:
    $ git clone git://git.linphone.org/belle-sip.git
    * compile and install, assuming you have already compiled polarssl and
antlr3c and installed in /.
    $ ./autogen.sh
    $ ./configure --prefix=/usr --enable-shared --disable-static 
    $ make && make install && make install
DESTDIR=/home/<myuser>/belle-sip-install

I compiled and installed  polarssl + antlr3c.

*For antlr3c*

 $ cd runtime/C
    $ ./autogen.sh
    $ ./configure --prefix=/usr --enable-shared --disable-static
    $ make
    $ make install
    $ make install DESTDIR=/home/<myuser>/antlr3c-install


However I get error during running ./configure:

checking how to hardcode library paths into programs... immediate
checking antlr3.h usability... yes
checking antlr3.h presence... yes
checking for antlr3.h... yes
checking whether antlr3StringStreamNew is declared... ./configure: line
2036: ${ac_cv_have_decl_antlr3StringStreamNew __+:}: bad substitution
./configure: line 2058: ac_cv_have_decl_antlr3StringStreamNew: command not
found
./configure: line 2064: __: command not found
yes
checking whether res_ndestroy is declared... ./configure: line 2036:
${ac_cv_have_decl_res_ndestroy __+:}: bad substitution
./configure: line 2060: ac_cv_have_decl_res_ndestroy: command not found
./configure: line 2064: __: command not found
yes
checking for antlr3... no
checking for java... /c/Windows/system32/java
checking polarssl/ssl.h usability... yes
checking polarssl/ssl.h presence... yes
checking for polarssl/ssl.h... yes
configure: polarssl usable
checking for CUNIT... no
checking CUnit/CUnit.h usability... no

For some reason it prints: "checking for antlr3... no"

Do I need to copy installed antlr3c to different place to allow to belle-sip
find it?

Thanks,








--
View this message in context: 
http://nongnu.13855.n7.nabble.com/Failed-to-configure-belle-sip-antlr3-not-found-tp175990.html
Sent from the linphone-developers mailing list archive at Nabble.com.



reply via email to

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