chundiliu / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

v8::V8::GetLogLines removed - compilation error #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

While compiling PyV8 (r383) against V8 (r8645) I got this error

src/Engine.cpp: In static member function ‘static boost::python::tuple 
CProfiler::GetLogLines(int)’:
src/Engine.cpp:713: error: ‘GetLogLines’ is not a member of ‘v8::V8’

Taking a look at the V8 code, it seems like v8::V8::GetLogLines was removed in 
r8635.

Original issue reported on code.google.com by angelo.d...@gmail.com on 13 Jul 2011 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by flier...@gmail.com on 14 Jul 2011 at 2:40

GoogleCodeExporter commented 9 years ago
Thanks, please verify it with PyV8 SVN trunk code after r384

Original comment by flier...@gmail.com on 15 Jul 2011 at 3:34

GoogleCodeExporter commented 9 years ago
I confirm you that the problem is solved now. Thanks.

Original comment by angelo.d...@gmail.com on 15 Jul 2011 at 4:07

GoogleCodeExporter commented 9 years ago
Thanks :)

Original comment by flier...@gmail.com on 15 Jul 2011 at 4:08