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

[hts-users:01352] Re: questions while compiling on CentOS


Hi,

Yufeng Hao wrote (2008/04/23 16:35):

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. :(

Does /usr/include/X11/Xlib.h exist?
Otherwise, please install it like as follows:

% yum install libX11-devel

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------

Follow-Ups
[hts-users:01353] Re: questions while compiling on CentOS, Yufeng Hao
References
[hts-users:01351] questions while compiling on CentOS, Yufeng Hao