How to run autogen.sh and swig on windows 7(SphinxPocket)

你说的曾经没有我的故事 提交于 2019-12-13 08:59:43

问题


I have been trying to build Pocketsphinx for my android application and I have some problems.

autogen.sh, What program that would run autogen.sh? When I tried to install it in cmd, it prompt me to choose a program to run autogen.sh. Why is that? Build Pocketsphinx to Android -- I have run autogen.sh by using mingw, after i run it i "make" but it got a error:

make[3]: *** [pio.lo] Error 1
make[3]: Leaving directory `/c/sphinx/sphinxbase/src/libsphinxbase/util`
make[2]: *** [All-recursive] Error 1
make[2]: Leaving directory `/c/sphinx/sphinxbase/src/libsphinxbase`
make[1]: *** [All-recursive] Error 1
make[1]: Leaving directory `/c/sphinx/sphinxbase/src`
make: *** [all-recursive] Error 1

is this okay? if not how do I solve this?

swig, I have tried the instructions Here in CMD but when I run swig it says "Must specify an input file. Use -help for available options." How will I know if Swig is installed or not?

I am using MINWG to work with this sphinxpocket but I still do not know how to work with swig.

I am using Windows 7 Home Basic 64-bit. Thanks


回答1:


You can install MSYS or CYGWIN,both of them can execute autogen.sh



来源:https://stackoverflow.com/questions/13676057/how-to-run-autogen-sh-and-swig-on-windows-7sphinxpocket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!