GMDB
GMDB copied to clipboard
Unable to install
I'm unable to install it
https://termbin.com/05y9
I'm not sure if this is the right place to mention it though.
sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr]
128049 | return pNew;
| ^~~~
sqlite3-binding.c:128009:10: note: declared here
128009 | Select standin;
| ^~~~~~~
Installing go-sqlite3 manually gives me the same error message
Thanks for your issue. Can please indicate your environment here? (i.e. Go version, OS, etc.)
I'm able to get success build from these commands in my local env. (go version go1.16 darwin/amd64)
$ go get -u github.com/Dentrax/GMDB
I'm not sure but it seems cascadia project does not have a go.sum
file. That's why you are getting failing build.
go version go1.16 linux/amd64 Running on Arch Linux
Tbh, I heard of go before, but never actively used it.
Ok they closed that without saying anything, but they fixed that.
This is as far as I get now:
https://termbin.com/zr8b
Can you please try to pull it again? @Brutus11111 I did some small changes in our go.mod
file. In case if it does not solve your problem, I think we should create an issue at go-sqlite3
project.
https://termbin.com/o1f6
Can you please try to pull it again? @Brutus11111 I did some small changes in our
go.mod
file. In case if it does not solve your problem, I think we should create an issue atgo-sqlite3
project.
Any idea?