-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-gyp installation issue #16
Comments
@whizkid79 I didn't try to build this for years. My guess is it's because of broken backward compatibility of V8 API, some guy advised me to use this abstraction to keep it works, but I didn't touch this project for a long time, may be I'll fix this, but don't know how soon. |
thanks @unclechu. That's the same results i found out during my research yesterday e.g. see: I think I give it a try to migrate it to the new api. Are you interested in a PR? |
@whizkid79 Only if it works with older version too (actually with 0.9.0). I'm not interested in fix for new version and brake backward compatibility for old one. |
I can understand that, @unclechu. I'm struggeling to get it installed. Can you please give me your versions of node, npm and node-gyp? Mine are:
|
@whizkid79 It was long time ago, I don't have this anymore, but we can see here: node-jack-connector/package.json Line 25 in bcd895d
0.9.0 with npm version that comes with this version that in turn can be get there: https://nodejs.org/download/release/v0.9.0/
|
It also becomes complicated because now we need to test it on couple of major versions, at least on these:
|
I'm not sure if it would change the situation a lot, because it seams kind of impossible to get it running. I've tried 0.9.0, 0.9.12 (latest), 0.10.x (latest), and it fails on all places. Looks like it is not usable at all... |
a version working with recent node versions (maybe in a separate branch) would be benefitial I guess. but it would be a lot of manuall work to move it to the latest api. |
👍 |
I guess it's better to release new major version based on |
Hi @unclechu any progress with that? |
@matansag sorry but no, I'm not enthusiastic enough to spend time writing js code anymore. Not sure if I'm going back to work on this project. Maybe if I would have more free time. |
@matansag do you plan to work on this, and is there an alternative? |
same here, its looking grim to be able to use jack audio with node. |
+1 |
I tried to get node-jack-connector installed on with node v6.7.0.
Unfortunately it throws a lot of errors on node-gyp. Any advices?
This is the lengthy output:
https://gist.github.com/whizkid79/a006ee88b97228fc87eb0439bd422ea3
The text was updated successfully, but these errors were encountered: