did you run "gclient sync"? It should create that file On Mon, Aug 29, 2016 at 8:22 AM <[email protected]> wrote:
> when i open the v8.sln and compile it > there have some errors > > libplatform\tracing\trace-writer.cc(9): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > 1>libplatform\tracing\trace-object.cc(7): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > 2>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > 5>------ 已启动生成: 项目: v8_base_2, 配置: Debug Win32 ------ > 5> api-arguments.cc > 5> arguments.cc > 5> asm-typer.cc > 5> asm-wasm-builder.cc > 3>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (api-natives.cc) > 3> ast-numbering.cc > 4>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (accessors.cc) > 4> builtins-call.cc > 4>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (builtins\builtins-api.cc) > 4> builtins-date.cc > 3>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (ast\ast-expression-rewriter.cc) > 3> ast-value-factory.cc > 4>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (ast\variables.cc) > 4> builtins-generator.cc > 3>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (assembler.cc) > 3> context-slot-cache.cc > 3>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (asmjs\asm-js.cc) > 3> prettyprinter.cc > 4>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (api-experimental.cc) > 4> builtins-interpreter.cc > 5>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (api-arguments.cc) > 5> ast-literal-reindexer.cc > 5>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (arguments.cc) > 5> ast.cc > 3>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (ast\ast-numbering.cc) > 5>F:\v8\v8\src/tracing/trace-event.h(10): fatal error C1083: 无法打开包括文件: > “base/trace_event/common/trace_event_common.h”: No such file or directory > (asmjs\asm-wasm-builder.cc) > 3> builtins-boolean.cc > > how can i solve this problem > thanks > > -- > -- > v8-users mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
