hi nsh,
I am also having the same problem.
I have downloaded the latest versions of sphinx3 and sphinxbase snapshots but
still can't figure out how to solve this.
Please help me in this
Waiting for your reply
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Then similarly install sphinx3, here you have to specify BOTH the installation
directory and path to sphinxbase source directory (and not installation
directory).
Thanks a lot pranav. I didn,t know that source and installation directory has
to be different, It installed finally.
Just a small concern, when I run "make check" it said 2 of 32 tests failed
GAUSUBVQ test PASSED
All sub-tests passed
PASS: test-gausubvq.sh
EP TEST
EP test PASSED
All sub-tests passed
PASS: test-ep.sh
DECODE -> CONFIDENCE TEST
=============
DECODE -> CONF test FAILED
=============
Sub-tests failed: DECODE -> CONF test
FAIL: test-conf.sh
The failed tests are:
,MODE1 LOOP match test
,DECODE -> CONF test
,MODE1 LOOP match test
,DECODE -> CONF test
,MODE1 LOOP match test
,DECODE -> CONF test
PASS: print-summary.sh
====================
2 of 32 tests failed
====================
make: *** Error 1
make: Leaving directory /home/anurag/Documents/sphinx/sphinx3/src/tests/regression'
make: *** Error 2
make: Leaving directory/home/anurag/Documents/sphinx/sphinx3/src/tests/regression'
make: *** Error 1
make: Leaving directory /home/anurag/Documents/sphinx/sphinx3/src/tests'
make: *** Error 1
make: Leaving directory/home/anurag/Documents/sphinx/sphinx3/src'
make: *** Error 1
Can I ignore this or I have to do something else?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to install sphinx3 but i got this error:
I already have compiled the sphinxbase and it is in the same directory as
sphinx3, just the way the documentation suggests.
Both sphinx3 and sphinxbase version is 0.7.
Thanks
Sphinx3 snapshot requires sphinxbase snapshot. You need to compile latest
sphinxbase from subversion. Please see
http://cmusphinx.sourceforge.net/wiki/download for details
hi nsh,
I am also having the same problem.
I have downloaded the latest versions of sphinx3 and sphinxbase snapshots but
still can't figure out how to solve this.
Please help me in this
Waiting for your reply
Make sure that installation directory is DIFFERENT from where you extracted
the source. For this, you have to do
Then similarly install sphinx3, here you have to specify BOTH the installation
directory and path to sphinxbase source directory (and not installation
directory).
typo! there should not be space between two dashes before prefix and = is
missing after --with-sphinxbase
Thanks a lot pranav. I didn,t know that source and installation directory has
to be different, It installed finally.
Just a small concern, when I run "make check" it said 2 of 32 tests failed
GAUSUBVQ test PASSED
All sub-tests passed
PASS: test-gausubvq.sh
EP TEST
EP test PASSED
All sub-tests passed
PASS: test-ep.sh
DECODE -> CONFIDENCE TEST
=============
DECODE -> CONF test FAILED
=============
Sub-tests failed: DECODE -> CONF test
FAIL: test-conf.sh
The failed tests are:
,MODE1 LOOP match test
,DECODE -> CONF test
,MODE1 LOOP match test
,DECODE -> CONF test
,MODE1 LOOP match test
,DECODE -> CONF test
PASS: print-summary.sh
====================
2 of 32 tests failed
====================
make: *** Error 1
make: Leaving directory
/home/anurag/Documents/sphinx/sphinx3/src/tests/regression' make: *** Error 2 make: Leaving directory/home/anurag/Documents/sphinx/sphinx3/src/tests/regression'make: *** Error 1
make: Leaving directory
/home/anurag/Documents/sphinx/sphinx3/src/tests' make: *** Error 1 make: Leaving directory/home/anurag/Documents/sphinx/sphinx3/src'make: *** Error 1
Can I ignore this or I have to do something else?
Those are non-critical tests. You can check sphinx3 from snapshot right now
and they will be fixed
Thanks for your reply
I will check the snapshot.