You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.
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'"
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'"
The text was updated successfully, but these errors were encountered: