node-sdlmixer icon indicating copy to clipboard operation
node-sdlmixer copied to clipboard

Trying to build on debian for node 0.10.7

Open paultanner opened this issue 12 years ago • 2 comments

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'"

paultanner avatar Jun 13 '13 12:06 paultanner

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)

japj avatar Jun 14 '13 09:06 japj

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.

japj avatar Jun 16 '13 15:06 japj