[Debian-med-packaging] beast-mcmc2: Cannot find symbol CharStreams.fromString(newick)
Emmanuel Bourg
ebourg at apache.org
Thu Jul 19 08:44:30 BST 2018
Hi Andreas,
Le 19/07/2018 à 08:56, Andreas Tille a écrit :
> [javac] /build/beast2-mcmc-2.5.0+dfsg/src/beast/util/TreeParser.java:353: error: cannot find symbol
> [javac] CharStream charStream = CharStreams.fromString(newick);
> [javac] ^
> [javac] symbol: variable CharStreams
> [javac] location: class TreeParser
> [javac] /build/beast2-mcmc-2.5.0+dfsg/src/beast/util/treeparser/NewickLexer.java:98: error: method does not override or implement a method from a supertype
> [javac] @Override
> [javac] ^
It looks like these errors are related to ANTLR [1].
You'll need the version 4.7.
Emmanuel Bourg
[1] https://github.com/CompEvol/beast2/commit/deacdc96
More information about the Debian-med-packaging
mailing list