-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
build error in both 4.2.2 and 5.1.0 #4088
Comments
have you run |
What is your Have you ensured Debian is up to date with:
Do you have all the necessary prerequisites mentioned here? ( Have you tried a Hope some of this might help. :) |
I see the problem is: C++ compiler too old, need g++ 4.8 or clang++ 3.4 (CXX=g++) |
You can install it from jessie (see this SO answer) but I'd just download and install the binary from nodejs.org if I were you. /cc @misterdjules - this is one of the 4.7 parser issues we've talked about. |
@dimply There aren't any pitfalls to adding an extra packaging repo and major benefits to having access to other packages that are not limited by a specific binary from a specific node based project. The choice is up to you. Additional ref: |
@bnoordhuis I just don't know how to treat with the downloaded binary files. 😹 . |
I successfully installed g++ 4.8 on Debian Wheezy using the Jessie package. Then I execute |
@dimply Try |
Assuming it's safe to close this one now. |
I download the source code from official website and want to install it manually onto Debian.
But when I execute 'make' command, there is always error message like the picture above.
The text was updated successfully, but these errors were encountered: