sebdraven / pyv8

PyV8
0 stars 0 forks source link

Failed to pip install/build under linux x64 — lot of errors in src/Wrapper.cpp #239

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Failed to pip install/build under linux x64 — lot of errors in 
src/Wrapper.cpp:

-----------------------------------------------------
…
src/Wrapper.cpp: In static member function 'static void 
CPythonObject::SetupObjectTemplate(v8::Handle<v8::ObjectTemplate>)':

src/Wrapper.cpp:311:84: error: invalid conversion from 'v8::Handle<v8::Boolean> 
(*)(v8::Local<v8::String>, const v8::AccessorInfo&)' to 'v8::NamedPropertyQuery 
{aka v8::Handle<v8::Integer> (*)(v8::Local<v8::String>, const 
v8::AccessorInfo&)}' [-fpermissive]

   clazz->SetNamedPropertyHandler(NamedGetter, NamedSetter, NamedQuery, NamedDeleter);
…

and lot of other errors...
                                                                                    ^

Original issue reported on code.google.com by stanisla...@gmail.com on 10 Feb 2015 at 5:19

GoogleCodeExporter commented 8 years ago
lib64v8-3.15.7.2
v8-3.15.7.2
lib64v8-devel-3.15.7.2

Original comment by stanisla...@gmail.com on 10 Feb 2015 at 5:21