Skip to content
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

v18.7.0 windows link error #3956

Closed
Lucyfurnice opened this issue Aug 20, 2022 · 1 comment
Closed

v18.7.0 windows link error #3956

Lucyfurnice opened this issue Aug 20, 2022 · 1 comment

Comments

@Lucyfurnice
Copy link

Lucyfurnice commented Aug 20, 2022

Details

  1. Clone nodejs/node
  2. checkout tags/v18.7.0
  3. run vcbuild.bat release full-icu x64 vs2022 download-all

Node.js version

v18.7.0

Example code

mksnapshot.obj : error LNK2001: unresolved external symbol "public: class v8::internal::Object __cdecl v8::internal::Fi
xedArray::get(int)const " (?get@FixedArray@internal@v8@@QEBA?AVObject@23@H@Z) [C:\Lang\__staging__\node_18_7_0\tools\v8
_gypfiles\mksnapshot.vcxproj]
platform-embedded-file-writer-aix.obj : error LNK2001: unresolved external symbol "public: class v8::internal::Object _
_cdecl v8::internal::FixedArray::get(int)const " (?get@FixedArray@internal@v8@@QEBA?AVObject@23@H@Z) [C:\Lang\__staging
__\node_18_7_0\tools\v8_gypfiles\mksnapshot.vcxproj]
platform-embedded-file-writer-generic.obj : error LNK2001: unresolved external symbol "public: class v8::internal::Obje
ct __cdecl v8::internal::FixedArray::get(int)const " (?get@FixedArray@internal@v8@@QEBA?AVObject@23@H@Z) [C:\Lang\__sta
ging__\node_18_7_0\tools\v8_gypfiles\mksnapshot.vcxproj]
platform-embedded-file-writer-mac.obj : error LNK2001: unresolved external symbol "public: class v8::internal::Object _
_cdecl v8::internal::FixedArray::get(int)const " (?get@FixedArray@internal@v8@@QEBA?AVObject@23@H@Z) [C:\Lang\__staging
__\node_18_7_0\tools\v8_gypfiles\mksnapshot.vcxproj]
platform-embedded-file-writer-win.obj : error LNK2001: unresolved external symbol "public: class v8::internal::Object _
_cdecl v8::internal::FixedArray::get(int)const " (?get@FixedArray@internal@v8@@QEBA?AVObject@23@H@Z) [C:\Lang\__staging
__\node_18_7_0\tools\v8_gypfiles\mksnapshot.vcxproj]
..\..\out\Release\mksnapshot.exe : fatal error LNK1120: 1 unresolved externals [C:\Lang\__staging__\node_18_7_0\tools\v
8_gypfiles\mksnapshot.vcxproj]

Operating system

Microsoft Windows [Version 10.0.19044.1889]

Scope

This happens during build.

Module and version

Not applicable.

@F3n67u
Copy link
Member

F3n67u commented Aug 20, 2022

This problem is a known issue. See nodejs/node#43092 for details.

@Lucyfurnice Lucyfurnice closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants