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 am trying to build a golang-project containing ejdb on a raspberry pi (even tried qemu + raspbian)
When exectuing
go get github.com/mkilling/goejdb
im getting this error:
.../github.com/mkilling/goejdb/ejcoll.go:124: type [2147483647]_Ctype_bson larger than address space
.../github.com/mkilling/goejdb/ejcoll.go:124: type [2147483647]_Ctype_bson too large
i am not sure what causes this.
The text was updated successfully, but these errors were encountered:
i am trying to build a golang-project containing ejdb on a raspberry pi (even tried qemu + raspbian)
When exectuing
im getting this error:
i am not sure what causes this.
The text was updated successfully, but these errors were encountered: