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

[hts-users:00819] Re: patch command fails in building HTS-2.0.1


Hi,

Hisashi.Kawai@xxxxxxxxxxx wrote (2007/10/02 19:48):

***************
*** 1287,1293 ****
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
-    FreeVector(&gstack,vv);
     return(TRUE);
  }

--- 1660,1665 ----
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
     return(TRUE);
  }

***************
*** 1365,1371 ****
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
-    FreeDVector(&gstack,vv);
     return(TRUE);
  }

--- 1736,1741 ----
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
     return(TRUE);
  }

Oops, sorry, this is a fix which I reported to HTK-Developers ML this July.
I used my own HTK to generate HTS patch code.
Fixed version was uploaded to the website, so please use it.

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:00821] Spectra curve of 1mix and 16 mix, Tamer Fares
References
[hts-users:00818] patch command fails in building HTS-2.0.1, Hisashi . Kawai