Hello everybody !
I'm trying to build pocketsphinx with MS Visual Studio Community 2013 on x64 (I tried with VS 2010 express but it doesn't work). Build works well with VSC 2013 but when I launch pocketsphinx it stops without any message.
I'm a noob at c programming, maybe I missed something trivial.
I followed theses steps to build pocketsphinx:
- uncompress sphinx base and pocketsphinx win32,
- rename directories to "sphinxbase" and "pocketsphinx",
- build sphinxbase.sln and pocketsphinx.sln after, without any warning,
- and all binaries seem to be well, but when I launch it pocketsphinx stop without any message.
I have already used binaries for win 32 availables on sourceforge and I am able to use it without any problem. But my goal is to modify pocketsphinx to output whitout buffer and with a specific format (c function fprintf).
I tried to build it with my modifications and without, in "debug" configuration and "release", but nothing work.
Someone have an idea please ? Thanks for your help and your attention !
Rémi.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody !
I'm trying to build pocketsphinx with MS Visual Studio Community 2013 on x64 (I tried with VS 2010 express but it doesn't work). Build works well with VSC 2013 but when I launch pocketsphinx it stops without any message.
I'm a noob at c programming, maybe I missed something trivial.
I followed theses steps to build pocketsphinx:
- uncompress sphinx base and pocketsphinx win32,
- rename directories to "sphinxbase" and "pocketsphinx",
- build sphinxbase.sln and pocketsphinx.sln after, without any warning,
- and all binaries seem to be well, but when I launch it pocketsphinx stop without any message.
I have already used binaries for win 32 availables on sourceforge and I am able to use it without any problem. But my goal is to modify pocketsphinx to output whitout buffer and with a specific format (c function fprintf).
I tried to build it with my modifications and without, in "debug" configuration and "release", but nothing work.
Someone have an idea please ? Thanks for your help and your attention !
Rémi.
You need to copy sphinxbase dlls to pocketsphinx bin folder I think.
Thanks Nickolay for your reply,
But I had already try this and it didn't fix the problem. I tried with originals dlls and with fresh build dlls.
Last edit: Rémi Passmoilesel 2015-05-23
http://www.theresearchkitchen.com/archives/359
Ok I will check this and post after.