-
Notifications
You must be signed in to change notification settings - Fork 302
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
Fails to build on node v0.11.13, Ubuntu 14.04 #52
Comments
also, this: https://github.com/rvagg/nan |
Just hit this same error (well at least the first screenfull is identical) in Ubuntu 12.04 ARM (BBB) with node v0.11.14-pre. Tried both the npm install and the Git clone. Looks to me like the gyp included here is way old:
I've been able to get past this in other packages by forcing use of a new gyp, but when there are other outdated packages it just gets to be too much hassle. Am I missing some easy way to work around this? Could we get a version that includes the current node-gyp? |
added v0.11 support in this PR #56 :) |
I'm still getting this issue |
I get this issue. Output:
|
memwatch doesn't seem to be maintained anymore. Last commit was 2 years ago and PRs & issues are not addressed. Perhaps it's time to look for a replacement. |
@tjfontaine - did as you requested at #noderoad and tried 0.11.14. This issue seems to be what is restricting myself and others from moving 0.10 --> 0.11. I guess we can remove memwatch, though. |
I suggest you look into this, might be an easy fix:
dainis/node-gcstats#1
The text was updated successfully, but these errors were encountered: