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
I would love to help get this software working on ARM Linux devices (raspberry pi, etc). There was an arm snap described in this issue, but there is no arm release in the snap store currently.
I attempted to build poddr on aarch64, but ran into a very long error relating to node-gyp. Here is the build log: https://pastebin.com/Y8EtmnEr
The text was updated successfully, but these errors were encountered:
@ryanfortner I have traced the error. seems to be a dependency not functional on node 16+
edit: looks like its actually not that dependency but its nanhttps://github.com/nodejs/nan which must be a dependency of one of the dependencies in this repo
../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’
val->To ## TYPE(isolate->GetCurrentContext())
I'm not sure which dependency is pulling this... because its not poddr itself but on of the dependencies podder depends on
I would love to help get this software working on ARM Linux devices (raspberry pi, etc). There was an arm snap described in this issue, but there is no arm release in the snap store currently.
I attempted to build poddr on aarch64, but ran into a very long error relating to node-gyp. Here is the build log: https://pastebin.com/Y8EtmnEr
The text was updated successfully, but these errors were encountered: