VoxForge
Hi,
When i'm trying to install the HTK toolkit on my ubuntu 16.04 LTS 32 bits system, it show me the following problem
(cd HLMTools && make all) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1] : on entre dans le répertoire « /home/nadia/da/htk/HLMTools »
Makefile:77: *** missing separator (did you mean TAB instead of 8 spaces?). Arrêt.
make[1] : on quitte le répertoire « /home/nadia/da/htk/HLMTools »
Makefile:156 : la recette pour la cible « hlmtools » a échouée
make: *** [hlmtools] Erreur 1
i was trying everything but the problem still exist, could any one help me solve it please. Thank you in advance.
Read the tutorial page again and you will find that there is a section which tells you what to do if this error pops up. One of the make files has a typo error - look for "missing separato" in the instructions. Correct it, and the make will work.
Hi, you can check one of this websites, one of them did solve the problem for me but I don't know which one was exactly because I tried all the solutions given.
http://www.voxforge.org/home/dev/acousticmodels/linux/create/htkjulius/tutorial/download/comments/htk-install..?pn=2Hope it will help.