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
There were some other errors I was able to work around with CXX_FLAGS='-fpermissive', but this one stops the show:
635 error ../src/gobject.cc: In function ‘v8::MaybeLocal<v8::FunctionTemplate> GNodeJS::NewClassTemplate(GType)’:
635 error ../src/gobject.cc:554:43: error: no matching function for call to ‘v8::NamedPropertyHandlerConfiguration::NamedPropertyHandlerConfiguration()’
635 error 554 | v8::NamedPropertyHandlerConfiguration config;
The text was updated successfully, but these errors were encountered:
OS: Arch Linux latest
Node: v22.2.0
GCC: 14.1.1
There were some other errors I was able to work around with CXX_FLAGS='-fpermissive', but this one stops the show:
The text was updated successfully, but these errors were encountered: