ironm73 / pyv8

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

PyV8 compilation error #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

While compiling PyV8 I got this compilation error

x86_64-pc-linux-gnu-g++ -pthread -fPIC -DBOOST_PYTHON_STATIC_LIB 
-DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -DENABLE_VMSTATE_TRACKING 
-DENABLE_DEBUGGER_SUPPORT -DV8_FAST_TLS -DV8_TARGET_ARCH_X64 
-I/home/buffer/v8/include -I/home/buffer/v8 -I/home/buffer/v8/src 
-I/usr/local/include -I/usr/include/python2.7 -c src/Engine.cpp -o 
build/temp.linux-x86_64-2.7/src/Engine.o -Wno-write-strings
In file included from src/Engine.cpp:12:0:
src/AST.h: In member function ‘void 
CAstBlock::AddStatement(CAstStatement&)’:
src/AST.h:206:100: error: no matching function for call to 
‘v8::internal::Block::AddStatement(v8::internal::Statement*)’
/home/buffer/v8/src/ast.h:419:8: note: candidate is: void 
v8::internal::Block::AddStatement(v8::internal::Statement*, v8::internal::Zone*)
error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1

Additional details

buffer@alnitak ~/pyv8 $ svn info
Path: .
URL: http://pyv8.googlecode.com/svn/trunk
Repository Root: http://pyv8.googlecode.com/svn
Repository UUID: 3b770cb8-f9e6-11dd-ac5b-dfceb64ead24
Revision: 439
Node Kind: directory
Schedule: normal
Last Changed Author: flier.lu@gmail.com
Last Changed Rev: 439
Last Changed Date: 2012-05-24 17:25:15 +0200 (Thu, 24 May 2012)

buffer@alnitak ~/v8 $ svn info
Path: .
URL: http://v8.googlecode.com/svn/trunk
Repository Root: http://v8.googlecode.com/svn
Repository UUID: ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Revision: 11730
Node Kind: directory
Schedule: normal
Last Changed Author: rossberg@chromium.org
Last Changed Rev: 11724
Last Changed Date: 2012-06-06 11:29:22 +0200 (Wed, 06 Jun 2012)

Original issue reported on code.google.com by angelo.d...@gmail.com on 6 Jun 2012 at 2:50

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 6 Jun 2012 at 4:11

GoogleCodeExporter commented 8 years ago
And how install pyv8 with this error?
Is it error in new version? Because before I haven't this error.

Original comment by alxi...@gmail.com on 7 Jun 2012 at 10:41

GoogleCodeExporter commented 8 years ago
Please use SVN trunk code after r440

Original comment by flier...@gmail.com on 11 Jun 2012 at 8:13

GoogleCodeExporter commented 8 years ago
I confirm you the patch solves the issue. Thanks.

Original comment by angelo.d...@gmail.com on 11 Jun 2012 at 9:45

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 11 Jun 2012 at 3:03