-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
aixIssues and PRs related to the AIX platform.Issues and PRs related to the AIX platform.
Description
Looking into this. Opening for investigation/tracking.
Refs: #22237 (comment)
https://ci.nodejs.org/job/node-test-commit-aix/18405/nodes=aix61-ppc64/consoleFull
First few errors in build log:
01:12:48 In file included from ../src/env.h:27:0,
01:12:48 from ../src/connection_wrap.h:6,
01:12:48 from ../src/connection_wrap.cc:1:
01:12:48 ../src/aliased_buffer.h:27:22: error: expected type-specifier
01:12:48 typename = std::enable_if_t<std::is_scalar<NativeT>::value>>
01:12:48 ^
01:12:48 ../src/aliased_buffer.h:27:22: error: expected '>'
01:12:48 In file included from ../src/env.h:27:0,
01:12:48 from ../src/connection_wrap.h:6,
01:12:48 from ../src/connection_wrap.cc:1:
01:12:48 ../src/aliased_buffer.h:65:31: error: template argument 3 is invalid
01:12:48 v8::Uint8Array>& backing_buffer)
01:12:48 ^
01:12:48 In file included from ../src/env.h:27:0,
01:12:48 from ../src/connection_wrap.h:6,
01:12:48 from ../src/connection_wrap.cc:1:
01:12:48 ../src/aliased_buffer.h:123:41: error: template argument 3 is invalid
01:12:48 Reference(AliasedBuffer<NativeT, V8T>* aliased_buffer, size_t index)
01:12:48 ^
01:12:48 ../src/aliased_buffer.h:163:31: error: template argument 3 is invalid
01:12:48 AliasedBuffer<NativeT, V8T>* aliased_buffer_;
01:12:48
cc @nodejs/platform-aix
Metadata
Metadata
Assignees
Labels
aixIssues and PRs related to the AIX platform.Issues and PRs related to the AIX platform.