ketanbj - 2007-03-28

The following is the session we were working on :

[root@localhost pocketsphinx]# perl scripts/setup_tutorial.pl an4
Building task an4
Current directory not empty.
Will overwrite existing files.
Making basic directory structure.
Couldn't find executables. Did you compile pocketsphinx?

Now, please do:
cd ../an4
And then, in Unix/Linux:
perl scripts_pl/make_feats.pl -ctl etc/an4_test.fileids (if needed)
perl scripts_pl/decode/slave.pl
Or in Windows:
perl scripts_pl\make_feats.pl -ctl etc\an4_test.fileids (if needed)
perl scripts_pl\decode\slave.pl
[root@localhost pocketsphinx]#

It is also not able to create etc/sphinx_decode.cfg file.
There is no bin folder(for executables) in pocketsphinx or sphinxbase.
This popped up after we installed the sphinxbase and pocketsphinx. Which executables is the perl script looking for.....may be we need to export the path in the shell.
We also tried it with s3flat decoder. It doesn't give any error. We also compared the sphinx_decode.pl and sphinx_tutorial.pl in script folder of pocketsphinx with s3sflat.
What exactly does the sphinx base provide? Does it have the basic utilities or some particulars for pocketsphinx?
Please if somebody faced similar problem help!!