AudioNet / node-core-audio

Bindings for PortAudio giving JavaScript access to sound card samples (mostly unmaintained)
MIT License
330 stars 68 forks source link

compile error #48

Open mcfiredrill opened 8 years ago

mcfiredrill commented 8 years ago
> node-core-audio@0.5.0 install /Users/tony/src/icecast_client/node_modules/node-core-audio
> node-gyp rebuild

  CXX(target) Release/obj.target/NodeCoreAudio/NodeCoreAudio/AudioEngine.o
In file included from ../NodeCoreAudio/AudioEngine.cpp:9:
In file included from /Users/tony/src/icecast_client/node_modules/node-core-audio/NodeCoreAudio/AudioEngine.h:11:
/Users/tony/.node-gyp/4.2.1/include/node/node_internals.h:6:10: fatal error: 'util-inl.h' file not found
#include "util-inl.h"
         ^
1 error generated.
make: *** [Release/obj.target/NodeCoreAudio/NodeCoreAudio/AudioEngine.o] Error 1

I'm using node 4

$ node --version
v4.2.1
elhigu commented 8 years ago

Same problem with node v5.0.0

xenyou commented 8 years ago

same issue on v5.6.0

PM5544 commented 7 years ago

Also on v6.4.0