The Visual Studio project files in tools/visual_studio might not work as they are not tested regularly. I suggest you try to build using the SCons build which is the main build system for V8, see http://code.google.com/p/v8/wiki/BuildingOnWindows.
/Søren On Thu, Mar 31, 2011 at 08:46, Nightcola Lin <[email protected]> wrote: > Thanks for response. > > But when I try to build v8_mksnapshot, I got the following error msg: > > 2>v8.lib(lithium-ia32.obj) : error LNK2001: unresolved external symbol > "private: static enum v8::internal::Thread::LocalStorageKey > v8::internal::Isolate::isolate_key_" (? > isolate_key_@Isolate@internal@v8@@0W4LocalStorageKey@Thread@23@A) > 2>v8.lib(lithium-allocator.obj) : error LNK2001: unresolved external > symbol "private: static enum v8::internal::Thread::LocalStorageKey > v8::internal::Isolate::isolate_key_" (? > isolate_key_@Isolate@internal@v8@@0W4LocalStorageKey@Thread@23@A) > 2>v8.lib(lithium-gap-resolver-ia32.obj) : error LNK2001: unresolved > external symbol "private: static enum > v8::internal::Thread::LocalStorageKey > v8::internal::Isolate::isolate_key_" (? > isolate_key_@Isolate@internal@v8@@0W4LocalStorageKey@Thread@23@A) > .. > .. > .. > > (have 227 error) > > My first thought is this error msg might related to the warning msg > when I try to build v8_base / v8 > > Thanks :) > > On 3月31日, 上午6時07分, Vyacheslav Egorov <[email protected]> wrote: > > These warnings are harmless and they should not affect V8. Are you > > sure that build actually failed? > > > > -- > > Vyacheslav Egorov > > > > > > > > On Wed, Mar 30, 2011 at 11:52 PM, Nightcola Lin <[email protected]> > wrote: > > > Hi everyone, > > > > > I am new to V8, today I encounter a problem when I try to build the > > > solution. > > > (I used VS2008 to open v8.sln and convert to 2008 solution then build > > > it) > > > > > When I try to build v8_base project, I got these two warning messages: > > > 1>regexp-macro-assembler-irregexp.obj : warning LNK4221: no public > > > symbols found; archive member will be inaccessible > > > 1>frame-element.obj : warning LNK4221: no public symbols found; > > > archive member will be inaccessible > > > > > When I try yo build v8 project, I got these three warning msgs: > > > 1>v8_base.lib(frame-element.obj) : warning LNK4221: no public symbols > > > found; archive member will be inaccessible > > > 1>v8_base.lib(regexp-macro-assembler-irregexp.obj) : warning LNK4221: > > > no public symbols found; archive member will be inaccessible > > > 1>v8_base.lib(string-search.obj) : warning LNK4221: no public symbols > > > found; archive member will be inaccessible > > > > > I already search this group, and find some similar issue, but still > > > cannot build successful, > > > If anyone can give me a hand I would be really appreciate :) > > > > > (P.S: I already follow the README.txt at \v8-read-only\tools > > > \visual_studio\README.txt, Add my Python(2.7) path to system env) > > > > > Thanks! > > > > > -- > > > v8-users mailing list > > > [email protected] > > >http://groups.google.com/group/v8-users- 隱藏被引用文字 - > > > > - 顯示被引用文字 - > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
