Menu

Build issues with latest CVS tree

Help
2005-10-04
2012-09-22
  • Tim Barrett

    Tim Barrett - 2005-10-04

    I downloaded the latest Sphinx 4 tree from CVS following the download and build documentation provided for the eclipse development environment. After setting up the project I find that I'm getting a number of methods not found errors such as GetLogMath in HMMPoolManager. Are there issues with the latest code tree or are there additional project setup steps that I need to perform?

     
    • Tim Barrett

      Tim Barrett - 2005-10-19

      Everything is building fine with the exception of edu.cmu.sphinx.tools.tags. The issue appears to be with org.mozilla... 2 questions; 1) will Mozilla's rhino provide the missing pieces and 2) is there a recommended place in the directory to add the rhino files

      Thanks,

       
    • Tim Barrett

      Tim Barrett - 2005-10-04

      Looking through the CVS tree, I find that the last LogMath.java to contain the getLogMath method was version 1.33. Pulling the latest tree from CVS causes HmmPoolManager to not build due to this missing method.

      This is only one of 65 modules that have similiar issues. Are there suggestions for building the latest tree.

       
    • Angelo Romano

      Angelo Romano - 2005-10-04

      I have also reported a lot of error in seven subpackages of edu.cmu.sphinx package, most of them relative to Tim's one said up.

       
    • Angelo Romano

      Angelo Romano - 2005-10-04

      I have also reported a lot of errors in seven subpackages of edu.cmu.sphinx package, most of them relative to Tim's one said up.

       
      • Willie Walker

        Willie Walker - 2005-10-05

        Hi:

        I just downloaded and built the latest CVS sources using plain old bash and ant. Everything worked fine, so I suspect the problem is not the sources but something the in the Eclipse environment. I'm not an Eclipse user (except maybe the gum), so I can't help much there.

        Will

         
    • Tim Barrett

      Tim Barrett - 2005-10-05

      Will,

      How does a bash build resolve the issue in HmmPoolManager of an undefined LogMath method getLogMath? Maybe Eclipise is pulling the wrong head?

       
      • Willie Walker

        Willie Walker - 2005-10-05

        Ahhh...sorry - I'm traveling at the moment and I'm only able to give this less than the atom-thin time slice I have to spend on Sphinx-4. :-(. It looks like the Eclipse build is trying to build things that are way out of date and unused at the moment (e.g., the acoustic model trainer). Here's a quick list of excludes in the ant file that indicate which files one should not attempt to compile:

        <patternset id="all_files" 
                    includes="edu/**,com/**"
                    excludes="edu/cmu/sphinx/research/distributed/**,
                    edu/cmu/sphinx/research/bushderby/**,
                    edu/cmu/sphinx/trainer/**,
                    edu/cmu/sphinx/linguist/acoustic/tiedstate/trainer/**"
                    />
        

        Will

         
        • Angelo Romano

          Angelo Romano - 2005-10-08

          Thank you Will,

          that was the problem, I thought Ant script could not have compiled that packages.

          Now I'm excluding simply the 7 packages, maybe it'll work.

          Hello Will, Good morning Will =)

           

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.