Hello, I am trying to build V8 - 9.2.230.21 in windows using MSVC and getting the following exceptions. Does anyone has any idea how to solve it ?
Build parameter: fatal_linker_warnings = false is_clang = false is_component_build = false use_custom_libcxx = false v8_monolithic = true is_debug = false is_official_build = false target_cpu = "x64" v8_enable_i18n_support = false v8_target_cpu = "x64" v8_use_external_startup_data = false enable_precompiled_headers = false v8_enable_31bit_smis_on_64bit_arch = false chrome_pgo_phase = 0 use_thin_lto = false FAILED: obj/v8_base_without_compiler/unwinding-info-win64.obj ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64/cl.exe" /nolo go /showIncludes -DUSE_AURA=1 -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_U NICODE -DUNICODE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DV8_ATOMIC_OBJECT_FIELD_WRITE S -DV8_ATOMIC_MARKING_STATE -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_SHARED_RO_HEAP -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATC H -DV8_SNAPSHOT_COMPRESSION -DV8_SHORT_BUILTIN_CALLS -DV8_ENABLE_SYSTEM_INSTRUMENTATION -DV8_ENABLE_WEBASSEMBLY -DV8_COMPRESS_POINTERS -DV8_COMPRESS_POINTE RS_IN_SHARED_CAGE -DV8_31BIT_SMIS_ON_64BIT_ARCH -DV8_DEPRECATION_WARNINGS -DV8_IMMINENT_DEPRECATION_WARNINGS -DCPPGC_CAGED_HEAP -DV8_TARGET_ARCH_X64 -DV8_H AVE_TARGET_OS -DV8_TARGET_OS_WIN -DV8_RUNTIME_CALL_STATS -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DV8_COMPRESS_POINTERS -DV8_COMPRESS_POINTERS_IN_SHARED_CAGE -DV8_31BIT_SMIS_ON_64BIT_ARCH -DV8_DEPRECATION_WARNINGS -DV8_IMMINENT_DEPRECATION_WARNINGS -DCPPGC_CAGED_HEAP -DV8_COMPRESS_POINTERS -DV8_COMPRESS_POINTERS _IN_SHARED_CAGE -DV8_31BIT_SMIS_ON_64BIT_ARCH -DV8_DEPRECATION_WARNINGS -DV8_IMMINENT_DEPRECATION_WARNINGS -DCPPGC_CAGED_HEAP -DV8_COMPRESS_POINTERS -DV8_C OMPRESS_POINTERS_IN_SHARED_CAGE -DV8_31BIT_SMIS_ON_64BIT_ARCH -DV8_DEPRECATION_WARNINGS -DV8_IMMINENT_DEPRECATION_WARNINGS -DCPPGC_CAGED_HEAP -I../../.. -I gen -I../../.. -I../../../include -Igen -Igen/include -Igen/include -I../../../include -I../../../include -Igen/include -I../../../third_party/zlib /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /WX /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd 4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /Zi /MT /wd4245 /wd4267 /wd4324 /wd4701 /wd4702 /wd4703 /wd470 9 /wd4714 /wd4715 /wd4718 /wd4723 /wd4724 /wd4800 /wd4506 /O2 /Ob2 /Oy- /Zc:inline /Gw /TP /wd4577 /GR- /c ../../../src/diagnostics/unwinding-info-win64.cc /Foobj/v8_base_without_compiler/unwinding-info-win64.obj /Fd"obj/v8_base_without_compiler_cc.pdb" ../../../src/diagnostics/unwinding-info-win64.cc(462): error C2039: 'RtlAddGrowableFunctionTable': is not a member of '`global namespace'' ../../../src/diagnostics/unwinding-info-win64.cc(462): error C2065: 'RtlAddGrowableFunctionTable': undeclared identifier../../../src/diagnostics/unwinding- info-win64.cc(464): error C2039: 'RtlDeleteGrowableFunctionTable': is not a member of '`global namespace'' ../../../src/diagnostics/unwinding-info-win64.cc(464): error C2065: 'RtlDeleteGrowableFunctionTable': undeclared identifier ../../../src/diagnostics/unwinding-info-win64.cc(478): error C2039: 'RtlAddGrowableFunctionTable': is not a member of '`global namespace'' ../../../src/diagnostics/unwinding-info-win64.cc(478): error C2065: 'RtlAddGrowableFunctionTable': undeclared identifier../../../src/diagnostics/unwinding- info-win64.cc(483): error C2039: 'RtlDeleteGrowableFunctionTable': is not a member of '`global namespace'' ../../../src/diagnostics/unwinding-info-win64.cc(483): error C2065: 'RtlDeleteGrowableFunctionTable': undeclared identifier ../../../src/diagnostics/unwinding-info-win64.cc(504): error C2064: term does not evaluate to a function taking 6 arguments ../../../src/diagnostics/unwinding-info-win64.cc(517): error C2064: term does not evaluate to a function taking 1 arguments [1008/1252] CXX obj/v8_base_without_compiler/liftoff-compiler.obj -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/0827f4de-4fb4-4f08-ad93-0b9a44a61870n%40googlegroups.com.