cmusphinx / node-pocketsphinx

Pocketsphinx bindings for Node.JS
Other
242 stars 47 forks source link

npm install fails on Raspberry Pi #22

Closed mikehenrty closed 8 years ago

mikehenrty commented 8 years ago

SphinxBase.target.mk:118: recipe for target 'Release/obj.target/SphinxBase/wrap_sb.o' failed build error log: http://pastebin.com/Hv3L8TmL node: 5.7.0 npm: 3.6.0 gcc: 4.9.2 (Raspbian 4.9.2-10) pkg-config --modversion pocketsphinx = 5prealpha both sphinxbase and pocketsphinx compiled from source sphinxbase commit: becdd6d41dc2095d8313eff1343d8ab26cdec427 pocketsphinx commit: f15834917294966c604cd709aa1c0255533c677b pocketsphinx_continuous works fine (albeit slow with the default dictionary)

nshmyrev commented 8 years ago

What is your swig version? Please make sure you are using the latest one (3.0.7).

mikehenrty commented 8 years ago

Wow, you are fast.

SWIG Version 3.0.2. I'll try updating it and get back to you.

mikehenrty commented 8 years ago

Updated to Swig 3.0.8 and everything works great now. Thanks!

nshmyrev commented 8 years ago

Thank you, let me know if you have further questions