[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:02256] problem of hts installation


Hi all,

I attempted to install the HTS, but some problems appeared. Please help me. The details are following:

After the "make all" step, I did the "make install" step. When the "make install" finished, I inputed "HInit' just to check whether the installation was ok. The result was "bash: HInit: command not found".

The following is the scripts:

xiexu@xiexu-laptop:~/Desktop/
htk$ sudo make install

(cd HTKTools && make all) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/xiexu/Desktop/htk/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xiexu/Desktop/htk/HTKTools'
(cd HTKTools && make install) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/xiexu/Desktop/htk/HTKTools'
if [ ! -d /usr/local/HTS-2.1/bin ] ; then mkdir -p /usr/local/HTS-2.1/bin ; fi
for program in HSLab HBuild HCompV HCopy HDMan HERest HHEd HInit HLEd     HList HLRescore HLStats HMMIRest HParse HQuant HRest HResults HSGen HSmooth HVite HMGenS ; do /usr/bin/install -c -m 755 ${program} /usr/local/HTS-2.1/bin ; done
make[1]: Leaving directory `/home/xiexu/Desktop/htk/HTKTools'

xiexu@xiexu-laptop:~/Desktop/htk$ HInit
bash: HInit: command not found

Thanks
Xu

Follow-Ups
[hts-users:02257] Re: problem of hts installation, Xingchi Xian
[hts-users:02258] Re: problem of hts installation, Heiga ZEN (Byung Ha CHUN)
[hts-users:02260] Re: problem of hts installation, Sebastien LE MAGUER