I had the same problem today. You just need to add the missing files fast-codegen.cc and fast- codegen-ia32.cc to the i386 target and fast-codegen.cc and fast- codegen-arm.cc to the arm target.
Cheers, Sébastien On Oct 6, 4:35 pm, "J.Al" <[email protected]> wrote: > I am not able to get XCode build to successfully build v8_shell and > d8_shell. Is it possible that something was not added to it recently? > The Preprocessor macros for v8_shell probably need to have a Target > Architecture. However, upon setting these to IA32, it failed linking > with the following:- > > "v8::internal::Cfg::Compile > (v8::internal::Handle<v8::internal::Script>)", referenced from: > v8::internal::MakeCode(v8::internal::FunctionLiteral*, > v8::internal::Handle<v8::internal::Script>, > v8::internal::Handle<v8::internal::Context>, bool)in libv8.a > (compiler.o) > "v8::internal::Cfg::Build()", referenced from: > v8::internal::MakeCode(v8::internal::FunctionLiteral*, > v8::internal::Handle<v8::internal::Script>, > v8::internal::Handle<v8::internal::Context>, bool)in libv8.a > (compiler.o) > > I am new to this project, so any help will be very useful! > > Thanks > J. Al --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
