I just used SVN to check out SphinxTrain from the trunk. I followed README to
install, but it gave me
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
I roughly remembered it should have a install-sh in the directory of the
earlier versions, but it's gone in the current version. Why it was taken off?
How can I install now? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure it's a solution - I borrowed the missing files from the
associated directory in "tags". And it asked me to make sphinxbase. I followed
the README of sphinxbase, it gave me the following errors when I was in the
last step "make install"
The problem was gone after I changed to the different installation directory,
but not sure why compilation and installation cannot be in the same directory!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just used SVN to check out SphinxTrain from the trunk. I followed README to
install, but it gave me
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
I roughly remembered it should have a install-sh in the directory of the
earlier versions, but it's gone in the current version. Why it was taken off?
How can I install now? Thanks.
I'm not sure it's a solution - I borrowed the missing files from the
associated directory in "tags". And it asked me to make sphinxbase. I followed
the README of sphinxbase, it gave me the following errors when I was in the
last step "make install"
make: *** Error 1
make: Leaving directory
/test/speech/tools/asr/cmusphinx/trunk/sphinxbase/include/sphinxbase' make: *** Error 2 make: Leaving directory/test/speech/tools/asr/cmusphinx/trunk/sphinxbase/include/sphinxbase'make: *** Error 1
make: Leaving directory
`/test/speech/tools/asr/cmusphinx/trunk/sphinxbase/include'
make: *** Error 1
Could anyone help? Thanks.
The problem was gone after I changed to the different installation directory,
but not sure why compilation and installation cannot be in the same directory!
Hi Jidong
Basically this is a known issue and we are working to fix it. But it's just
not there yet
Actually you don't need to run make install at all.
Hi Nickolay, you got me :)
You are absolutely right, I just realized it after compared the files in new
directories such as lib, bin and include. Thanks and have a nice weekend.