Hello,

when I execute make on raspberry-pi to install belle-sip I get this error:




Makefile:574: warning: overriding commands for target `.NOTPARALLEL'
Makefile:568: warning: ignoring old commands for target `.NOTPARALLEL'
/usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
two-threaded DFA conversion
warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
as "CRLF" using multiple alternatives: 1, 2
As a result, alternative(s) 2 were disabled for that input
warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
as "SP" using multiple alternatives: 1, 2
As a result, alternative(s) 2 were disabled for that input
warning(200): ./belle_sip_message.g:1419:42: Decision can match input such
as "SP" using multiple alternatives: 1, 2, 3
As a result, alternative(s) 3,2 were disabled for that input
warning(200): ./belle_sip_message.g:1419:42: Decision can match input such
as "SEMI" using multiple alternatives: 1, 2
As a result, alternative(s) 2 were disabled for that input
warning(200): ./belle_sip_message.g:1419:42: Decision can match input such
as "CRLF" using multiple alternatives: 1, 2, 3
As a result, alternative(s) 3,2 were disabled for that input
error(201): ./belle_sip_message.g:1419:42: The following alternatives can
never be matched: 2

warning(205): ./belle_sip_message.g:454:3: ANTLR could not analyze this
decision in rule dig_resp; often this is because of recursive rule
references visible from the left edge of alternatives.  ANTLR will
re-analyze the decision with a fixed lookahead of k=1.  Consider using
"options {k=1;}" for that decision and possibly adding a syntactic
predicate.
error(10):  internal error:
org.antlr.tool.Grammar.createLookaheadDFA(Grammar.java:1279): could not
even do k=1 for decision 32; reason: timed out (>1000ms)

....................

error(10):  internal error: ./belle_sip_message.g :
java.lang.NullPointerException:
org.antlr.analysis.DFAOptimizer.optimizeExitBranches(DFAOptimizer.java:185)
org.antlr.analysis.DFAOptimizer.optimize(DFAOptimizer.java:164)
org.antlr.analysis.DFAOptimizer.optimize(DFAOptimizer.java:143)
org.antlr.codegen.CodeGenerator.genRecognizer(CodeGenerator.java:314)
org.antlr.Tool.generateRecognizer(Tool.java:641)
org.antlr.Tool.process(Tool.java:454)
org.antlr.Tool.main(Tool.java:91)
make[3]: *** [belle_sip_messageParser.c] Error 1
make[3]: Leaving directory `/home/pi/belle-sip-1.3.0/src/grammars'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pi/belle-sip-1.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pi/belle-sip-1.3.0'
make: *** [all] Error 2


Antlr version:
antlr3 - version 3.2-7



How I can install belle-sip on raspberry-pi?

Thank you
_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to