Skip to content

node 10.7.0 fails to build - error in traced_value.cc #21903

Closed
@kzalewski

Description

@kzalewski
  • Version: v10.7.0
  • Platform: Linux 4.14.55 x86_64
  • Subsystem:

Building node 10.7.0 fails when compiling src/tracing/traced_value.cc with the following error:

../src/tracing/traced_value.cc:22:30: error: '__builtin_fpclassify' is not a member of 'std'
 #define FPCLASSIFY_NAMESPACE std

Adding
#include <cmath>
to the list of include files in traced_value.cc solves the compilation problem.

Metadata

Metadata

Assignees

Labels

buildIssues and PRs related to build files or the CI.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions