You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waf: Entering directory /seth/src/v8-profiler/build' [1/9] cxx: src/heap_profiler.cc -> build/default/src/heap_profiler_1.o [2/9] cxx: src/profile_node.cc -> build/default/src/profile_node_1.o [3/9] cxx: src/cpu_profiler.cc -> build/default/src/cpu_profiler_1.o [4/9] cxx: src/graph_edge.cc -> build/default/src/graph_edge_1.o ../src/cpu_profiler.cc: In static member function ‘static v8::Handle<v8::Value> nodex::CpuProfiler::DeleteAllProfiles(const v8::Arguments&)’: ../src/cpu_profiler.cc:72:9: error: ‘DeleteAllProfiles’ is not a member of ‘v8::CpuProfiler’ ../src/heap_profiler.cc: In static member function ‘static v8::Handle<v8::Value> nodex::HeapProfiler::DeleteAllSnapshots(const v8::Arguments&)’: ../src/heap_profiler.cc:126:9: error: ‘DeleteAllSnapshots’ is not a member of ‘v8::HeapProfiler’ Waf: Leaving directory/seth/src/v8-profiler/build'
Build failed:
-> task failed (err #1):
{task: cxx cpu_profiler.cc -> cpu_profiler_1.o}
-> task failed (err #1):
{task: cxx heap_profiler.cc -> heap_profiler_1.o}
(unstable)~/src/v8-profiler > gcc --version
gcc (GCC) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
Waf: Entering directory
/seth/src/v8-profiler/build' [1/9] cxx: src/heap_profiler.cc -> build/default/src/heap_profiler_1.o [2/9] cxx: src/profile_node.cc -> build/default/src/profile_node_1.o [3/9] cxx: src/cpu_profiler.cc -> build/default/src/cpu_profiler_1.o [4/9] cxx: src/graph_edge.cc -> build/default/src/graph_edge_1.o ../src/cpu_profiler.cc: In static member function ‘static v8::Handle<v8::Value> nodex::CpuProfiler::DeleteAllProfiles(const v8::Arguments&)’: ../src/cpu_profiler.cc:72:9: error: ‘DeleteAllProfiles’ is not a member of ‘v8::CpuProfiler’ ../src/heap_profiler.cc: In static member function ‘static v8::Handle<v8::Value> nodex::HeapProfiler::DeleteAllSnapshots(const v8::Arguments&)’: ../src/heap_profiler.cc:126:9: error: ‘DeleteAllSnapshots’ is not a member of ‘v8::HeapProfiler’ Waf: Leaving directory
/seth/src/v8-profiler/build'Build failed:
-> task failed (err #1):
{task: cxx cpu_profiler.cc -> cpu_profiler_1.o}
-> task failed (err #1):
{task: cxx heap_profiler.cc -> heap_profiler_1.o}
(unstable)~/src/v8-profiler > gcc --version
gcc (GCC) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered: