I am also getting an error:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -
Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -DV8_NATIVE_REGEXP -
DENABLE_DISASSEMBLER -DENABLE_LOGGING_AND_PROFILING -
DENABLE_DEBUGGER_SUPPORT -DV8_TARGET_ARCH_X64 -I../v8/include -I../v8 -
I../v8/src -I/usr/lib/ -I/usr/include/python2.6 -c src/Engine.cpp -o
build/temp.linux-x86_64-2.6/src/Engine.o -Wno-write-strings
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
In file included from src/Engine.cpp:42:
src/AST.h: In member function ‘boost::python::api::object
CAstScope::GetReceiver() const’:
src/AST.h:736: error: no matching function for call to
‘to_python(CAstVariableProxy)’
src/AST.h:23: note: candidates are: boost::python::api::object
to_python(T&) [with T = CAstVariableProxy]
src/AST.h:37: note: boost::python::api::object
to_python(v8::internal::Handle<v8::internal::String>)
src/AST.h: In member function ‘boost::python::api::object
CAstScope::GetFunction() const’:
src/AST.h:737: error: no matching function for call to
‘to_python(CAstVariable)’
src/AST.h:23: note: candidates are: boost::python::api::object
to_python(T&) [with T = CAstVariable]
src/AST.h:37: note: boost::python::api::object
to_python(v8::internal::Handle<v8::internal::String>)
src/AST.h: In member function ‘boost::python::api::object
CAstScope::GetArguments() const’:
src/AST.h:739: error: no matching function for call to
‘to_python(CAstVariable)’
src/AST.h:23: note: candidates are: boost::python::api::object
to_python(T&) [with T = CAstVariable]
src/AST.h:37: note: boost::python::api::object
to_python(v8::internal::Handle<v8::internal::String>)
src/AST.h: In member function ‘boost::python::api::object
CAstDeclaration::GetFunction() const’:
src/AST.h:745: error: no matching function for call to
‘to_python(CAstFunctionLiteral)’
src/AST.h:23: note: candidates are: boost::python::api::object
to_python(T&) [with T = CAstFunctionLiteral]
src/AST.h:37: note: boost::python::api::object
to_python(v8::internal::Handle<v8::internal::String>)
error: command 'gcc' failed with exit status 1
Happening on x64 linux with libboost 1.40