Compile Error [arch Linux]
blackgwe opened this issue · 2 comments
blackgwe commented
I got the following error during compilation process - may be you can help???
go version
go version go1.8 linux/amd64
go get github.com/cortex/gopass
[...]/go/src/github.com/cortex/gopass/vendor/github.com/limetext/qml-go/bridge.go:87: cannot use argvP (type unsafe.Pointer) as type **C.char in argument to func literal
Any idea?
cortex commented
Sadly, go-qml won't compile with go 1.8. I am looking into alternatives, including rewriting the whole thing in rust: https://github.com/cortex/ripasso