navcat / pyv8

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

Compilation error while compile with trunk V8 version. #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn co latest version of V8, PyV8
2. python setup.py build

/usr/include/features.h:160:1: warning: this is the location of the previous 
definition
src/Engine.cpp: In member function ‘void 
CScript::visit(boost::python::api::object) const’:
src/Engine.cpp:546: error: ‘CompilationZoneScope’ is not a member of 
‘v8i’
src/Engine.cpp:546: error: expected ‘;’ before ‘zone_scope’
error: command 'gcc' failed with exit status 1

There is no CompilationZoneScope class new rev of V8 
http://code.google.com/p/v8/source/diff?spec=svn8240&r=8218&format=side&path=/tr
unk/src/compiler.h&old_path=/trunk/src/compiler.h&old=8130

What class should we used instead? ZoneScope?

Original issue reported on code.google.com by roman.vy...@gmail.com on 9 Jun 2011 at 2:34

GoogleCodeExporter commented 9 years ago
OS - ubuntu 10.04
Linux ubuntu 2.6.32-31-generic-pae #61-Ubuntu SMP Fri Apr 8 20:00:13 UTC 2011 
i686 GNU/Linux

Original comment by roman.vy...@gmail.com on 9 Jun 2011 at 2:36

GoogleCodeExporter commented 9 years ago
Fixed, please verify it with v8 SVN Trunk after r372

Original comment by flier...@gmail.com on 10 Jun 2011 at 7:56