VoxForge
Hi everyone!!
Im trying to create a spanish acoustic modell following the tutorial.. but i'm having problems building and compiling HTK in Linux (Ubuntu 14.04). Maybe a compatibility problem whit gcc version?? Can anyone help me fixing this?
I appreciate any clue!! Thanksss
**************************************************
HTK is now ready to be built.
Type "make all" to build the HTK libraries
and tools.
Then "make install" to install them.
The tools will be installed in /home/jatipson/bin/htk-3.4/bin
Build notes: Language Modelling tools will be
built. HDecode will not be built. You can build
it manually later by running 'make hdecode
install-hdecode'
**************************************************
jatipson@jatipson-Inspiron-N4050:~/bin/htk-3.4$ make
(cd HTKLib && make HTKLib.a) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: se ingresa al directorio «/home/jatipson/bin/htk-3.4/HTKLib»
gcc -ansi -D_SVID_SOURCE -DOSS_AUDIO -D'ARCH="i686"' -Wall -Wno-switch -g -O2 -I. -c -o HGraf.o HGraf.c
HGraf.c:73:77: fatal error: X11/Xlib.h: No existe el archivo o el directorio
#include <X11/Xlib.h> /* the X11 stuff makes string.h also available */
^
compilation terminated.
make[1]: *** [HGraf.o] Error 1
make[1]: se sale del directorio «/home/jatipson/bin/htk-3.4/HTKLib»
make: *** [HTKLib/HTKLib.a] Error 1
jatipson@jatipson-Inspiron-N4050:~/bin/htk-3.4$