Hi, I am getting this error when installing node-pocketsphinx
Steps I followed
- Cloned sphinxbase from github and built it
- Downloaded latest release (5.0.0) of pocketsphinx from github and compiled the C libraries
- I already have minimum required versions of swig, node-gyp etc as per README of node-pocketsphinx
- Cloned node-pocketsphinx from github and ran
npm install in the directory
Can you please help? Thanks.