-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
node 10.7.0 fails to build - error in traced_value.cc #21903
Comments
@kzalewski What complier (and which version) are you using? |
The compiler is GCC. |
That falls under supported versions as listed in BUILDING.md. /cc @nodejs/build, I believe this has a patch attached in the issue. |
Sigh... we really need to make sure CI has full coverage for all of the compiler version combinations we use. |
That would be nice, but given the range I'm not sure we'll be able to. @nodejs/build maybe one of each major gcc release at least would be good (or maybe there's a way to work out what releases builders are most likely to have).
|
Fixes: #21903 PR-URL: #21924 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Building node 10.7.0 fails when compiling src/tracing/traced_value.cc with the following error:
Adding
#include <cmath>
to the list of include files in
traced_value.cc
solves the compilation problem.The text was updated successfully, but these errors were encountered: