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

[hts-users:01436] Re: HTS-2.1RC2


Hi, all,

while configuring HTS-demo_Adaption, I found an error list below:
 ...
checking for HHEd... /usr/local/HTS-2.1/bin/HHEd
checking for hts_engine... /usr/local/HTS-2.1/bin/hts_engine
(standard_in) 1: illegal character: :
(standard_in) 1: parse error
./configure: line 3565: test: =: unary operator expected
checking for gcc... gcc
...

then editor configure:3562, modify
version=`$ENGINE -h 2>&1 | grep "version" | sed -e "s/.* //g"`
to
version=`$ENGINE -h 2>&1 | grep "version" | sed -e "s/.*version //g" -e "s/ .*//g"`

And then, configure again. everything is right. I think it is a little bug in adaption demo.

BTW, I check the HTS-demo_Adaption/data/Makefile.in, the gv pdf endian problem code still there(242-249),  Do you make a patch there?

Regards

YF HAO





On Mon, Jun 16, 2008 at 9:07 PM, Heiga ZEN (Byung Ha CHUN) <zen@xxxxxxxxxxxxxxx> wrote:
Hi,

Sacha Krstulovic wrote (2008/06/16 22:34):


Since the HTS demos follow the current release of HTS,
would it make sense to include the version number
in the demo packages as well, such as:

http://www.sp.nitech.ac.jp/~zen/HTS-demo-SpeakerDependent-for-HTS-2.1RC2.tar.bz2 http://www.sp.nitech.ac.jp/~zen/HTS-demo-SpeakerAdaptive-for-HTS-2.1RC2.tar.bz2

Thanks for your comment, I added version number to these files.
Now they can be downloaded using the above URLs.
These files in the old names are also available.


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

------------------------------------------------



Follow-Ups
[hts-users:01438] Re: HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)
References
[hts-users:01419] HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)
[hts-users:01420] Re: HTS-2.1RC2, pscholtz
[hts-users:01421] Re: HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)
[hts-users:01432] Re: HTS-2.1RC2, Sacha Krstulovic
[hts-users:01434] Re: HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)