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

Have error when build source io.js #152

Closed
letiennam29 opened this issue Dec 12, 2014 · 4 comments
Closed

Have error when build source io.js #152

letiennam29 opened this issue Dec 12, 2014 · 4 comments

Comments

@letiennam29
Copy link

Hi every body. I take a error occurs during building

In file included from ../src/async-wrap.cc:22:0:
../src/async-wrap.h:69:29: error: expected ‘;’ at end of member declaration
../src/async-wrap.h:69:31: error: ‘override’ does not name a type

when build io.js form source git
I have build the steps:
step1: get clone https://github.com/iojs/io.js.git
step2: ./configure
step3: make (at error here)

@bnoordhuis
Copy link
Member

I expect that your compiler is too old. If it's g++, try 4.8 or 4.9.

@bnoordhuis
Copy link
Member

The prerequisites, from the README:

Prerequisites (Unix only):

* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)

@letiennam29
Copy link
Author

@bnoordhuis tks very much!!

@bnoordhuis
Copy link
Member

No 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

2 participants