I get an an error compiling HTKLib on with Visual Studio?
Try using the older makefile which works with older versions of Visual Studio. • I get a compilation error: HModel.c:607: error: invalid storage class for function ‘GetInputXForm’ This happens if you try to compile HTK 3.3 using GCC version 4. You can find details about how to fix this here. Note that this has been fixed in 3.4 and we strongly recommend that you upgrade to the latest release. • How do I compile HTK 3.3 using GCC4? Please upgrade to 3.4 which does compile correctly with GCC4 • Can I have some detailed instructions about building HTK on Linux/Unix See Installing HTK on Linux or Unix (including OS X) • How can I compile HTK 3.2 on Windows You should upgrade to version 3.4 which has incorporated the modifications below to enable it to compile on Windows. Alternatively, you can download Windows binaries which have been tested on Windows 2000 and XP. For detailed installation instructions for Windows see Installing HTK on Microsoft Windows • How can I compile HTK 3.2 on Mac