Skip to content
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

supports iojs 3? #7

Closed
Dexus opened this issue Sep 3, 2015 · 5 comments
Closed

supports iojs 3? #7

Dexus opened this issue Sep 3, 2015 · 5 comments
Assignees

Comments

@Dexus
Copy link

Dexus commented Sep 3, 2015

I get build fails with 3.2.0 and 3.3.0...

@rmg
Copy link
Member

rmg commented Sep 3, 2015

@Dexus what errors are you seeing? It is building fine for me on OS X and on Linux under our CI.

@Dexus
Copy link
Author

Dexus commented Sep 3, 2015

@rmg
Copy link
Member

rmg commented Sep 3, 2015

The version of gcc in that build is 4.6, but the version of v8 that is used in iojs-3+ requires gcc-4.8 or newer due to the use of C++11 features.

Example: nodejs/nan@05ed3b6

@rmg rmg closed this as completed in 57fe2ac Sep 3, 2015
@rmg
Copy link
Member

rmg commented Sep 3, 2015

See 57fe2ac for a less noisy example than nan itself.

@Dexus
Copy link
Author

Dexus commented Sep 3, 2015

👍 perfect thank you for your fast clearing of the problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants