Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

prebuild --install fails on Node 6 #279

Closed
capaj opened this issue Apr 26, 2016 · 4 comments
Closed

prebuild --install fails on Node 6 #279

capaj opened this issue Apr 26, 2016 · 4 comments

Comments

@capaj
Copy link

capaj commented Apr 26, 2016

see https://api.travis-ci.org/jobs/125934637/log.txt?deansi=true

@ralphtheninja
Copy link
Member

From the log output you just linked

Starting with io.js 3 and Node.js 4, building native extensions requires C++11-compatible compiler, which seems unavailable on this VM. Please read https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements.

@ralphtheninja
Copy link
Member

Just updated leveldown on travis to use node 6 and it builds fine #280, you can take a peek at leveldowns .travis.yml file here https://github.com/Level/leveldown/blob/master/.travis.yml#L5-L13 on how to use C++11

@capaj
Copy link
Author

capaj commented Apr 27, 2016

@ralphtheninja thanks, did not realize travis needed this. Now builds just fine.

@ralphtheninja
Copy link
Member

@ralphtheninja thanks, did not realize travis needed this. Now builds just fine.

👍

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

No branches or pull requests

2 participants