Hello, *Platform:* IBM Power PC.
*OS:* Ubuntu 16.04 I am trying to buils V8 stable branch from source. *Steps I used:* fetch v8 cd v8 git checkout branch-heads/5.4 make ppc64.release *But build is failing for make with following error:* In file included from .././src/isolate.h:26:0, from .././src/isolate-inl.h:8, from .././test/cctest/cctest.h:32, from ../test/cctest/test-trace-event.cc:11: ../test/cctest/test-trace-event.cc: In function 'void TestTestEventInContext()': .././src/tracing/trace-event.h:284:52: error: request for member 'raw_id' in 'isolate_id', which is of non-class type 'uint64_t {aka long unsigned int}' INTERNAL_TRACE_EVENT_UID(scoped_context)(context.raw_id()); ^ .././base/trace_event/common/trace_event_common.h:953:3: note: in expansion of macro 'INTERNAL_TRACE_EVENT_SCOPED_CONTEXT' INTERNAL_TRACE_EVENT_SCOPED_CONTEXT(category_group, name, context) ^ ../test/cctest/test-trace-event.cc:267:5: note: in expansion of macro 'TRACE_EVENT_SCOPED_CONTEXT' TRACE_EVENT_SCOPED_CONTEXT("v8-cat", "Isolate", isolate_id); ^ test/cctest/cctest.target.ppc64.release.mk:325: recipe for target '/v8/out/ppc64.release/obj.target/cctest/test/cctest/test-trace-event.o' failed make[1]: *** [/v8/out/ppc64.release/obj.target/cctest/test/cctest/test-trace-event.o] Error 1 make[1]: Leaving directory '/v8/out' Makefile:307: recipe for target 'ppc64.release' failed make: *** [ppc64.release] Error 2 Please let me know where I am missing out. -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.