You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 10 Feb 2015 at 5:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2015 at 5:19The text was updated successfully, but these errors were encountered: