-
Notifications
You must be signed in to change notification settings - Fork 23
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
error: expected constructor, destructor, or type conversion before ‘<’ token #2
Comments
Strange, it works for me with the exact same version of |
|
Hmm, this is quite weird but could you try I'll try to run it with |
Clang is the default on later versions of OS X. On 10.6 (Snow Leopard) the default compiler is GNU:
Anyway, I tried both Right now I'm installing clang-3.4 with MacPorts: I'll try with that compiler and let you know. |
Got a different error this time.
|
|
So as I see it, it's really two problems.
For both of this I don't really have the time to fix it, sorry. I would however welcome a pull request. I'm closing this since very few users are affected. Just since I'm curious, why are you using OS X 10.6? |
Also, a big thank you for taking the time and investigating the problem! 🍻 |
Neither am I, but this is not much of a problem: using a recent clang is acceptable for me.
Can you give me any hint on that deprecated way?
At first I could not update to 10.7 because of compatibility problems with some software, then I waited for 10.8 just to find out that my laptop cannot run 10.8+, so I'm stuck at 10.6 until I buy a new machine. |
That's too bad for you, and I sometimes curse my 2010 MacBook Air for being slow :) Reopening this since you're willing to work on it, happy coding! |
closed by eb5965e |
Hi Davide, I just updated this repository to Nan 2.0 but the code for Mac OS 10.6 doesn't work for me. Neither did it before I upgraded thought so I'm not sure if that is the problem. It might be that the Are you still using 10.6? Would you be able to test if the latest version is working for you? |
@LinusU |
With Node.js 0.12.7 and the latest version of
|
Ah crap :( That's the same error message that I'm getting. I have no idea why thought. I'll open a new bug. |
When building macos-alias from the Git repository with
node-gyp rebuild
I get the following error:I'm on Mac OS 10.6.
The text was updated successfully, but these errors were encountered: