-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
- Version: v11.x-staging/master
- Platform: 64-bit Windows 10
- Subsystem: build
I'm running into compilation errors trying to build v11.x-staging
or master
on Windows:
C:\work\node\github\node>vcbuild projgen openssl-no-asm release
...
..\src\compiler\wasm-compiler.cc(5071): error C2248: 'v8::internal::wasm::Result<v8::internal::wa
sm::DecodeStruct *>::operator =': cannot access private member declared in class 'v8::internal::w
asm::Result<v8::internal::wasm::DecodeStruct *>' [C:\work\node\github\node\deps\v8\gypfiles\v8_ba
se_0.vcxproj]
Building v10.x-staging
succeeds on the same machine (only difference is git checkout
and I have tried git clean -fdX
between checkouts).
cc @nodejs/platform-windows
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.