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

[hts-users:02604] HGen win32 makefile need modified


Hi,

There are several bugs in HGen WIN32 make.

1. The htklib makefile didn't include HGen.obj and HGen.olv, which will cause link errors when building HMGenS in Visual Studio;
2. In HGen.c, some definitions need to be repositioned. 
  For example, line 422 of HGen.c lies a definition of "const int T" , but there are already a assignment statement before that. This will cause an error if you compile HTKlib ( fully with HGen ) in win32VC command.
  Some more errors would be found when compiling the HTKLib in win32VC command.

Please check.

Na Xingyu