I'm running through the tutorial for using Sphinx3 in windows and I'm at the decoding step. When I try to run "perl scripts_pl/decode/slave.pl" in rm1 I get an error saying:
"Can't locate C:/<<rm1 path>>/scripts_pl/util/utils.pl in @INC < @INC contains: C:/Perl/site/lib C:/Perl/lib .> at etc/sphinx_decode.cfg line 23"
I go to sphinx_decode.cfg line 23 and it says that I should have scripts_pl/util/utils.pl which originally came from SphinxTrain/scripts_pl/util/utils.pl but I see no util folder in my SphinxTrain/scripts_pl folder.
Can anyone tell me if I'm doing something wrong or why I'm missing the folder? Everything seemed to run alright until this point.
The only other issue I'd run into at this point is that I was unable to re-compile the nightly Sphinx3 build in Visual Studios .NET since it said it was missing a bunch of files in the sphinx3/include folder. I downloaded the source files and compiled from there.
Any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm in Xiamen University.And I encounter the same problem during using the sphinx2.But I have solve it; The solution is to comment the line that "require '$DEC_CFG_SCRIPT_DIR/util/utils.pl' "in the sphinx_decode.cfg file using the following way:
require "$DEC_CFG_SCRIPT_DIR/util/utils.pl";
Then is ok;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running through the tutorial for using Sphinx3 in windows and I'm at the decoding step. When I try to run "perl scripts_pl/decode/slave.pl" in rm1 I get an error saying:
"Can't locate C:/<<rm1 path>>/scripts_pl/util/utils.pl in @INC < @INC contains: C:/Perl/site/lib C:/Perl/lib .> at etc/sphinx_decode.cfg line 23"
I go to sphinx_decode.cfg line 23 and it says that I should have scripts_pl/util/utils.pl which originally came from SphinxTrain/scripts_pl/util/utils.pl but I see no util folder in my SphinxTrain/scripts_pl folder.
Can anyone tell me if I'm doing something wrong or why I'm missing the folder? Everything seemed to run alright until this point.
The only other issue I'd run into at this point is that I was unable to re-compile the nightly Sphinx3 build in Visual Studios .NET since it said it was missing a bunch of files in the sphinx3/include folder. I downloaded the source files and compiled from there.
Any help would be appreciated.
I'm in Xiamen University.And I encounter the same problem during using the sphinx2.But I have solve it; The solution is to comment the line that "require '$DEC_CFG_SCRIPT_DIR/util/utils.pl' "in the sphinx_decode.cfg file using the following way:
require "$DEC_CFG_SCRIPT_DIR/util/utils.pl";
Then is ok;
Hi, Krezzlar,
Have you solved these problems? I met them too. If so, could you please give me some suggestion?
Thanks,
Jenny
Sorry Jenny, haven't found a solution to the missing folders. We're trying Sphinx4 now.
Krezzlar