Trying to build on debian for node 0.10.7
NPM install did not work so re-built it. Seemed to build OK when trying to run simple.js (and having checked require path) I get "Cannot find module './build/default/node-sdlmixer'"
I have not build node-sdlmixer on node 0.10.7 before yet so I'm not sure if it is fully compatible (since there were some native api changes). I will try and see if I can figure out what exactly is wrong (I used CentOS myself)
Ok, I had a look and apparently the libuv async callbacks have changed (i.e. uv_work_cb in the uv_queue_work call changed) compared to what was on 0.6.x. The other thing is that node-waf has finally been removed, needing to switch to node-gyp for building the actual addon.
As a result, the current state of node-sdlmixer is that it will take a bit of time to get it working on v0.10.x again. If you want to spend some time on this, I'd gladly appreciate patches as I'm currently not actively using node-sdlmixer.