-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not compiling on most recent Node.JS #22
Comments
After some investigation comments in issue #11 suggest integration of Nan would fix this with backwards compatibility. Seems like a reasonable option? |
I get a slightly different error log:
Is this related? Any help is greatly appreciated. Trying to run https://github.com/mafintosh/torrent-mount without success so far. (nodejs 0.10.29~dfsg-1) |
I'm also seeing this. Any luck finding a workaround? |
+1 I have the same issue. |
Same issue with Ubuntu 14.04 64bit using NodeJS v0.10.33 and NPM v1.4.28 |
I have the same issue with Ubuntu 14.04 64bit and nodeJs v0.10.33, too |
I have found a fix on Mac OS Yosemite.
|
Thanks @jfroffice. That fixed if for me on Mavericks |
So I've done most of the transfer to Nan because I'd like to see this work in 0.11/0.12. I still have some compilation problems, but Since it doesn't compile yet, it's not clear if I've broken anything while converting it to NAN. |
So, I got to compile on OSX with node 0.11.14 :) |
Any progress on this? I'm not able to build against v0.11.14 on Arch Linux. I can build against v0.10.29 and it seems to work. |
thejinx0r's 0.11 branch builds fine for me on Arch Linux! https://github.com/thejinx0r/fuse4js/tree/0.11 Try that one if you're having problems. (Note: Once you've cloned the repo, you have to switch to the "0.11" branch by typing Can this be merged? |
Looks like somebody's already merged all the fixes into a single pull request! #31 |
Hi,
I have tried compiling on v0.11.13 and would not compile due to errors.
I then tried v0.8.7 which compiled fine without warnings.
I then tried v0.10.29 which compiled and worked with warnings.
Now using node v0.10.29
Error while using v0.11.13
The text was updated successfully, but these errors were encountered: