Build Error
Closed this issue · 10 comments
Is the code in the main branch in a buildable state? I'm getting errors...
`
github.com/mattn/go-sqlite3
sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:125322:10: warning: function may return address of local variable [-Wreturn-local-addr]
125322 | return pNew;
| ^~~~
sqlite3-binding.c:125282:10: note: declared here
125282 | Select standin;
| ^~~~~~~
`
It should be buildable. Any info on operating system, go version or how you’re trying to build it?
Ubuntu 21
Go 1.17
I've tried:
make test
make build-sqlite
go build
Can you include the entire output of running make build-sqlite
please.
Makefile:8: *** github.com/tdewolff/minify is required to build burner.kiwi. Stop.
You need to install this package and ensure the minify binary is in your path.
Do I just download that git repo and build it?
Try one of these methods. But it needs to be in your path and executable.
Still getting errors...
Those look like warnings to me. Can you show me what the output of ls
is after you’ve run the build command?
Closing this issue as it looks like nothing was wrong.