1. use "python gyp_v8 -D library=shared_library" to generate all.sln.
2. F7 build all solution, it show LNK ERROR below:
(But if I build a static library, it is successfully. use "python
gyp_v8" to generate all.sln)
1>------ Build started: Project: v8_base, Configuration: Debug Win32
------
1>Linking...
1>debug.obj : error LNK2019: unresolved external symbol "public:
static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetScriptName(int)" (?
GetScriptName@?$NativesCollection@$0A@@internal@v8@@SA?AV?$Vector@$
$CBD@23@H@Z) referenced in function "private: static bool __cdecl
v8::internal::Debug::CompileDebuggerScript(int)" (?
CompileDebuggerScript@Debug@internal@v8@@CA_NH@Z)
1>bootstrapper.obj : error LNK2001: unresolved external symbol
"public: static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetScriptName(int)" (?
GetScriptName@?$NativesCollection@$0A@@internal@v8@@SA?AV?$Vector@$
$CBD@23@H@Z)
1>debug.obj : error LNK2019: unresolved external symbol "public:
static int __cdecl v8::internal::NativesCollection<0>::GetIndex(char
const *)" (?GetIndex@?$NativesCollection@$0A@@internal@v8@@SAHPBD@Z)
referenced in function "public: bool __thiscall
v8::internal::Debug::Load(void)" (?Load@Debug@internal@v8@@QAE_NXZ)
1>bootstrapper.obj : error LNK2019: unresolved external symbol
"public: static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetRawScriptSource(int)" (?
GetRawScriptSource@?$NativesCollection@$0A@@internal@v8@@SA?AV?$Vector@
$$CBD@23@H@Z) referenced in function "public: class
v8::internal::Handle<class v8::internal::String> __thiscall
v8::internal::Bootstrapper::NativesSourceLookup(int)" (?
NativesSourceLookup@Bootstrapper@internal@v8@@QAE?AV?
$Handle@VString@internal@v8@@@23@H@Z)

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to