I tried to compile sphinxbase-0.4 with Visual Studio 2005 (express).
It seems 2 files are missing in "sphinxbase/src/libsphinxbase/lm":
ngram_model_htk.c
ngram_model_fst.c
I checked the zip and tar.bz2 packages content.
Then I added both files (browsing the SVN tree) and compilation went through.
Hope this helps someone or did I miss something?
Best Regards
DoM
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I tried to compile sphinxbase-0.4 with Visual Studio 2005 (express).
It seems 2 files are missing in "sphinxbase/src/libsphinxbase/lm":
ngram_model_htk.c
ngram_model_fst.c
I checked the zip and tar.bz2 packages content.
Then I added both files (browsing the SVN tree) and compilation went through.
Hope this helps someone or did I miss something?
Best Regards
DoM
Thanks for the bug report. I suppose this bug was already fixed in trunk:
r8499 | dhdfu | 2008-06-23 19:29:42 +0400 (Пнд, 23 Июн 2008) | 1 line
Win32 fixes
r8481 | dhdfu | 2008-06-14 06:10:31 +0400 (Сбт, 14 Июн 2008) | 1 line
Update Windows build
r8437 | air | 2008-06-11 18:08:22 +0400 (Срд, 11 Июн 2008) | 1 line
fixes to project solution
and the fix will be available in the next release.