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

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


Oooo...

I make a wrong version --- v2.1rc1. Sorry :)
 
Regards
 
YF HAO
On Tue, Jun 17, 2008 at 10:06 AM, Heiga ZEN (Byung Ha CHUN) <zen@xxxxxxxxxxxxxxx> wrote:
Hi,

Yufeng Hao wrote (2008/06/17 10:05):


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?

I checked these files but I found
version=`$ENGINE -h 2>&1 | grep "version" | sed -e "s/.*version //g" -e "s/ .*//g"`

in configure script and
      # Add header (dimensionality and # of distributions)
      if [ $(BYTESWAP) -eq 1 ]; then \
              MGCDIM=`expr $(MGCORDER) + 1`; \
              LF0DIM=1; \
              echo $${MGCDIM} | $(X2X) +ai >  gv/gv-mgc.pdf.big; \
              echo "1"        | $(X2X) +ai >> gv/gv-mgc.pdf.big; \
              cat  gv/gv-mgc.pdf           >> gv/gv-mgc.pdf.big; \
              echo $${LF0DIM} | $(X2X) +ai >  gv/gv-lf0.pdf.big; \
              echo "1"        | $(X2X) +ai >> gv/gv-lf0.pdf.big; \
              cat  gv/gv-lf0.pdf           >> gv/gv-lf0.pdf.big; \
      else \

in data/Makefile.in.

I guess you're seeing old files rather than those of HTS-2.1RC2.
Check them again, these files in HTS-2.1RC2 don't have the above problems.


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
------------------------------------------------



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)
[hts-users:01436] Re: HTS-2.1RC2, Yufeng Hao
[hts-users:01438] Re: HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)