Menu

sphinx3 make error

Help
2015-09-27
2016-10-03
  • erkan sahin

    erkan sahin - 2015-09-27

    i want to set up sphinx 3 i read this tutorial http://www.speech.cs.cmu.edu/sphinx/tutorial.html. i do step by step. while i compile SPHINX-3, i get error.
    i do

      configure --prefix=`pwd`/build --with-sphinxbase=`pwd`/../sphinxbase
    

    that's ok.
    but when i do "make", i get this error.

    make[4]: Entering directory `/home/xxx/tutorial/sphinx3/src/tests/unit_tests/test_logs3'
    Makefile:774: *** unterminated variable reference. Stop.
    make[4]: Leaving directory `/home/xxx/tutorial/sphinx3/src/tests/unit_tests/test_logs3'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/xxx/tutorial/sphinx3/src/tests/unit_tests'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/xxx/tutorial/sphinx3/src/tests'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/xxx/tutorial/sphinx3/src'
    make: *** [all-recursive] Error 1.
    

    i don't know what i can do to solve it.i couldn't find solution in forum.
    Anybody help me?

     

    Last edit: Nickolay V. Shmyrev 2015-09-28
    • Nickolay V. Shmyrev

      You need to provide the Makefile in the folder /home/xxx/tutorial/sphinx3/src/tests/unit_tests/test_logs3

       

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.