-
Notifications
You must be signed in to change notification settings - Fork 505
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
Travis builds fail using NAN #435
Comments
Hm, I doubt it is same issue. The NAN build fails while installing node via This is just me guessing... The |
Forget that. Found it ... :-/
Since the compiler seems pretty confused and way of the reservation i still suspect it is a local thing (or something with gc-stats) and not a NAN issue. @kkoopa? |
Uhm, yes? Same error on the Or am I missing something? |
It is the CI from |
I see... I gave it a whirl on the machine at hand (Mac) using io.js v3.2.0 (installed via nvm) and |
Ok, it barfs on a template alias (template-using-declaration). IIRC that's a C++11 feature. Maybe the travis default compiler (gcc?) doesn't enable C++11 by default? Note, that the NAN travis build explicitly requests gcc-4.8 Again... just guessing. |
Yes, io.js / node.js v3.x needs a C++11-capable compiler. That means g++ 4.8 or clang++ 3.4 or newer. The default on travis is g++ 4.6, IIRC. I'm going to close this, it's not a nan-specific issue. |
@agnat Thx! Travis compiles NAN + gc-stats using this setup: |
Thanks @megastef it works for me either :) |
@megastef thanks |
Hi,
my travis CI build fails, when NAN is used on iojs 3.x.
As far I see its a general NAN problem: https://travis-ci.org/nodejs/nan
Here is my log:
The text was updated successfully, but these errors were encountered: