I download the Sphinxtrain and compile it under the instruction of tutorial using visual studio 2005. But there's the error message showed that the files main.c and parse_cmd_ln.c are not existed. Who can tell me how to solve it? I downloaded the nightly build. Thanks.
The log is:
parse_cmd_ln.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\parse_cmd_ln.c': No such file or directory
main.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\main.c': No such file or directory
Generating Code...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got them from release package. Thank you. Another problem, ngram_model_htk.c and ngram_model_fst.c are not existed. The log is:
c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_htk.c': No such file or directory
ngram_model_fst.c
c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_fst.c': No such file or directory
I've checked nightly build, release and svn, but I cannot find them. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just got a fresh copy of SphinxTrain from the svn repository and have the same problem. Could it have something to do with converting the Solution to Visual Studio 2008? Is it acceptable to simply remove these files from the project?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
These missing files are also a problem when running: perl scripts_pl\make_feats.pl -ctl etc\an4_train.fileids
I get the following errors:
ERROR: "........\src\libs\libcommon\cmd_ln.c", line 551: Unknown switch -verbose seen
ERROR: "........\src\libs\libcommon\cmd_ln.c", line 525: Expecting 'bin/wave2feat -switch_1 <arg_1> -switch_2 <arg_2> ...'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got a fresh copy of SphinxTrain from the svn and ran a "Build All" today. These are the errors I received:
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\main.c': No such file or directory
parse_cmd_ln.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\parse_cmd_ln.c': No such file or directory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got a fresh copy of SphinxTrain from the svn and ran a "Build All" today. These are the errors I received:
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\main.c': No such file or directory
parse_cmd_ln.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\parse_cmd_ln.c': No such file or directory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I download the Sphinxtrain and compile it under the instruction of tutorial using visual studio 2005. But there's the error message showed that the files main.c and parse_cmd_ln.c are not existed. Who can tell me how to solve it? I downloaded the nightly build. Thanks.
The log is:
parse_cmd_ln.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\parse_cmd_ln.c': No such file or directory
main.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\main.c': No such file or directory
Generating Code...
You need to update project files manually.
I got them from release package. Thank you. Another problem, ngram_model_htk.c and ngram_model_fst.c are not existed. The log is:
c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_htk.c': No such file or directory
ngram_model_fst.c
c1 : fatal error C1083: Cannot open source file: '....\src\libsphinxbase\lm\ngram_model_fst.c': No such file or directory
I've checked nightly build, release and svn, but I cannot find them. Thanks.
Hello, I remove them from the project and it works well. I'm not sure it's a problem or not.
This issue is now fixed in trunk
I just got a fresh copy of SphinxTrain from the svn repository and have the same problem. Could it have something to do with converting the Solution to Visual Studio 2008? Is it acceptable to simply remove these files from the project?
These missing files are also a problem when running: perl scripts_pl\make_feats.pl -ctl etc\an4_train.fileids
I get the following errors:
ERROR: "........\src\libs\libcommon\cmd_ln.c", line 551: Unknown switch -verbose seen
ERROR: "........\src\libs\libcommon\cmd_ln.c", line 525: Expecting 'bin/wave2feat -switch_1 <arg_1> -switch_2 <arg_2> ...'
StretchTiberius, can you please submit project files corrections, so they will be fixed in svn? The previous issue was in sphinxbase and it was fixed.
About -verbose, the option is there, you are probably using old binary with newer scripts.
I don't have permission to commit an update.
You still can make all corrections and create a patch. I'll happily apply it.
Or just describe what should be done in order to get this fixed. Should I remove anything else except lda_train?
Aside from updating the Solution for Visual Studio 2008, all I did was remove the lda_train project.
I got a fresh copy of SphinxTrain from the svn and ran a "Build All" today. These are the errors I received:
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\main.c': No such file or directory
parse_cmd_ln.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\parse_cmd_ln.c': No such file or directory
Ok, it should be fixed now. Thanks a lot for your help!
I got a fresh copy of SphinxTrain from the svn and ran a "Build All" today. These are the errors I received:
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\main.c': No such file or directory
parse_cmd_ln.c
c1 : fatal error C1083: Cannot open source file: '........\src\programs\lda_train\parse_cmd_ln.c': No such file or directory