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

mksnapshot.obj : error LNK2001: unresolved external symbol #1043

Open
lolouthefox opened this issue Mar 21, 2023 · 0 comments
Open

mksnapshot.obj : error LNK2001: unresolved external symbol #1043

lolouthefox opened this issue Mar 21, 2023 · 0 comments
Labels

Comments

@lolouthefox
Copy link

lolouthefox commented Mar 21, 2023

What happened:
Every time I try to run nexe to build i get this error:

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:\Users\liamc\.nexe\18.14.0\tools\v8_gy
pfiles\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:\Users\liamc\.n
exe\18.14.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:\Users\liam
c\.nexe\18.14.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:\Users\liamc\.n
exe\18.14.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:\Users\liamc\.n
exe\18.14.0\tools\v8_gypfiles\mksnapshot.vcxproj]
..\..\out\Release\mksnapshot.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\liamc\.nexe\18.14.0\tools\v8_g
ypfiles\mksnapshot.vcxproj]

What you expected to happen:
I was expecting for my index.js file to be built.

How to reproduce it (as minimally and precisely as possible):
Just by running nexe --build --verbose --python "C:/Python311", i installed all the dependencies.

Anything else we need to know?:
without verbose:

i nexe 4.0.0-rc.2
√ Already downloaded...
√ Compiling Node with arguments: nosign,release,x64
√ Finished in 28.953s

Error: vcbuild.bat nosign release x64 exited with code: 1

See nexe -h for usage..

Environment:

  • Platform(OS/Version): Windows 11 64x Build 22621.1413
  • Host Node Version: v18.14.0
  • Target Node Version: ?
  • Nexe version: 4.0.0-rc.2
  • Python Version: 3.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant