[v8-users] is_component_build=true, use_custom_libcxx=false on Windows

2024-01-19 Thread Chris Hillery
I've been trying everything I can think of to build a DLL version of v8 which does not depend on the v8-supplied libc++ . As I understand it, this is the necessary configuration if I want to link v8 into a larger application that is built with other C++ libraries which use a different C++ stand

[v8-users] Re: is_component_build=true, use_custom_libcxx=false on Windows

2024-01-19 Thread Chris Hillery
I should mention that I've tried building v8 12.1.285.26; 12.2.247; as well as whatever "fetch v8" brings me, all with the same error. However in the past, I've built v8 11.6.189.8 with the same gn configuration options successfully. Ceej aka Chris Hillery On Friday, January 19, 2024 at 3:46:0