checking for Python.h... yes
checking for cython... no
checking for pkg-config... no
checking for GStreamer... checking for sphinxbase in
/Users/Admin/Desktop/SphinxCMU/pocketsphinx/../sphinxbase... no
checking for sphinxbase in
/Users/Admin/Desktop/SphinxCMU/pocketsphinx/../sphinxbase... no
./configure: line 12396: SphinxBase_CFLAGS: command not found
./configure: line 12397: SphinxBase_LIBS: command not found
checking sphinx_config.h usability... no
checking sphinx_config.h presence... no
checking for sphinx_config.h... no
configure: error: in /Users/Admin/Desktop/SphinxCMU/pocketsphinx':
configure: error: SphinxBase was not found on your system.
Seeconfig.log' for more details
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It says you do not have sphinxbase installed on your system. Maybe it is
installed but has too old version. You need to compile sphinxbase before you
compile pocketsphinx. See
checking for Python.h... yes
checking for cython... no
checking for pkg-config... no
checking for GStreamer... checking for sphinxbase in
/Users/Admin/Desktop/SphinxCMU/pocketsphinx/../sphinxbase... no
checking for sphinxbase in
/Users/Admin/Desktop/SphinxCMU/pocketsphinx/../sphinxbase... no
./configure: line 12396: SphinxBase_CFLAGS: command not found
./configure: line 12397: SphinxBase_LIBS: command not found
checking sphinx_config.h usability... no
checking sphinx_config.h presence... no
checking for sphinx_config.h... no
configure: error: in
/Users/Admin/Desktop/SphinxCMU/pocketsphinx': configure: error: SphinxBase was not found on your system. Seeconfig.log' for more detailsIt says you do not have sphinxbase installed on your system. Maybe it is
installed but has too old version. You need to compile sphinxbase before you
compile pocketsphinx. See
http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx#unix-
like_installation
thank you very much ! but i had installed sphinxbase before. I install it on
macOs for Iphone. can you help me