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

[hts-users:01351] questions while compiling on CentOS


Hi, all

I try to construct hts enviroment on CentOS (64bit), but failed. The process list below:
  1. uncompress SPTK-3.1and compile it --> OK;
  2. uncompress HTK-3.4 and patch it with HTS-2.1RC1;
  3. compile failed. message list below.
(cd HTKLib && make HTKLib.a) \
  || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/hyf/htk/HTKLib'
gcc  -I. -ansi -D_SVID_SOURCE -DOSS_AUDIO -D'ARCH="x86_64"' -Wall -Wno-switch -g -O2   -c -o HGraf.o HGraf.c
HGraf.c:119:77: X11/Xlib.h: No such file or directory
HGraf.c:120:23: X11/Xutil.h: No such file or directory
HGraf.c:121:21: X11/Xos.h: No such file or directory
HGraf.c:123:27: X11/keysymdef.h: No such file or directory
...
Does anyone tell me why? how to fix it?
I used to done well on REDHAT AS5. But failed this time. :(

YF HAO




Follow-Ups
[hts-users:01352] Re: questions while compiling on CentOS, Heiga ZEN (Byung Ha CHUN)