I checked out the latest version of CMUSphinx from github.I compiled sphinxbase successfully and while trying to compile pocketsphinx,I faced an error saying:
P.S: I used Visual Studio 2013 Express Edition to compile sphinxbase and VS2010 to compile pocketsphinx
"Cannot find sphinxbase.lib"
What may be the problem?
Usually it's trivial to figure path problems just by looking on compiler output, you can read the logs to see what happen. Sphinxbase path is hardcoded and if it does not match you see the problem like this.
Most likely you did not rename sphinxbase-5prealpha to just sphinxbase as suggested by instruction. Or you did not place sphinxbase and pocketsphinx sources to the same folder. You need to use VS 2013 for both projects as well.