Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Trying to build on debian for node 0.10.7 #18

Open
paultanner opened this issue Jun 13, 2013 · 2 comments
Open

Trying to build on debian for node 0.10.7 #18

paultanner opened this issue Jun 13, 2013 · 2 comments

Comments

@paultanner
Copy link

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

@japj
Copy link
Owner

japj commented Jun 14, 2013

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
Copy link
Owner

japj commented Jun 16, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants