I am having the same problem. I've tried the release, nightly build, and Subversion repository; all will not compile under Visual Studio 2008. Bellow is the error messages:
<code>1>c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_fst.c': No such file or directory
1>ngram_model_htk.c
1>c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_htk.c': No such file or directory
1>ngram_model_set.c</code>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi!
i try compile sphinxbase in VC2008, but files filengram_model_fst.c and ngram_model_htk.c not exist.. where is the files??
thanks
Is Sphinx no longer supported under windows?
I wouldn't extrapolate so far.
I suggest you to grow bolder and just remove missing files from a project :)
They are in nightly build
I am having the same problem. I've tried the release, nightly build, and Subversion repository; all will not compile under Visual Studio 2008. Bellow is the error messages:
<code>1>c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_fst.c': No such file or directory
1>ngram_model_htk.c
1>c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_htk.c': No such file or directory
1>ngram_model_set.c</code>
ok.. thanks