Hello,

I'm getting linking error while trying to create
v8::platform::NewDefaultPlatform in *v8 ver 8.2.77*

This my v8 build command
call gn gen out.gn/library --args="is_debug=false is_component_build=true 
v8_use_external_startup_data=true v8_static_library=false 
use_custom_libcxx=false use_custom_libcxx_for_host=true 
v8_enable_i18n_support=false target_cpu=\"x64\""

call ninja -C out.gn/library v8.dll

Link lib(s)
v8.dll.lib
v8_libbase.dll.lib
v8_libplatform.dll.lib

Error Message by Visual Studio 2019
class std::unique_ptr<class v8::Platform,struct std::default_delete<class v8
::Platform> > __cdecl v8::platform::NewDefaultPlatform(int,enum v8::platform
::IdleTaskSupport,enum v8::platform::InProcessStackDumping,class std::
unique_ptr<class v8::TracingController,struct std::default_delete<class v8::
TracingController> >)" 
(?NewDefaultPlatform@platform@v8@@YA?AV?$unique_ptr@VPlatform@v8@@U?$default_delete@VPlatform@v8@@@std@@@std@@HW4IdleTaskSupport@12@W4InProcessStackDumping@12@V?$unique_ptr@VTracingController@v8@@U?$default_delete@VTracingController@v8@@@std@@@4@@Z)


Please help me to solve this problem.

Regards
Rajib Chy

-- 
-- 
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/418d1cd8-88bb-430b-8638-6c3343884a90%40googlegroups.com.

Reply via email to