timvieira/bubs-parser

Compilation failure

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?

1. Clone the source
2. Type "cd bubs-parser; ant parse"
3. Witness error

What is the expected output? What do you see instead?

I get the error:

compile:
    [javac] Compiling 128 source files to /Users/post/code/bubs-parser/build
    [javac] /Users/post/code/bubs-parser/java/src/edu/ohsu/cslu/lela/ProductionListGrammar.java:400: cannot find symbol
    [javac] symbol  : method sumExp(float[])
    [javac] location: class edu.ohsu.cslu.util.Math
    [javac]                 final double totalProbability = edu.ohsu.cslu.util.Math.sumExp(probabilitiesByParent[i].toFloatArray());
    [javac]                                                                        ^
    [javac] 1 error

It looks like there is a missing util/ directory?

What version of the product are you using? On what operating system?

The latest source (checked out 2011-06-24 @ 2 PM EDT)

Please provide any additional information below.


Original issue reported on code.google.com by mjp...@gmail.com on 24 Jun 2011 at 6:28

Fixed with updated dependency jar

Original comment by aaron.du...@gmail.com on 25 Jun 2011 at 3:55

  • Changed state: Fixed