linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] help with bellesip configure script -it wont r


From: sibu
Subject: Re: [Linphone-developers] help with bellesip configure script -it wont recognise antlr.jar
Date: Mon, 14 Oct 2013 18:30:15 +0100
User-agent: KMail/1.13.5 (Linux/3.1.4nbfARAID; KDE/4.4.5; x86_64; ; )

On Monday 14 October 2013 15:21:15 Guillaume Beraudo wrote:
> Hi,
> 
> > CLASSPATH=/usr/local/java/antlr-3.2.jar:
> Are you sure you should put the jar?

No I am not sure that is why I ask. 
So pray tell what should I put (or not put ) and where (or where not )?

........so that belle-sip will not get stuck at :-
"configure: error: Could not find antlr.jar. Please install antlr3 "  

thanks in advance
sibuXolo
> 
> On Tue, Oct 08, 2013 at 03:50:38PM +0100, sibu wrote:
> > Dear linphonedevelopers,
> > 
> > I attempted to compile belle-sip from the git store.  My computer has
> > these:- --CPU amd64
> > --OS blfs 64bit linux gcc4.8.1,openJKD-1.7, glbc2.17 linux-3.10.10
> > --all the prerequisites for belle sip including
> > 
> >   antlr-3.2.jar and  (as an alternative antlr-3.4-complete.jar) in
> > 
> > /usr/local/java )
> > 
> > 
> > I have these envars set  before I run the configure script
> > --A-- export PATH=$JAVA_HOME/bin:$PATH
> > --B-- export CLASSPATH=/usr/local/java/antlr-3.4-complete.jar:$CLASSPATH
> > 
> > ./configure ends like so
> > 
> > #----------------
> > checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
> > shared libraries... yes
> > checking dynamic linker characteristics... (cached) GNU/Linux ld.so
> > 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... yes
> > checking whether res_ndestroy is declared... no
> > checking for antlr3... no
> > configure: error: Could not find antlr.jar. Please install antlr3
> > #------------------
> > 
> > I tried the following
> > 
> > 
> > ---I---
> > change --B--  to read
> > export CLASSPATH=/usr/local/java/antlr-3.2.jar:$CLASSPATH
> > 
> > OR
> > ---II---
> > made this link
> > ln -s /usr/local/java/antlr-3.4-complete.jar   /usr/local/java/antlr.jar
> > OR
> > ---III---
> > ln -s /usr/local/java/antlr-3.2.jar   /usr/local/java/antlr.jar
> > 
> > but none  made a difference. I still   receive the
> > 
> > "configure: error: Could not find antlr.jar. Please install antlr3 "
> > 
> > 
> > 
> > help would be appreciated
> > 
> > sincerely
> > sibu
> > 
> > _______________________________________________
> > 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]