-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Comments
I expect that your compiler is too old. If it's g++, try 4.8 or 4.9. |
The prerequisites, from the README:
|
@bnoordhuis tks very much!! |
No problem. :-) |
eti-p-doray
pushed a commit
to eti-p-doray/node
that referenced
this issue
Dec 5, 2023
eti-p-doray
pushed a commit
to eti-p-doray/node
that referenced
this issue
May 28, 2024
syg
pushed a commit
to syg/node
that referenced
this issue
Jun 20, 2024
eti-p-doray
pushed a commit
to eti-p-doray/node
that referenced
this issue
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: