1问题一:

fatal error: pocketsphinx.h: No such file or directory

解决方法:

$ cd /usr/include
$ sudo ln -s /my/path/to/pocketsphinx.h
04-20 16:44