Status: New
Owner: ----

New issue 1747 by [email protected]: V8 shared build failed on vs2008
http://code.google.com/p/v8/issues/detail?id=1747

scons env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%" mode=release library=shared snapshot=on
....
....

   Creating library v8preparser.lib and object v8preparser.exp
conversions.obj : error LNK2001: unresolved external symbol "public: __thiscall
v8::Locker::Locker(class v8::Isolate *)" (??0Locker@v8@@QAE@PAVIsolate@1@@Z)
conversions.obj : error LNK2001: unresolved external symbol "public: virtual __t hiscall v8::StartupDataDecompressor::~StartupDataDecompressor(void)" (??1Startup
DataDecompressor@v8@@UAE@XZ)
conversions.obj : error LNK2001: unresolved external symbol "void __cdecl v8::Re gisterExtension(class v8::Extension *)" (?RegisterExtension@v8@@YAXPAVExtension@
1@@Z)
conversions.obj : error LNK2001: unresolved external symbol "public: static clas s v8::Local<class v8::String> __cdecl v8::String::New(char const *,int)" (?New@S
tring@v8@@SA?AV?$Local@VString@v8@@@2@PBDH@Z)
conversions.obj : error LNK2001: unresolved external symbol "public: __thiscall v8::Unlocker::Unlocker(class v8::Isolate *)" (??0Unlocker@v8@@QAE@PAVIsolate@1@@
Z)
conversions.obj : error LNK2001: unresolved external symbol "public: void __this call v8::Template::Set(class v8::Handle<class v8::String>,class v8::Handle<class v8::Data>,enum v8::PropertyAttribute)" (?Set@Template@v8@@QAEXV?$Handle@VString
@v8@@@2@V?$Handle@VData@v8@@@2@W4PropertyAttribute@2@@Z)
conversions.obj : error LNK2001: unresolved external symbol "public: void __this
call v8::Isolate::Exit(void)" (?Exit@Isolate@v8@@QAEXXZ)
conversions.obj : error LNK2001: unresolved external symbol "public: void __this
call v8::Isolate::Enter(void)" (?Enter@Isolate@v8@@QAEXXZ)
v8preparser.dll : fatal error LNK1120: 8 unresolved externals
scons: *** [v8preparser.dll] Error 1120
scons: building terminated because of errors.


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

Reply via email to